| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: handle use of builtin function outside function call | Russ Cox | 2010-05-20 | 4 | -3/+23 |
* | gc: line number bug fix | Russ Cox | 2010-05-20 | 1 | -1/+1 |
* | clean up bug 275 | Ken Thompson | 2010-05-20 | 1 | -0/+0 |
* | fix bug 275 | Ken Thompson | 2010-05-20 | 2 | -9/+11 |
* | gc: disallow ? in Go programs | Russ Cox | 2010-05-20 | 1 | -1/+1 |
* | fix issue 798 | Ken Thompson | 2010-05-20 | 9 | -0/+51 |
* | netFD: fix race between Close and Read/Write | Michael Hoisie | 2010-05-20 | 1 | -2/+9 |
* | Fix Rectangle.Canon() | Roger Peppe | 2010-05-20 | 1 | -2/+2 |
* | Fast-ish path for drawing onto an image.RGBA destination. | Nigel Tao | 2010-05-20 | 2 | -13/+121 |
* | syscall: linux, implement BindToDevice | Christopher Wedgwood | 2010-05-20 | 1 | -0/+5 |
* | syscall: bsd, stub BindToDevice | Christopher Wedgwood | 2010-05-20 | 1 | -0/+9 |
* | runtime: avoid allocation for fixed strings | Russ Cox | 2010-05-19 | 12 | -14/+25 |
* | dashboard: reintroduce Benchmark model | Andrew Gerrand | 2010-05-19 | 1 | -2/+4 |
* | os: add Chtimes function | Brad Fitzpatrick | 2010-05-19 | 2 | -0/+58 |
* | syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhere | Russ Cox | 2010-05-19 | 7 | -10/+62 |
* | bug275: cannot apply real() to a complex array element | Robert Griesemer | 2010-05-19 | 2 | -0/+24 |
* | runtime: allow large map values | Russ Cox | 2010-05-19 | 2 | -12/+93 |
* | big: potential bug fix, cleanups | Robert Griesemer | 2010-05-19 | 4 | -19/+61 |
* | fix build - arm tests | Russ Cox | 2010-05-18 | 2 | -12/+1 |
* | fix build - no netchan tests under NaCl | Russ Cox | 2010-05-18 | 1 | -0/+1 |
* | bytes: add Trim, TrimLeft, TrimRight, and generic functions | Michael Hoisie | 2010-05-18 | 2 | -20/+134 |
* | gc: Better error when computing remainder of non-int | Evan Shaw | 2010-05-18 | 1 | -1/+1 |
* | math: amd64 versions of fdim, fmax, fmin | Charles L. Dorian | 2010-05-18 | 4 | -2/+37 |
* | math: signed zero Sqrt special case | Charles L. Dorian | 2010-05-18 | 3 | -6/+12 |
* | big: bug fix for division | Robert Griesemer | 2010-05-18 | 1 | -2/+7 |
* | Trivial optimization. | Kyle Consalus | 2010-05-18 | 1 | -6/+7 |
* | Add Error member to yyLexer type (yyError | Roger Peppe | 2010-05-17 | 3 | -8/+11 |
* | big: implemented format support for fmt library, MulRange | Robert Griesemer | 2010-05-15 | 4 | -79/+234 |
* | build; allow MAKEFLAGS to be set outside the build scripts | Christopher Wedgwood | 2010-05-15 | 1 | -1/+2 |
* | cmath: add package description | Charles L. Dorian | 2010-05-15 | 3 | -2/+4 |
* | gofmt: exclude test w/ illegal syntax from test cases | Robert Griesemer | 2010-05-14 | 1 | -1/+1 |
* | go/printer (gofmt): don't lose mandatory semicolons | Robert Griesemer | 2010-05-14 | 4 | -17/+59 |
* | go spec: added imaginary literal to semicolon rules (was missing) | Robert Griesemer | 2010-05-14 | 1 | -12/+34 |
* | Prevent Printf crashing when giving an extra nil argument. | Roger Peppe | 2010-05-13 | 1 | -2/+4 |
* | rename 'gordon' to 'gopher' | Andrew Gerrand | 2010-05-13 | 8 | -0/+0 |
* | bug274: test case for issue 777 | Robert Griesemer | 2010-05-13 | 2 | -0/+32 |
* | http: prevent crash if remote server is not responding with "HTTP/" | Robert Griesemer | 2010-05-11 | 1 | -1/+1 |
* | netchan: be less chatty during gotest | Russ Cox | 2010-05-11 | 1 | -6/+1 |
* | json: fix array -> non-array decoding | Russ Cox | 2010-05-11 | 2 | -19/+30 |
* | drawGlyphOver optimization. | Nigel Tao | 2010-05-11 | 1 | -4/+5 |
* | exp/draw fast path for glyph images. | Nigel Tao | 2010-05-10 | 1 | -1/+43 |
* | template: regularize the handling of interfaces, pointers, and | Rob Pike | 2010-05-09 | 1 | -79/+56 |
* | json: accept escaped slash in string scanner | Michael Hoisie | 2010-05-08 | 2 | -1/+2 |
* | big: cleanups and performance tuning | Robert Griesemer | 2010-05-08 | 5 | -161/+142 |
* | big: more cleanup | Robert Griesemer | 2010-05-07 | 6 | -216/+183 |
* | go spec: simplify section on channel types | Robert Griesemer | 2010-05-07 | 1 | -20/+18 |
* | compress: renamings. | Rob Pike | 2010-05-07 | 17 | -159/+159 |
* | gob: bug fix: errors encoding the payload were not | Rob Pike | 2010-05-07 | 1 | -2/+6 |
* | gob: add an internal commentary example showing how the | Rob Pike | 2010-05-07 | 2 | -176/+249 |
* | Save the scheduling state even predawn. | Ian Lance Taylor | 2010-05-06 | 1 | -4/+4 |