summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Add Error member to yyLexer type (yyErrorRoger Peppe3-8/+11
2010-05-15big: implemented format support for fmt library, MulRangeRobert Griesemer4-79/+234
2010-05-15build; allow MAKEFLAGS to be set outside the build scriptsChristopher Wedgwood1-1/+2
2010-05-15cmath: add package descriptionCharles L. Dorian3-2/+4
2010-05-14gofmt: exclude test w/ illegal syntax from test casesRobert Griesemer1-1/+1
2010-05-14go/printer (gofmt): don't lose mandatory semicolonsRobert Griesemer4-17/+59
2010-05-13Prevent Printf crashing when giving an extra nil argument.Roger Peppe1-2/+4
2010-05-11http: prevent crash if remote server is not responding with "HTTP/"Robert Griesemer1-1/+1
2010-05-11netchan: be less chatty during gotestRuss Cox1-6/+1
2010-05-11json: fix array -> non-array decodingRuss Cox2-19/+30
2010-05-11drawGlyphOver optimization.Nigel Tao1-4/+5
2010-05-10exp/draw fast path for glyph images.Nigel Tao1-1/+43
2010-05-09template: regularize the handling of interfaces, pointers, andRob Pike1-79/+56
2010-05-08json: accept escaped slash in string scannerMichael Hoisie2-1/+2
2010-05-08big: cleanups and performance tuningRobert Griesemer5-161/+142
2010-05-07big: more cleanupRobert Griesemer6-216/+183
2010-05-07compress: renamings.Rob Pike17-159/+159
2010-05-07gob: bug fix: errors encoding the payload were notRob Pike1-2/+6
2010-05-07gob: add an internal commentary example showing how theRob Pike2-176/+249
2010-05-06Save the scheduling state even predawn.Ian Lance Taylor1-4/+4
2010-05-06fix build (typo in arith_386.s)Robert Griesemer1-1/+1
2010-05-06big: implemented overlap-tolerant shifts in assemblyRobert Griesemer5-164/+188
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike4-7/+16
2010-05-06gob: add test for indirect maps, slices, arrays.Rob Pike2-3/+67
2010-05-06gc: distinguish array, slice literal in error messagesRuss Cox1-1/+4
2010-05-06Make exp/draw/x11 respect $XAUTHORITY.Nigel Tao1-13/+17
2010-05-05gob: add support for maps.Rob Pike6-43/+254
2010-05-05pkg/Makefile: add netchan to standard package listRob Pike1-0/+1
2010-05-05Conversion from loop to copy().Kyle Consalus1-3/+1
2010-05-05Fix a typo in net/unixsockConrad Meyer1-1/+1
2010-05-03allow data statements for simpleKen Thompson2-7/+5
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer7-170/+330
2010-05-03gc: bug264Russ Cox1-1/+3
2010-05-03runtime, strconv: tiny cleanupsRuss Cox2-15/+6
2010-05-03gc: bug267Russ Cox1-0/+2
2010-05-03gc: error for nested functions, one semicolon problemRuss Cox1-1/+6
2010-05-03big: fix memory corruption in nat.shrRuss Cox1-1/+1
2010-05-03runtime/arm: fix buildRuss Cox1-7/+7
2010-05-03big: Add bitwise methods for IntEvan Shaw4-12/+355
2010-05-03nacl: another attempt at fixing buildRuss Cox1-1/+1
2010-05-03syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox10-442/+662
2010-05-03Add _cgo_export.[ch] targets so that make knows how they areIan Lance Taylor1-1/+1
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike2-16/+41
2010-05-03runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}Giles Lean4-4/+4
2010-05-03fix nacl buildRuss Cox1-1/+1
2010-05-02math: fix typo in Cbrt descriptionCharles L. Dorian1-3/+3
2010-05-01big: cleanup and removal of redundant functionalityRobert Griesemer3-63/+33
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox9-60/+79
2010-05-01vector: use correct capacity in call to makeRuss Cox3-6/+11
2010-04-30big: use fast shift routinesRobert Griesemer4-44/+93