summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2011-01-06weekly.2011-01-06Andrew Gerrand2011-01-071-0/+40
* ld: Permit an ELF symbol to be exported in the dynamic symbol table.Ian Lance Taylor2011-01-061-2/+4
* doc: add golanguage.ru to foreign-language doc listAndrew Gerrand2011-01-071-0/+5
* cgo: disallow use of C.errnoRuss Cox2011-01-061-0/+4
* Make.pkg: use installed runtime.h for cgoRuss Cox2011-01-061-1/+1
* runtime/cgo: fix stackguard on FreeBSD/amd64Anthony Martin2011-01-061-0/+6
* gc: fix &^=Russ Cox2011-01-062-4/+20
* crypto/cipher: make NewCBCEncrypter return BlockModeRuss Cox2011-01-061-1/+1
* Made format string handling more efficient.Kyle Consalus2011-01-052-39/+31
* effective go: explain the effect of repanicking better.Rob Pike2011-01-052-3/+14
* io: fix Copyn EOF handlingRuss Cox2011-01-052-1/+42
* syscall: correct Linux Splice definitionRuss Cox2011-01-057-33/+35
* goinstall: add -clean flagKyle Lemons2011-01-052-6/+16
* A+C: Kyle Lemons (individual CLA)Russ Cox2011-01-052-0/+2
* gc: return constant floats for parts of complex constantsAnthony Martin2011-01-054-0/+39
* fmt: normalize processing of format stringRob Pike2011-01-052-12/+16
* http: permit empty Reason-Phrase in response Status-LineBrad Fitzpatrick2011-01-052-2/+44
* go/ast: correct Pos/End ranges for field listsRobert Griesemer2011-01-051-4/+26
* gob: generate a better error message in one confusing placeRob Pike2011-01-052-4/+25
* syscall: Make Access second argument consistently uint32.Ian Lance Taylor2011-01-046-10/+10
* doc: update contribution guidelines to prefix the change descriptionNigel Tao2011-01-051-4/+4
* strings: fix description of FieldsFuncRoger Peppe2011-01-041-2/+2
* fix occurrences of occur[^sr .,?!;\n]Robert Griesemer2011-01-044-6/+6
* The Dec 06 changeIcarus Sparry2011-01-041-2/+2
* regexp: implement early out for failed anchored search.Rob Pike2011-01-041-6/+5
* encoding/binary: reject types with implementation-dependent sizesPatrick Gavlin2011-01-042-0/+30
* merge treeRuss Cox2011-01-046-82/+227
|\
| * go/ast: provide complete node text range infoRobert Griesemer2011-01-046-82/+227
* | gc: rewrite complex /= to l = l / r.Patrick Gavlin2011-01-042-1/+21
|/
* strconv: update ftoa comment for 'E' and 'G'Russ Cox2011-01-041-5/+7
* A+C: Patrick Gavlin (individual CLA)Russ Cox2011-01-042-0/+2
* net: fix close of ListenerMichael Hoisie2011-01-041-0/+4
* doc: update Effective Go for template API change.Nigel Tao2011-01-041-2/+2
* goinstall: fix -u for bzrGustavo Niemeyer2011-01-041-1/+1
* gobuilder: prefix the tarball with 'go.', tweak release regexpAndrew Gerrand2011-01-041-2/+2
* regexp: fix prefix bug.Rob Pike2011-01-032-9/+3
* regexp: fix performance bug, make anchored searches fail fast.Rob Pike2011-01-032-7/+74
* Fix documentation typo.Anschel Schaffer-Cohen2010-12-311-3/+3
* atof: added 'E' as valid token for exponentStefan Nilsson2010-12-272-1/+2
* simple fix to not have 'exp/eval' panic in presence of slices like s[:2]Sebastien Binet2010-12-271-2/+8
* crypto/cipher: fix OCFBAdam Langley2010-12-271-4/+25
* goinstall/download.go: Add checkout concept and helper functions to clean and...Caine Tighe2010-12-241-17/+28
* A+C: Caine TigheAndrew Gerrand2010-12-242-0/+2
* 6l: fix documentation of -L flagAndrew Gerrand2010-12-243-6/+6
* tag release.2010-12-22Andrew Gerrand2010-12-230-0/+0
* release.2010-12-22weekly.2010-12-22Andrew Gerrand2010-12-231-0/+23
* testing: fix error message on invalid regexpEoghan Sherry2010-12-232-2/+2
* hash/crc64: fix typo in Sum.Nigel Tao2010-12-221-1/+1
* bufio: removed dead codeStefan Nilsson2010-12-221-2/+0
* template: fix trivial bug: integers are not "empty"Rob Pike2010-12-202-1/+7