summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-04HTML5 parser test data from WebKit.Nigel Tao24-0/+10233
2010-06-04Fixes issue 836.Nigel Tao2-1/+15
2010-06-03draw.Draw fast paths for the Over operator.Nigel Tao1-34/+93
2010-06-03Add Opaque method to the image types.Nigel Tao2-0/+102
2010-06-03fmt.Scan: %cRob Pike2-5/+23
2010-06-03io/ioutil: add TempFileRuss Cox3-0/+93
2010-06-03http: handle status 304 correctlyRuss Cox1-0/+11
2010-06-03fmt.Scan: field widthsRob Pike3-122/+290
2010-06-03math: fix typo in Exp2 benchmarkCharles L. Dorian1-1/+1
2010-06-03netchan: fix typo in testRob Pike1-1/+1
2010-06-03Fix typo in xml comments.Nigel Tao1-3/+1
2010-06-02 Optimization to regexp _CharClass: keep track of overall range ofKyle Consalus2-10/+48
2010-06-02math: Pow special cases (signed zero, IEEE 754-2008)Charles L. Dorian2-190/+245
2010-06-02fmt.Scan: scan []byte argumentsRob Pike3-7/+34
2010-06-02bufio: change ReadSlice to match descriptionRuss Cox2-15/+17
2010-06-02fmt.Scanf: implement formats, provide Sscanf (strings)Rob Pike3-56/+173
2010-06-02big: fix spelling of EuclideanRuss Cox1-2/+2
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike1-1/+1
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike2-192/+409
2010-06-01gc: fix export of complex typesRuss Cox1-0/+3
2010-06-01big: bug fix for Quo aliasing problemRobert Griesemer2-3/+31
2010-06-01goinstall: Use 'git pull' instead of 'git checkout' when updating a git repo.Michael Hoisie1-1/+1
2010-06-01runtime: Fix printing -InfEvan Shaw1-2/+2
2010-06-01 Correct the regexp for finding unix signal names.Vinu Rajashekhar1-1/+1
2010-05-31Fix typo in gob docs. They were introduced in revision 3199778bafNigel Tao1-5/+5
2010-05-31vector: undo changes to autogenerated filesFazlul Shahriar7-42/+50
2010-05-31fmt: fix end-of-array error in parsenum.Rob Pike2-8/+5
2010-05-31IntVector.Do now takes an f(int), and StringVector.Do now takes an f(string).Michael Hoisie3-23/+17
2010-05-31fmt.Scan: refactor the implementation so format-driven and normal scanning us...Rob Pike2-160/+100
2010-05-31fmt.Scan:Rob Pike2-154/+436
2010-05-31implement os.FileInfo.*time_ns for windowsAlex Brainman4-13/+17
2010-05-30Correct _cgo_free when C ABI does not pass first arg on stack.Ian Lance Taylor2-2/+13
2010-05-31net: fix typoAndrew Gerrand1-1/+1
2010-05-28netchan: improve closing and shutdown. there's still more to do.Rob Pike3-7/+45
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao8-108/+41
2010-05-28syscall: windows SysAlloc should use stdcall_raw not syscallAlex Brainman1-1/+1
2010-05-28syscall: windows syscall trace to assist debuggingAlex Brainman1-0/+7
2010-05-28fmt.Scan: add Fscan and Fscanln and make Scan and ScanlnRob Pike3-12/+48
2010-05-27Add Rectangle.Eq and Point.In.Roger Peppe1-0/+14
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox46-95/+95
2010-05-26fmt.Scan: custom formattersRob Pike1-11/+11
2010-05-26fmt.Scan: custom formattersRob Pike2-16/+76
2010-05-26godoc: collect package comments from all package files, not just the first on...Robert Griesemer1-6/+23
2010-05-26big: add ModInverse.Adam Langley2-0/+41
2010-05-26fmt: fix 386 build. error strings differ for overflow on 386.Rob Pike1-1/+3
2010-05-25fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.Rob Pike3-0/+595
2010-05-24Optimize exp/draw/x11 flusher inner loop.Nigel Tao1-6/+6
2010-05-248g: out of register bugRuss Cox1-4/+8
2010-05-24gc: more accurate error descriptionRuss Cox1-2/+2
2010-05-24fix build - nacl stubsRuss Cox1-0/+3