aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-17release 2010-02-17 part oneweekly.2010-02-17Andrew Gerrand
2010-02-17language spec: make NUL byte rule an implementation restrictionRobert Griesemer
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-16install: Added gcc, build-essential to apt-get command line.Andrew Gerrand
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-16spec: disallow NUL in source filesRuss Cox
2010-02-17specification of []int(string) and []byte(string).Rob Pike
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-16A+C: Giles Lean (individual CLA)Russ Cox
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-10arm: take out fixedbugs/bug120 - gives inconsistent errorsRuss Cox
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-10A+C: add Alex Brainman (individual CLA)Russ Cox
2010-02-10clean new garbage collector benchmark binariesRuss 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