summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-24gc: fix shift/reduce conflict in go.y export syntaxRuss Cox2-4/+19
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox3-2/+96
2010-05-24net: udp, implement BindToDeviceChristopher Wedgwood1-0/+10
2010-05-24big: Rat test improvementsEvan Shaw1-80/+72
2010-05-246g: avoid unnecessary conversion in shift bounds checkRuss Cox1-4/+15
2010-05-24gc: bug277 - new conversion syntaxRuss Cox1-21/+10
2010-05-24gc: bug280Russ Cox1-0/+2
2010-05-24Fix typo in exp/draw/x11.Nigel Tao1-1/+1
2010-05-24runtime: free old hashmap pieces during resizingRuss Cox1-1/+0
2010-05-24libmach: skip __nl_symbol_ptr section on OS XRuss Cox1-0/+2
2010-05-24gc: bug278Russ Cox1-0/+3
2010-05-24gc: fix unsafe.Sizeof on ideal constantsRuss Cox1-4/+2
2010-05-24fix windows buildAlex Brainman1-0/+11