Age | Commit message (Expand) | Author | Files | Lines |
2010-05-17 | Add Error member to yyLexer type (yyError | Roger Peppe | 3 | -8/+11 |
2010-05-15 | big: implemented format support for fmt library, MulRange | Robert Griesemer | 4 | -79/+234 |
2010-05-15 | build; allow MAKEFLAGS to be set outside the build scripts | Christopher Wedgwood | 1 | -1/+2 |
2010-05-15 | cmath: add package description | Charles L. Dorian | 3 | -2/+4 |
2010-05-14 | gofmt: exclude test w/ illegal syntax from test cases | Robert Griesemer | 1 | -1/+1 |
2010-05-14 | go/printer (gofmt): don't lose mandatory semicolons | Robert Griesemer | 4 | -17/+59 |
2010-05-13 | Prevent Printf crashing when giving an extra nil argument. | Roger Peppe | 1 | -2/+4 |
2010-05-11 | http: prevent crash if remote server is not responding with "HTTP/" | Robert Griesemer | 1 | -1/+1 |
2010-05-11 | netchan: be less chatty during gotest | Russ Cox | 1 | -6/+1 |
2010-05-11 | json: fix array -> non-array decoding | Russ Cox | 2 | -19/+30 |
2010-05-11 | drawGlyphOver optimization. | Nigel Tao | 1 | -4/+5 |
2010-05-10 | exp/draw fast path for glyph images. | Nigel Tao | 1 | -1/+43 |
2010-05-09 | template: regularize the handling of interfaces, pointers, and | Rob Pike | 1 | -79/+56 |
2010-05-08 | json: accept escaped slash in string scanner | Michael Hoisie | 2 | -1/+2 |
2010-05-08 | big: cleanups and performance tuning | Robert Griesemer | 5 | -161/+142 |
2010-05-07 | big: more cleanup | Robert Griesemer | 6 | -216/+183 |
2010-05-07 | compress: renamings. | Rob Pike | 17 | -159/+159 |
2010-05-07 | gob: bug fix: errors encoding the payload were not | Rob Pike | 1 | -2/+6 |
2010-05-07 | gob: add an internal commentary example showing how the | Rob Pike | 2 | -176/+249 |
2010-05-06 | Save the scheduling state even predawn. | Ian Lance Taylor | 1 | -4/+4 |
2010-05-06 | fix build (typo in arith_386.s) | Robert Griesemer | 1 | -1/+1 |
2010-05-06 | big: implemented overlap-tolerant shifts in assembly | Robert Griesemer | 5 | -164/+188 |
2010-05-06 | runtime.GOMAXPROCS: hack it to have it return the old value. | Rob Pike | 4 | -7/+16 |
2010-05-06 | gob: add test for indirect maps, slices, arrays. | Rob Pike | 2 | -3/+67 |
2010-05-06 | gc: distinguish array, slice literal in error messages | Russ Cox | 1 | -1/+4 |
2010-05-06 | Make exp/draw/x11 respect $XAUTHORITY. | Nigel Tao | 1 | -13/+17 |
2010-05-05 | gob: add support for maps. | Rob Pike | 6 | -43/+254 |
2010-05-05 | pkg/Makefile: add netchan to standard package list | Rob Pike | 1 | -0/+1 |
2010-05-05 | Conversion from loop to copy(). | Kyle Consalus | 1 | -3/+1 |
2010-05-05 | Fix a typo in net/unixsock | Conrad Meyer | 1 | -1/+1 |
2010-05-03 | allow data statements for simple | Ken Thompson | 2 | -7/+5 |
2010-05-03 | big: completed set of Int division routines & cleanups | Robert Griesemer | 7 | -170/+330 |
2010-05-03 | gc: bug264 | Russ Cox | 1 | -1/+3 |
2010-05-03 | runtime, strconv: tiny cleanups | Russ Cox | 2 | -15/+6 |
2010-05-03 | gc: bug267 | Russ Cox | 1 | -0/+2 |
2010-05-03 | gc: error for nested functions, one semicolon problem | Russ Cox | 1 | -1/+6 |
2010-05-03 | big: fix memory corruption in nat.shr | Russ Cox | 1 | -1/+1 |
2010-05-03 | runtime/arm: fix build | Russ Cox | 1 | -7/+7 |
2010-05-03 | big: Add bitwise methods for Int | Evan Shaw | 4 | -12/+355 |
2010-05-03 | nacl: another attempt at fixing build | Russ Cox | 1 | -1/+1 |
2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox | 10 | -442/+662 |
2010-05-03 | Add _cgo_export.[ch] targets so that make knows how they are | Ian Lance Taylor | 1 | -1/+1 |
2010-05-03 | bytes: Change IndexAny to look for UTF-8 encoded characters. | Rob Pike | 2 | -16/+41 |
2010-05-03 | runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd} | Giles Lean | 4 | -4/+4 |
2010-05-03 | fix nacl build | Russ Cox | 1 | -1/+1 |
2010-05-02 | math: fix typo in Cbrt description | Charles L. Dorian | 1 | -3/+3 |
2010-05-01 | big: cleanup and removal of redundant functionality | Robert Griesemer | 3 | -63/+33 |
2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 9 | -60/+79 |
2010-05-01 | vector: use correct capacity in call to make | Russ Cox | 3 | -6/+11 |
2010-04-30 | big: use fast shift routines | Robert Griesemer | 4 | -44/+93 |