summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý735-13541/+51942
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý367-4288/+13901
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý264-2705/+9009
2011-02-14Imported Upstream version 2011.02.01.1upstream/2011.02.01.1Ondřej Surý0-0/+0
2011-02-14Imported Upstream version 2011-02-01.1Ondřej Surý0-0/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý535-9125/+18187
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1473-64769/+96880
2010-07-02release.2010-07-01upstream/2010.07.01Andrew Gerrand1-0/+58
2010-07-01strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).Rob Pike2-1/+6
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike24-98/+123
2010-07-016l: drop confusing commentRuss Cox1-1/+1
2010-07-016a: assemble CMPPD as 6l expectsRuss Cox2-4/+11
2010-07-016l: implement MOVLQZX as "mov", not "movsxd"Russ Cox1-1/+1
2010-06-30cmath: correct IsNaN for argument cmplx(Inf, NaN)Charles L. Dorian2-6/+38
2010-06-30test: override gcc bug when preparing complex divide tablesRuss Cox2-8/+30
2010-06-30codereview: allow multiple email addresses in CONTRIBUTORSRuss Cox1-17/+33
2010-06-30goinstall: support for Bazaar+LaunchpadGustavo Niemeyer3-43/+88
2010-06-30A+C: add Gustavo Niemeyer (individual CLA)Russ Cox2-0/+2
2010-06-30cgo: use slash-free relative paths for .so referencesRuss Cox6-10/+40
2010-06-308g: out of register bug fixRuss Cox3-1/+32
2010-06-30gc: do not crash on bad [...]TRuss Cox1-0/+5
2010-06-30template: fix typo in doc commentDaniel Fleischman1-1/+1
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