summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: allow large map valuesRuss Cox2010-05-191-12/+59
* big: potential bug fix, cleanupsRobert Griesemer2010-05-194-19/+61
* 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
* Prevent Printf crashing when giving an extra nil argument.Roger Peppe2010-05-131-2/+4
* 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
* 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
* fix build (typo in arith_386.s)Robert Griesemer2010-05-061-1/+1
* big: implemented overlap-tolerant shifts in assemblyRobert Griesemer2010-05-065-164/+188
* runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike2010-05-064-7/+16
* gob: add test for indirect maps, slices, arrays.Rob Pike2010-05-062-3/+67
* gc: distinguish array, slice literal in error messagesRuss Cox2010-05-061-1/+4
* Make exp/draw/x11 respect $XAUTHORITY.Nigel Tao2010-05-061-13/+17
* gob: add support for maps.Rob Pike2010-05-056-43/+254
* pkg/Makefile: add netchan to standard package listRob Pike2010-05-051-0/+1
* Conversion from loop to copy().Kyle Consalus2010-05-051-3/+1
* Fix a typo in net/unixsockConrad Meyer2010-05-051-1/+1
* allow data statements for simpleKen Thompson2010-05-032-7/+5
* big: completed set of Int division routines & cleanupsRobert Griesemer2010-05-037-170/+330
* gc: bug264Russ Cox2010-05-031-1/+3
* runtime, strconv: tiny cleanupsRuss Cox2010-05-032-15/+6
* gc: bug267Russ Cox2010-05-031-0/+2
* gc: error for nested functions, one semicolon problemRuss Cox2010-05-031-1/+6
* big: fix memory corruption in nat.shrRuss Cox2010-05-031-1/+1
* runtime/arm: fix buildRuss Cox2010-05-031-7/+7
* big: Add bitwise methods for IntEvan Shaw2010-05-034-12/+355
* nacl: another attempt at fixing buildRuss Cox2010-05-031-1/+1
* syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)Russ Cox2010-05-0310-442/+662