summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-30bytes, strings: add ReplaceRuss Cox4-0/+153
2010-06-30 x509: fix English.Adam Langley1-2/+2
2010-06-30x509: support non-self-signed certs.Adam Langley2-6/+7
2010-06-30syscall: add socketpairIvan Krasin9-0/+67
2010-06-30math: amd64 versions of exp and fabsCharles L. Dorian6-11/+141
2010-06-30io/ioutil.TempFile for WindowsPeter Mundy7-12/+79
2010-06-30io: Avoid race condition in pipe.Ian Lance Taylor1-1/+2
2010-06-30http: client_test nil pointer fixAndrew Gerrand1-1/+1
2010-06-30godoc: canonicalize codewalk pathsAndrew Gerrand2-1/+6
2010-06-30doc/codewalk: Share Memory By CommunicatingAndrew Gerrand2-0/+298
2010-06-29time: implement timezones for windowsAlex Brainman7-19/+517
2010-06-30Contributors: add Kirklin McDonald (a Google employee)Andrew Gerrand1-0/+1
2010-06-29net: initial attempt to implement windows versionAlex Brainman7-48/+861
2010-06-29ld: fix implementation of -uRuss Cox3-19/+57
2010-06-30 net: add support for DNS SRV requests.Kirklin McDonald2-23/+82
2010-06-29runtime: fix scheduling bug - world wasn't stoppingRuss Cox1-1/+1
2010-06-29strconv: fix %.1f, 0.09Rob Pike3-6/+21
2010-06-29strconv: fix %.2g, 40Rob Pike2-4/+21
2010-06-29code gen bug in len(nil) and cap(nil)Ken Thompson3-0/+12
2010-06-29Move the function Run() back into fd.go.Vinu Rajashekhar2-46/+44
2010-06-29gob: a couple of tiny simplifications using Kind()Rob Pike3-12/+26
2010-06-29runtime: fix windows buildAlex Brainman1-0/+2
2010-06-29exp/draw/x11: implement the mapping from keycodes to keysyms.Nigel Tao1-31/+78
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor13-12/+27
2010-06-28netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike4-40/+28
2010-06-28gob: add DecodeValue and EncodeValueRob Pike5-18/+30
2010-06-29A+C for Peter Mundy (peterGo)Andrew Gerrand2-0/+2
2010-06-28compiler fatal error in switch.Ken Thompson1-5/+6
2010-06-29syscall: Add syscall_bsd.go to zsycall_freebsd_386.goPeter Mundy1-1/+13
2010-06-28rpc: allow non-struct args and reply (they must still be pointers)Rob Pike2-41/+75
2010-06-28netchan: allow chan of basic types now that gob can handle suchRob Pike3-24/+16
2010-06-28fmt.Printf: fix bug in handling of %#v.Rob Pike3-63/+68
2010-06-28gob: allow transmission of things other than structs at the top level.Rob Pike6-113/+234
2010-06-28Move the functions, newPollServer and Run, from fd.goVinu Rajashekhar3-75/+88
2010-06-288g compiler missing call to splitclean().Ken Thompson1-1/+4
2010-06-27optimization of static initializationKen Thompson4-128/+202
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike2-2/+53
2010-06-24gob: add support for complex numbersRob Pike4-69/+224
2010-06-23gc: fix crash for nested complex divisionRuss Cox2-1/+7
2010-06-23godashboard: add Projects pageAndrew Gerrand11-6/+319
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood1-0/+2
2010-06-22regexp: restore accidentally deleted test item.Rob Pike1-0/+1
2010-06-22regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike2-17/+20
2010-06-22debug/dwarf: update PDF link.Rob Pike1-1/+1
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand1-1/+1
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox6-152/+164
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox6-14/+28
2010-06-21net: move Dial, Listen out of net.go.Russ Cox3-172/+180
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox4-31/+28
2010-06-21runtime: delete old typesRuss Cox1-36/+0