aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-17apply gofmt to src and miscRobert Griesemer
2010-02-17gofmt: make sure certain 2-line comments are stableRobert Griesemer
2010-02-178g: respect ullman numbers in float comparisonRuss Cox
2010-02-18time.Ticker: fix bug arising when all tickers are dead.Rob Pike
2010-02-17Add Src and Over draw operators.Nigel Tao
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox
2010-02-16go/scanner: comply with spec changes (do not allow NUL chars)Robert Griesemer
2010-02-16gc: fix build (signed char bug)Russ Cox
2010-02-16gc: disallow NUL byte, catch more invalid UTF-8, testRuss Cox
2010-02-16runtime: fix bug in Caller documentationRuss Cox
2010-02-16godoc: updated documentationRobert Griesemer
2010-02-17The prefix optimization applies only to the first iteration.Rob Pike
2010-02-16godoc: initialize vars depending on flags after parsing the flags.Robert Griesemer
2010-02-16godoc: fix initialization issueRobert Griesemer
2010-02-16syscall: make signature of Umask on OS X, FreeBSD match Linux.Giles Lean
2010-02-16cc: use "cpp" anywhere in path, not "/bin/cpp"Giles Lean
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer
2010-02-16remove assumption that all files belonging to a package are in the same direc...Robert Griesemer
2010-02-16Don't print ()'s around a range clause's expression.Robert Griesemer
2010-02-16gc: test & fix handling of very long string constantsRuss Cox
2010-02-15Fix printing of named floating point types.Ian Lance Taylor
2010-02-12update gofmt test scriptRobert Griesemer
2010-02-12http: clarify ServeHTTP returnRuss Cox
2010-02-12gc: diagnose invalid array boundsRuss Cox
2010-02-12runtime: dummy gettime for mingw/386.Russ Cox
2010-02-11correct meaning of "absolute" and "relative"Robert Griesemer
2010-02-11Steps towards more flexible godoc:Robert Griesemer
2010-02-10stop the 5c optimizer from clobbering extern static registers.Kai Backman
2010-02-10runtime: delete MHeapMapCache, which is uselessRuss Cox
2010-02-11exp/draw test.Nigel Tao
2010-02-10Added tests for http.Request/Response.Write()Petar Maymounkov
2010-02-10net: use slightly less predictable dns request idRuss Cox
2010-02-10arm: fix build on androidRuss Cox
2010-02-10runtime: tighten garbage collectorRuss Cox
2010-02-10runtime: do not zero blocks on free (this time for sure!)Russ Cox
2010-02-108l: pe executable building code changed to include import table for kernel32....Alex Brainman
2010-02-10gc: fix mkopnames and color grep interactionRuss Cox
2010-02-10ld: unused variableRuss Cox
2010-02-10math: add Exp2; 386 FPU versions of Exp2 and Log1pCharles L. Dorian
2010-02-10runtime: garbage collection + malloc performanceRuss Cox
2010-02-09mime: new package, use in httpMichael Hoisie
2010-02-09http: protect io.WriteString in Request/Response.Write with error checking,Petar Maymounkov
2010-02-09bug fix in 6c/8c/5c mis-alignedKen Thompson
2010-02-09fix NaCl build for latest runtime changesRuss Cox
2010-02-09runtime: fix FreeBSD buildRuss Cox
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian
2010-02-098a/8l: Added CMOVcc instructionsEvan Shaw
2010-02-09add simple garbage collector benchmarks to dashboardRuss Cox
2010-02-09make units compileFazlul Shahriar
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox