summaryrefslogtreecommitdiff
path: root/src/cmd/gofix
Commit message (Expand)AuthorAgeFilesLines
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-6/+6
* gofix: error fixRuss Cox2011-11-0113-65/+805
* gofix: test import insertion, deletionRuss Cox2011-10-262-8/+302
* gofix: add mapdeleteRuss Cox2011-10-184-0/+129
* gofix: make fix order explicitRuss Cox2011-10-1349-137/+98
* image: spin off a new color package out of the image package.Nigel Tao2011-10-044-4/+216
* io: rename Copyn to CopyN.David Symonds2011-09-303-0/+78
* math: remove the leading F from Fabs etc.Rob Pike2011-09-293-0/+105
* image: change the NewXxx functions to take a Rectangle instead ofNigel Tao2011-09-143-0/+136
* path/filepath: new signature for WalkRob Pike2011-09-131-22/+8
* undo CL 4964067 / 661cb84cc6f0Robert Griesemer2011-09-071-5/+1
* path/filepath: Simplify Walk interfaceGustavo Niemeyer2011-09-071-1/+5
* gofix: do not convert url in field namesGustavo Niemeyer2011-09-032-1/+22
* gofix: forgot to rename the URL typeRob Pike2011-08-252-0/+3
* gofix: osopen: fixed=true when changing O_CREATTarmigan Casebolt2011-08-222-0/+24
* net: join and leave a IPv6 group address, on a specific interfaceMikio Hara2011-08-183-0/+91
* gofix: walk names in ValueSpecsRob Pike2011-08-182-13/+12
* url: new packageRob Pike2011-08-173-0/+264
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-1416-63/+0
* sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand2011-07-083-0/+93
* gofix: fixes for os/signal changesRobert Hencke2011-06-294-4/+301
* strings.Split: make the default to split all.Rob Pike2011-06-286-5/+128
* http: add FileSystem interface, make FileServer use itBrad Fitzpatrick2011-06-273-0/+111
* gofix: fixes for path/filepath changesRobert Hencke2011-06-263-0/+87
* gofix: fixes for sort changesRobert Hencke2011-06-263-4/+90
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-2210-19/+152
* http: make Headers be source of truthBrad Fitzpatrick2011-06-164-1/+141
* gofix: Fix inconsistent indentation in help outputScott Lawrence2011-06-152-2/+2
* gofix: fix diff regression from exec changeBrad Fitzpatrick2011-06-071-1/+7
* exec: new API, replace Run with CommandBrad Fitzpatrick2011-06-011-13/+1
* http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick2011-05-133-0/+94
* gofix: add support for reflect renameRuss Cox2011-04-2517-106/+129
* gofix, gofmt: update documentationRobert Griesemer2011-04-201-1/+3
* gofix: fix embarrassing typo in osopen.goRob Pike2011-04-131-1/+1
* gofix: reflect changesRuss Cox2011-04-0833-0/+20159
* gofix: add -diff, various fixes and helpersRuss Cox2011-04-088-193/+946
* gofix: be more conservative about rewrite to os.CreateRuss Cox2011-04-082-10/+17
* gofix: don't rewrite O_APPEND opensRuss Cox2011-04-052-1/+13
* os: New Open API.Rob Pike2011-04-044-1/+164
* go/printer/gofmt: remove special case for multi-line raw stringsRobert Griesemer2011-03-293-5/+5
* prints: fix a couple of formatting errors caught by govetRob Pike2011-03-291-1/+1
* gofix: netdialRuss Cox2011-03-285-5/+180
* testing: set up structure for faster testing using the new -test.short flag.Rob Pike2011-03-251-0/+3
* go/printer: Revert API change of CL 4274075.Robert Griesemer2011-03-222-3/+3
* go/printer, gofmt: avoid exponential layout algorithmRobert Griesemer2011-03-212-3/+3
* gofix: httpserver - rewrite rw.SetHeader to rw.Header.SetAndrew Gerrand2011-03-172-1/+20
* go/ast: merge CaseClause and TypeCaseClauseRobert Griesemer2011-03-161-4/+1
* gofix: fix godoc docAlex Brainman2011-03-161-1/+1
* gofix: fix procattr registration, testsRuss Cox2011-03-163-3/+1
* gofix: procattrRuss Cox2011-03-157-1/+196