aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-09release.2010-06-09weekly.2010-06-09Andrew Gerrand
2010-06-09gc: more cleanupRuss Cox
2010-06-08fix build: invalid character literalsRuss Cox
2010-06-08gc: new typechecking rulesRuss Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-06-08go/printer: deleted dead codeRobert Griesemer
2010-06-08gofmt: update test script so it can run to completion againRobert Griesemer
2010-06-08go/parser: correct position of empty statement ';'Robert Griesemer
2010-06-08fix buildRuss Cox
2010-06-08doc: add Google I/O talk and programsRuss Cox
2010-06-08bug284: make conversion legal, fix error patternsRuss Cox
2010-06-08bug285: delete invalid map assignmentRuss Cox
2010-06-07gc: better error message when ~ operator is foundRobert Griesemer
2010-06-07gc: backslash newline is not a legal escape sequence in stringsRobert Griesemer
2010-06-07go spec: rename "assignment compatible" -> "assignable"Robert Griesemer
2010-06-08http: add Head function for making HTTP HEAD requestsAndrew Gerrand
2010-06-07go spec: clean-up and consolidation of spec with implementationRobert Griesemer
2010-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes
2010-06-07A+C: add Daniel Theophanes (individual CLA)Russ Cox
2010-06-06http: fix erroneous commentAndrew Gerrand
2010-06-05tutorial: fix one-word mistake in echo exampleRob Pike
2010-06-04HTML5 parser test data from WebKit.Nigel Tao
2010-06-04Fixes #836.Nigel Tao
2010-06-03draw.Draw fast paths for the Over operator.Nigel Tao
2010-06-03Add Opaque method to the image types.Nigel Tao
2010-06-03fmt.Scan: %cRob Pike
2010-06-03go spec: Base comparison compatibility on assignment compatibility.Robert Griesemer
2010-06-03io/ioutil: add TempFileRuss Cox
2010-06-03Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus
2010-06-03http: handle status 304 correctlyRuss Cox
2010-06-03fmt.Scan: field widthsRob Pike
2010-06-03math: fix typo in Exp2 benchmarkCharles L. Dorian
2010-06-03bug285: assignment compatible map keys must be acceptedRobert Griesemer
2010-06-03netchan: fix typo in testRob Pike
2010-06-03Fix typo in xml comments.Nigel Tao
2010-06-02 Optimization to regexp _CharClass: keep track of overall range ofKyle Consalus
2010-06-02math: Pow special cases (signed zero, IEEE 754-2008)Charles L. Dorian
2010-06-02doc: codereview + Mercurial QueuesPeter Williams
2010-06-02fmt.Scan: scan []byte argumentsRob Pike
2010-06-02bufio: change ReadSlice to match descriptionRuss Cox
2010-06-02fmt.Scanf: implement formats, provide Sscanf (strings)Rob Pike
2010-06-02big: fix spelling of EuclideanRuss Cox
2010-06-02bug284: additional conversion test caseRobert Griesemer
2010-06-02bug284: test cases for new conversion rulesRobert Griesemer
2010-06-02A+C: added Daniel FleischmanAndrew Gerrand
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike
2010-06-01gc: fix export of complex typesRuss Cox
2010-06-01big: bug fix for Quo aliasing problemRobert Griesemer
2010-06-01goinstall: Use 'git pull' instead of 'git checkout' when updating a git repo.Michael Hoisie