aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-07release.2011-01-06weekly.2011-01-06Andrew Gerrand
2011-01-06ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor
2011-01-07doc: add golanguage.ru to foreign-language doc listAndrew Gerrand
2011-01-06cgo: disallow use of C.errnoRuss Cox
2011-01-06Make.pkg: use installed runtime.h for cgoRuss Cox
2011-01-06runtime/cgo: fix stackguard on FreeBSD/amd64Anthony Martin
2011-01-06gc: fix &^=Russ Cox
2011-01-06crypto/cipher: make NewCBCEncrypter return BlockModeRuss Cox
2011-01-05Made format string handling more efficient.Kyle Consalus
2011-01-05effective go: explain the effect of repanicking better.Rob Pike
2011-01-05io: fix Copyn EOF handlingRuss Cox
2011-01-05syscall: correct Linux Splice definitionRuss Cox
2011-01-05goinstall: add -clean flagKyle Lemons
2011-01-05A+C: Kyle Lemons (individual CLA)Russ Cox
2011-01-05gc: return constant floats for parts of complex constantsAnthony Martin
2011-01-05fmt: normalize processing of format stringRob Pike
2011-01-05http: permit empty Reason-Phrase in response Status-LineBrad Fitzpatrick
2011-01-05go/ast: correct Pos/End ranges for field listsRobert Griesemer
2011-01-05gob: generate a better error message in one confusing placeRob Pike
2011-01-04syscall: Make Access second argument consistently uint32.Ian Lance Taylor
2011-01-05doc: update contribution guidelines to prefix the change descriptionNigel Tao
2011-01-04strings: fix description of FieldsFuncRoger Peppe
2011-01-04fix occurrences of occur[^sr .,?!;\n]Robert Griesemer
2011-01-04The Dec 06 changeIcarus Sparry
2011-01-04regexp: implement early out for failed anchored search.Rob Pike
2011-01-04encoding/binary: reject types with implementation-dependent sizesPatrick Gavlin
2011-01-04merge treeRuss Cox
2011-01-04gc: rewrite complex /= to l = l / r.Patrick Gavlin
2011-01-04go/ast: provide complete node text range infoRobert Griesemer
2011-01-04strconv: update ftoa comment for 'E' and 'G'Russ Cox
2011-01-04A+C: Patrick Gavlin (individual CLA)Russ Cox
2011-01-04net: fix close of ListenerMichael Hoisie
2011-01-04doc: update Effective Go for template API change.Nigel Tao
2011-01-04goinstall: fix -u for bzrGustavo Niemeyer
2011-01-04gobuilder: prefix the tarball with 'go.', tweak release regexpAndrew Gerrand
2011-01-03regexp: fix prefix bug.Rob Pike
2011-01-03regexp: fix performance bug, make anchored searches fail fast.Rob Pike
2010-12-31Fix documentation typo.Anschel Schaffer-Cohen
2010-12-27atof: added 'E' as valid token for exponentStefan Nilsson
2010-12-27simple fix to not have 'exp/eval' panic in presence of slices like s[:2]Sebastien Binet
2010-12-27crypto/cipher: fix OCFBAdam Langley
2010-12-24goinstall/download.go: Add checkout concept and helper functions to clean and...Caine Tighe
2010-12-24A+C: Caine TigheAndrew Gerrand
2010-12-246l: fix documentation of -L flagAndrew Gerrand
2010-12-23tag release.2010-12-22Andrew Gerrand
2010-12-23release.2010-12-22weekly.2010-12-22Andrew Gerrand
2010-12-23testing: fix error message on invalid regexpEoghan Sherry
2010-12-22hash/crc64: fix typo in Sum.Nigel Tao
2010-12-22bufio: removed dead codeStefan Nilsson
2010-12-20template: fix trivial bug: integers are not "empty"Rob Pike