summaryrefslogtreecommitdiff
path: root/src/cmd/go/clean.go
Commit message (Expand)AuthorAgeFilesLines
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-121-14/+0
* cmd/go: accept build flags in clean and listRuss Cox2014-05-091-13/+16
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* cmd/go: rename go.exe if cannot delete it during cleanAlex Brainman2013-09-061-2/+18
* cmd/go: only try to clean executables for package mainAndrew Gerrand2013-08-191-5/+21
* cmd/go: prevent packages from being cleaned more than onceLucio De Re2013-04-011-0/+2
* cmd/go: don't ignore error when 'go clean'Shenghou Ma2012-10-111-4/+14
* cmd/go, go/build, misc/swig: add SWIG support to Go toolIan Lance Taylor2012-08-031-5/+21
* cmd/go: make build errors more visibleRuss Cox2012-03-151-1/+1
* cmd/go: fixesRuss Cox2012-03-011-1/+3
* cmd/go: fixed panic on `go clean -n` and `go clean -x`.Sanjay Menakuru2012-02-061-2/+4
* go: improvementsRuss Cox2012-01-301-0/+195
* go: implement build, install, runRuss Cox2011-12-141-31/+0
* go: skeleton implementationRuss Cox2011-09-281-0/+31