summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-07-01weekly.2010-07-01Andrew Gerrand2010-07-021-0/+58
* strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).Rob Pike2010-07-012-1/+6
* strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2010-07-0124-98/+123
* 6l: drop confusing commentRuss Cox2010-07-011-1/+1
* 6a: assemble CMPPD as 6l expectsRuss Cox2010-07-012-4/+11
* 6l: implement MOVLQZX as "mov", not "movsxd"Russ Cox2010-07-011-1/+1
* cmath: correct IsNaN for argument cmplx(Inf, NaN)Charles L. Dorian2010-06-302-6/+38
* test: override gcc bug when preparing complex divide tablesRuss Cox2010-06-302-8/+30
* codereview: allow multiple email addresses in CONTRIBUTORSRuss Cox2010-06-301-17/+33
* goinstall: support for Bazaar+LaunchpadGustavo Niemeyer2010-06-303-43/+88
* A+C: add Gustavo Niemeyer (individual CLA)Russ Cox2010-06-302-0/+2
* cgo: use slash-free relative paths for .so referencesRuss Cox2010-06-306-10/+40
* 8g: out of register bug fixRuss Cox2010-06-303-1/+32
* gc: do not crash on bad [...]TRuss Cox2010-06-301-0/+5
* template: fix typo in doc commentDaniel Fleischman2010-06-301-1/+1
* bytes, strings: add ReplaceRuss Cox2010-06-304-0/+153
* x509: fix English.Adam Langley2010-06-301-2/+2
* x509: support non-self-signed certs.Adam Langley2010-06-302-6/+7
* syscall: add socketpairIvan Krasin2010-06-309-0/+67
* math: amd64 versions of exp and fabsCharles L. Dorian2010-06-306-11/+141
* io/ioutil.TempFile for WindowsPeter Mundy2010-06-307-12/+79
* io: Avoid race condition in pipe.Ian Lance Taylor2010-06-301-1/+2
* http: client_test nil pointer fixAndrew Gerrand2010-06-301-1/+1
* godoc: canonicalize codewalk pathsAndrew Gerrand2010-06-302-1/+6
* doc/codewalk: Share Memory By CommunicatingAndrew Gerrand2010-06-302-0/+298
* time: implement timezones for windowsAlex Brainman2010-06-297-19/+517
* Contributors: add Kirklin McDonald (a Google employee)Andrew Gerrand2010-06-301-0/+1
* net: initial attempt to implement windows versionAlex Brainman2010-06-297-48/+861
* ld: fix implementation of -uRuss Cox2010-06-293-19/+57
* net: add support for DNS SRV requests.Kirklin McDonald2010-06-302-23/+82
* runtime: fix scheduling bug - world wasn't stoppingRuss Cox2010-06-291-1/+1
* strconv: fix %.1f, 0.09Rob Pike2010-06-293-6/+21
* strconv: fix %.2g, 40Rob Pike2010-06-292-4/+21
* code gen bug in len(nil) and cap(nil)Ken Thompson2010-06-293-0/+12
* Move the function Run() back into fd.go.Vinu Rajashekhar2010-06-292-46/+44
* gob: a couple of tiny simplifications using Kind()Rob Pike2010-06-293-12/+26
* runtime: fix windows buildAlex Brainman2010-06-291-0/+2
* exp/draw/x11: implement the mapping from keycodes to keysyms.Nigel Tao2010-06-291-31/+78
* Only catch all signals if os/signal package imported.Ian Lance Taylor2010-06-2813-12/+27
* netchan: use gob DecodeValue to eliminate the need for a pointer valueRob Pike2010-06-284-40/+28
* gob: add DecodeValue and EncodeValueRob Pike2010-06-285-18/+30
* A+C for Peter Mundy (peterGo)Andrew Gerrand2010-06-292-0/+2
* compiler fatal error in switch.Ken Thompson2010-06-281-5/+6
* syscall: Add syscall_bsd.go to zsycall_freebsd_386.goPeter Mundy2010-06-291-1/+13
* rpc: allow non-struct args and reply (they must still be pointers)Rob Pike2010-06-282-41/+75
* netchan: allow chan of basic types now that gob can handle suchRob Pike2010-06-283-24/+16
* fmt.Printf: fix bug in handling of %#v.Rob Pike2010-06-283-63/+68
* gob: allow transmission of things other than structs at the top level.Rob Pike2010-06-286-113/+234
* Move the functions, newPollServer and Run, from fd.goVinu Rajashekhar2010-06-283-75/+88
* 8g compiler missing call to splitclean().Ken Thompson2010-06-281-1/+4