summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gc: handle use of builtin function outside function callRuss Cox2010-05-204-3/+23
* gc: line number bug fixRuss Cox2010-05-201-1/+1
* clean up bug 275Ken Thompson2010-05-201-0/+0
* fix bug 275Ken Thompson2010-05-202-9/+11
* gc: disallow ? in Go programsRuss Cox2010-05-201-1/+1
* fix issue 798Ken Thompson2010-05-209-0/+51
* netFD: fix race between Close and Read/WriteMichael Hoisie2010-05-201-2/+9
* Fix Rectangle.Canon()Roger Peppe2010-05-201-2/+2
* Fast-ish path for drawing onto an image.RGBA destination.Nigel Tao2010-05-202-13/+121
* syscall: linux, implement BindToDeviceChristopher Wedgwood2010-05-201-0/+5
* syscall: bsd, stub BindToDeviceChristopher Wedgwood2010-05-201-0/+9
* runtime: avoid allocation for fixed stringsRuss Cox2010-05-1912-14/+25
* dashboard: reintroduce Benchmark modelAndrew Gerrand2010-05-191-2/+4
* os: add Chtimes functionBrad Fitzpatrick2010-05-192-0/+58
* syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhereRuss Cox2010-05-197-10/+62
* bug275: cannot apply real() to a complex array elementRobert Griesemer2010-05-192-0/+24
* runtime: allow large map valuesRuss Cox2010-05-192-12/+93
* big: potential bug fix, cleanupsRobert Griesemer2010-05-194-19/+61
* fix build - arm testsRuss Cox2010-05-182-12/+1
* fix build - no netchan tests under NaClRuss Cox2010-05-181-0/+1
* bytes: add Trim, TrimLeft, TrimRight, and generic functionsMichael Hoisie2010-05-182-20/+134
* gc: Better error when computing remainder of non-intEvan Shaw2010-05-181-1/+1
* math: amd64 versions of fdim, fmax, fminCharles L. Dorian2010-05-184-2/+37
* math: signed zero Sqrt special caseCharles L. Dorian2010-05-183-6/+12
* big: bug fix for divisionRobert Griesemer2010-05-181-2/+7
* Trivial optimization.Kyle Consalus2010-05-181-6/+7
* Add Error member to yyLexer type (yyErrorRoger Peppe2010-05-173-8/+11
* big: implemented format support for fmt library, MulRangeRobert Griesemer2010-05-154-79/+234
* build; allow MAKEFLAGS to be set outside the build scriptsChristopher Wedgwood2010-05-151-1/+2
* cmath: add package descriptionCharles L. Dorian2010-05-153-2/+4
* gofmt: exclude test w/ illegal syntax from test casesRobert Griesemer2010-05-141-1/+1
* go/printer (gofmt): don't lose mandatory semicolonsRobert Griesemer2010-05-144-17/+59
* go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer2010-05-141-12/+34
* Prevent Printf crashing when giving an extra nil argument.Roger Peppe2010-05-131-2/+4
* rename 'gordon' to 'gopher'Andrew Gerrand2010-05-138-0/+0
* bug274: test case for issue 777Robert Griesemer2010-05-132-0/+32
* http: prevent crash if remote server is not responding with "HTTP/"Robert Griesemer2010-05-111-1/+1
* netchan: be less chatty during gotestRuss Cox2010-05-111-6/+1
* json: fix array -> non-array decodingRuss Cox2010-05-112-19/+30
* drawGlyphOver optimization.Nigel Tao2010-05-111-4/+5
* exp/draw fast path for glyph images.Nigel Tao2010-05-101-1/+43
* template: regularize the handling of interfaces, pointers, andRob Pike2010-05-091-79/+56
* json: accept escaped slash in string scannerMichael Hoisie2010-05-082-1/+2
* big: cleanups and performance tuningRobert Griesemer2010-05-085-161/+142
* big: more cleanupRobert Griesemer2010-05-076-216/+183
* go spec: simplify section on channel typesRobert Griesemer2010-05-071-20/+18
* compress: renamings.Rob Pike2010-05-0717-159/+159
* gob: bug fix: errors encoding the payload were notRob Pike2010-05-071-2/+6
* gob: add an internal commentary example showing how theRob Pike2010-05-072-176/+249
* Save the scheduling state even predawn.Ian Lance Taylor2010-05-061-4/+4