summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* net/url: Rename ParseWithReference to ParseWithFragment.David Symonds2012-02-162-0/+77
* cmd/go: fix 'go help'Rob Pike2012-02-151-2/+8
* godoc: show example function doc comments in UIAndrew Gerrand2012-02-161-2/+2
* godoc: make example code more readable with new comment conventionAndrew Gerrand2012-02-162-18/+34
* cmd/gc: error on constant shift overflows.R?my Oudompheng2012-02-161-9/+17
* godoc: support for package examples, display example suffixesAndrew Gerrand2012-02-161-2/+36
* go/printer: don't lose relevant parentheses when rewriting selector expressionsRobert Griesemer2012-02-153-0/+149
* cmd/go: suggest 'go test -i [args to test]'Shenghou Ma2012-02-151-1/+5
* cmd/go: go test -i correctly handle cgo packagesShenghou Ma2012-02-151-1/+9
* build: add make.bash --no-clean optionRuss Cox2012-02-151-4/+6
* cmd/dist: use correct package target when cross-compilingAlex Brainman2012-02-151-2/+2
* 5c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma2012-02-155-5/+5
* fix: add fix for bufio, gzip, zlib NewWriterXxx changes.weekly.2012-02-14Nigel Tao2012-02-152-0/+173
* cmd/dist: xprintf() can't output whole of 'dist env'.Yasuhiro Matsumoto2012-02-151-5/+8
* godoc: make godoc go workRobert Griesemer2012-02-142-13/+37
* cmd/go: a raft of fixesRuss Cox2012-02-144-12/+83
* gc: fix comment in mkbuiltinMaxim Pimenov2012-02-141-2/+2
* cgo: add support for returning errno with gccgo.R?my Oudompheng2012-02-142-15/+46
* cmd/vet: give warning for construct 'Println(os.Stderr, ...)'Shenghou Ma2012-02-141-0/+11
* go/doc, godoc: regard lone examples as "whole file" examplesAndrew Gerrand2012-02-142-3/+10
* 5g: fix memory corruptionRuss Cox2012-02-141-2/+2
* cmd/dist: exclude cov and prof from releasesRuss Cox2012-02-142-5029/+36
* cmd/go: go get scheme detectionDaniel Krech2012-02-131-6/+44
* godoc: list examples in indexAndrew Gerrand2012-02-141-2/+2
* cmd/dist: cross-compiling fixesRuss Cox2012-02-138-82/+188
* cmd/api: fix typo.Nigel Tao2012-02-141-1/+1
* cmd/cgo: omit //line in -godefs, -cdefs outputRuss Cox2012-02-131-0/+8
* fix: add fix for crypto type changeRuss Cox2012-02-133-8/+180
* gc: delete old unsafe functionsRuss Cox2012-02-135-85/+92
* 8a, 8l: add LFENCE, MFENCE, SFENCEDarren Elwood2012-02-133-0/+11
* godoc: new designAndrew Gerrand2012-02-131-1/+1
* gc, 8g, 8l: fix a handful of warningsAnthony Martin2012-02-126-12/+9
* cmd/fix: warn about exp, old, deleted packagesRuss Cox2012-02-122-1/+34
* runtime: delete Type and implementations (use reflect instead)Russ Cox2012-02-124-56/+17
* cmd/go: respect test -timeout flagRuss Cox2012-02-122-3/+14
* cmd/dist: encoding/gob is no longer required for cmd/goRuss Cox2012-02-121-2/+0
* gc: diagnose field+method of same nameRuss Cox2012-02-111-0/+8
* gc: print detail for typechecking loop errorRuss Cox2012-02-111-11/+48
* gc: fix bug introduced earlierRuss Cox2012-02-112-107/+109
* gc: make constant arith errors a little more friendlyRuss Cox2012-02-118-33/+51
* gofmt: fix error message in testRobert Griesemer2012-02-101-1/+1
* gc: fix import of struct type in struct literalRuss Cox2012-02-112-164/+196
* gc: optimize interface ==, !=Russ Cox2012-02-119-5/+110
* 5g: fix out of registers bugRuss Cox2012-02-111-2/+2
* cmd/dist: clear execute bit from source fileMikio Hara2012-02-111-0/+0
* gc: diagnose init loop involving funcRuss Cox2012-02-101-2/+2
* gc: eliminate duplicate ambiguous selector messageRuss Cox2012-02-102-10/+22
* 8g: fix opt bugRuss Cox2012-02-101-1/+4
* 6g: fix out of registers bugRuss Cox2012-02-102-13/+15
* cmd/dist: reset version during bootstrapGustavo Niemeyer2012-02-101-0/+1