aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-09gc: more cleanupRuss 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-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-08http: add Head function for making HTTP HEAD requestsAndrew Gerrand
2010-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes
2010-06-06http: fix erroneous commentAndrew Gerrand
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-03io/ioutil: add TempFileRuss Cox
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-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-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-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
2010-06-01runtime: Fix printing -InfEvan Shaw
2010-06-01 Correct the regexp for finding unix signal names.Vinu Rajashekhar
2010-05-31Fix typo in gob docs. They were introduced in revision 3199778bafNigel Tao
2010-05-31vector: undo changes to autogenerated filesFazlul Shahriar
2010-05-31fmt: fix end-of-array error in parsenum.Rob Pike
2010-05-31IntVector.Do now takes an f(int), and StringVector.Do now takes an f(string).Michael Hoisie
2010-05-31fmt.Scan: refactor the implementation so format-driven and normal scanning us...Rob Pike
2010-05-31fmt.Scan:Rob Pike
2010-05-31implement os.FileInfo.*time_ns for windowsAlex Brainman
2010-05-30Correct _cgo_free when C ABI does not pass first arg on stack.Ian Lance Taylor
2010-05-31net: fix typoAndrew Gerrand
2010-05-28netchan: improve closing and shutdown. there's still more to do.Rob Pike
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao
2010-05-28syscall: windows SysAlloc should use stdcall_raw not syscallAlex Brainman
2010-05-28syscall: windows syscall trace to assist debuggingAlex Brainman
2010-05-28fmt.Scan: add Fscan and Fscanln and make Scan and ScanlnRob Pike
2010-05-27Add Rectangle.Eq and Point.In.Roger Peppe