aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-01strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).Rob Pike
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike
2010-07-016l: drop confusing commentRuss Cox
2010-07-016a: assemble CMPPD as 6l expectsRuss Cox
2010-07-016l: implement MOVLQZX as "mov", not "movsxd"Russ Cox
2010-06-30cmath: correct IsNaN for argument cmplx(Inf, NaN)Charles L. Dorian
2010-06-30goinstall: support for Bazaar+LaunchpadGustavo Niemeyer
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox
2010-06-308g: out of register bug fixRuss Cox
2010-06-30gc: do not crash on bad [...]TRuss Cox
2010-06-30template: fix typo in doc commentDaniel Fleischman
2010-06-30bytes, strings: add ReplaceRuss Cox
2010-06-30 x509: fix English.Adam Langley
2010-06-30x509: support non-self-signed certs.Adam Langley
2010-06-30syscall: add socketpairIvan Krasin
2010-06-30math: amd64 versions of exp and fabsCharles L. Dorian
2010-06-30io/ioutil.TempFile for WindowsPeter Mundy
2010-06-30io: Avoid race condition in pipe.Ian Lance Taylor
2010-06-30http: client_test nil pointer fixAndrew Gerrand
2010-06-30godoc: canonicalize codewalk pathsAndrew Gerrand
2010-06-29time: implement timezones for windowsAlex Brainman
2010-06-29net: initial attempt to implement windows versionAlex Brainman
2010-06-29ld: fix implementation of -uRuss Cox
2010-06-30 net: add support for DNS SRV requests.Kirklin McDonald
2010-06-29runtime: fix scheduling bug - world wasn't stoppingRuss Cox
2010-06-29strconv: fix %.1f, 0.09Rob Pike
2010-06-29strconv: fix %.2g, 40Rob Pike
2010-06-29code gen bug in len(nil) and cap(nil)Ken Thompson
2010-06-29Move the function Run() back into fd.go.Vinu Rajashekhar
2010-06-29gob: a couple of tiny simplifications using Kind()Rob Pike
2010-06-29runtime: fix windows buildAlex Brainman
2010-06-29exp/draw/x11: implement the mapping from keycodes to keysyms.Nigel Tao
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor
2010-06-28netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike
2010-06-28gob: add DecodeValue and EncodeValueRob Pike
2010-06-28compiler fatal error in switch.Ken Thompson
2010-06-29syscall: Add syscall_bsd.go to zsycall_freebsd_386.goPeter Mundy
2010-06-28rpc: allow non-struct args and reply (they must still be pointers)Rob Pike
2010-06-28netchan: allow chan of basic types now that gob can handle suchRob Pike
2010-06-28fmt.Printf: fix bug in handling of %#v.Rob Pike
2010-06-28gob: allow transmission of things other than structs at the top level.Rob Pike
2010-06-28Move the functions, newPollServer and Run, from fd.goVinu Rajashekhar
2010-06-288g compiler missing call to splitclean().Ken Thompson
2010-06-27optimization of static initializationKen Thompson
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike
2010-06-24gob: add support for complex numbersRob Pike
2010-06-23gc: fix crash for nested complex divisionRuss Cox
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood
2010-06-22regexp: restore accidentally deleted test item.Rob Pike
2010-06-22regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike