summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* math: improve accuracy of Exp2Eoghan Sherry2010-12-066-133/+238
* time: fix buildRuss Cox2010-12-061-2/+2
* use the new %U format for runesRob Pike2010-12-065-15/+15
* netchan: fix dumb locking bug introduced in recent editing.Rob Pike2010-12-061-0/+1
* flag: fix format error in boolean error report. just use %q; the values are s...Rob Pike2010-12-061-2/+2
* fmt: add %U format for standard Unicode representation of integer values.Rob Pike2010-12-066-10/+67
* time: make After use fewer goroutines and host processes.Roger Peppe2010-12-062-12/+160
* bytes: add Buffer.UnreadRune, Buffer.UnreadByteRoger Peppe2010-12-062-4/+80
* [68]l: generate debug info for builtin structured types. prettyprinting in gdb.Luuk van Dijk2010-12-032-106/+697
* go/printer: preserve newlines in func parameter listsJamie Gennis2010-12-023-2/+128
* Sort: reduced stack depth to lg(n) in quickSortStefan Nilsson2010-12-021-4/+12
* http: consume request body before next requestBrad Fitzpatrick2010-12-012-0/+136
* template: implement multi-word variable instantation for formatters.Rob Pike2010-12-012-17/+44
* template: change the signature of formatters for future development.Rob Pike2010-12-015-44/+54
* Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus2010-12-018-92/+8
* log: ensure writes are atomic.Roger Peppe2010-12-011-5/+12
* path: Windows support for SplitBenny Siegert2010-11-305-8/+55
* runtime: fix windows breakageLuuk van Dijk2010-12-011-0/+2
* fmt: fix documentation format glitch. no content to change.Rob Pike2010-11-301-2/+1
* utf8: make EncodeRune's destination the first argument.Adam Langley2010-11-3014-233/+21
* crypto/elliptic: use a Jacobian transformAdam Langley2010-11-302-68/+180
* fmt.Scan: accept Inf and NaNRob Pike2010-11-302-0/+66
* strconv: Atof on Infs and NaNsRob Pike2010-11-302-0/+52
* sort: avoid overflow in pivot calculation.Rob Pike2010-11-301-1/+1
* big: fix (*Rat) SetFrac64(a, b) when b < 0.Eoghan Sherry2010-11-302-2/+24
* runtime: parallel definitions in Go for all C structs.Luuk van Dijk2010-11-3016-18/+621
* godoc: fix doc typoPeter Mundy2010-11-291-1/+1
* [68]l: correct dwarf location for globals and ranges for arrays.Luuk van Dijk2010-11-291-16/+96
* fmt: allow "% X" as well as "% x"Rob Pike2010-11-293-2/+6
* exp/eval: build fix for parser.ParseFile API change.Anschel Schaffer-Cohen2010-11-291-1/+1
* compress/flate: fix typo in comment.Mathieu Lonjaret2010-11-261-1/+1
* runtime: fix SysFree to really free memory on WindowsAlex Brainman2010-11-241-2/+21
* net: add ReadFrom and WriteTo windows version.Wei Guangjing2010-11-223-3/+111
* gc: better error message for bad type in channel sendAnthony Martin2010-11-221-0/+1
* position.go: more flexible AddFile methodRobert Griesemer2010-11-202-17/+55
* more on dynamic hash in compound literals.Ken Thompson2010-11-201-10/+24
* godoc: use correct time stamp to indicate accuracy of search resultRobert Griesemer2010-11-191-6/+8
* crypto/cipher: add CFB and OCFB mode.Adam Langley2010-11-195-1/+232
* index/suffixarray: use sort.SearchRuss Cox2010-11-191-20/+2
* crypto/cipher: add packageAdam Langley2010-11-198-0/+481
* godoc: compute search index for all file systems under godoc's observationRobert Griesemer2010-11-183-31/+92
* adjustable hash code inKen Thompson2010-11-181-5/+48
* Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor2010-11-182-5/+2
* cgo: Print required space after parameter name in wrapper function.Ian Lance Taylor2010-11-181-1/+1
* 6c: automatically #define _64BIT.Ian Lance Taylor2010-11-181-0/+1
* sort: invert meaning of f in SearchRuss Cox2010-11-183-32/+48
* sort: edit doc comment for SearchRuss Cox2010-11-181-39/+46
* rpc: add RegisterName to allow override of default type nameAndrew Gerrand2010-11-181-8/+23
* go/token position: code improvements per rsc's suggestionRobert Griesemer2010-11-171-28/+7
* position.go: test cases for token.PosRobert Griesemer2010-11-172-10/+167