aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-06ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor
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-05io: fix Copyn EOF handlingRuss Cox
2011-01-05syscall: correct Linux Splice definitionRuss Cox
2011-01-05goinstall: add -clean flagKyle Lemons
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-04strings: fix description of FieldsFuncRoger Peppe
2011-01-04fix occurrences of occur[^sr .,?!;\n]Robert Griesemer
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-04net: fix close of ListenerMichael Hoisie
2011-01-04goinstall: fix -u for bzrGustavo Niemeyer
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-246l: fix documentation of -L flagAndrew 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
2010-12-20expvar: quote StringFunc output, same as String output.David Symonds
2010-12-17suffixarray: implememted FindAllIndex regexp searchRobert Griesemer
2010-12-17go/scanner: interpret filenames in //line filename:line commentsRobert Griesemer
2010-12-17tls: fix argument mistake in Error call.Rob Pike
2010-12-17json: fix Fatal call in testRob Pike
2010-12-17fix cgo buildRuss Cox
2010-12-17cgo: handle references to symbols in shared librariesRuss Cox
2010-12-17regexp: change Expr() to String(); add HasOperator method to Regexp.Rob Pike
2010-12-17ld: ignore stab symbolsRuss Cox
2010-12-17ld: allow relocations pointing at ELF .bss symbolsRuss Cox
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-12-17crypto/hmac: add HMAC-SHA256Anthony Martin