aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-29weekly.2011-03-28weekly.2011-03-28Andrew Gerrand
2011-03-28go/printer, gofmt: rely on existing line breaks when formatting expression listsRobert Griesemer
2011-03-28go/scanner: return literal as string instead of []byteRobert Griesemer
2011-03-28godoc: fix spelling errorRobert Griesemer
2011-03-28doc: gccgo now supports method expressions and multiple init functions.Ian Lance Taylor
2011-03-28go/token: use array instead of map for token->string tableRobert Griesemer
2011-03-28net: let OS-specific AddFD routine wake up polling thread.Ian Lance Taylor
2011-03-28go/ast: implemented NewPackageRobert Griesemer
2011-03-28strings: Map: avoid allocation when string is unchangedBrad Fitzpatrick
2011-03-28runtime: fix gdb support for goroutines.Luuk van Dijk
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-27test: match gccgo error messages for bug323.go.Ian Lance Taylor
2011-03-27http: avoid crash when asked for multiple file rangesRuss Cox
2011-03-27runtime: fix darwin/amd64 thread VM footprintAlexey Borzenkov
2011-03-27A+C: Alexey Borzenkov (individual CLA)Russ Cox
2011-03-27test: match gccgo error messages for bug325.go.Ian Lance Taylor
2011-03-26testing: shorten some more testsRob Pike
2011-03-26test: match gccgo error messages for init.goIan Lance Taylor
2011-03-25gob: trivial cleanupRobert Hencke
2011-03-25gc: remove interim ... error which rejects valid code.Ian Lance Taylor
2011-03-26dashboard: remove old python/bash builder, update READMEAndrew Gerrand
2011-03-25test: match gccgo error messages for cmp6.goIan Lance Taylor
2011-03-25testing: shorten some tests.Rob Pike
2011-03-25test: match gccgo error messages for bug081.go.Ian Lance Taylor
2011-03-25build: handle broken awk in version.bashDave Cheney
2011-03-25testing: set up structure for faster testing using the new -test.short flag.Rob Pike
2011-03-25test: match gccgo error messages for bug016.go.Ian Lance Taylor
2011-03-25net: fix Windows buildPeter Mundy
2011-03-25syscall: GetsockoptInt for darwin, freebsd.Albert Strasheim
2011-03-25net: add FileConn, FilePacketConn, FileListenerAlbert Strasheim
2011-03-25test/run: clear $E in case it's already set in environment.Rob Pike
2011-03-25test: match gccgo error messages for bug274.go.Ian Lance Taylor
2011-03-25flag: fix error in documentation example.Rob Pike
2011-03-25runtime/pprof: disable test on darwinRuss Cox
2011-03-25test: match gccgo error messages for label.go and label1.go.Ian Lance Taylor
2011-03-25runtime: always set *received in chanrecv.Ian Lance Taylor
2011-03-25runtime/darwin: remove unused local variables.Ian Lance Taylor
2011-03-25http/pprof: cpu profiling supportRuss Cox
2011-03-25http: modified perl cgi test to remove newline from env variablesRoger Pau Monné
2011-03-25runtime: fix arm buildRuss Cox
2011-03-25A+C: Roger Pau Monné (individual CLA)Russ Cox
2011-03-25freebsd-386: update defsDevon H. O'Dell
2011-03-24go/parser: resolve identifiers properlyRobert Griesemer
2011-03-24misc/emacs: gofmt: don't clobber the current buffer on failureSameer Ajmani
2011-03-23gob: remove another allocation.Rob Pike
2011-03-24runtime: fix freebsd-amd64 (and part of 386)Andrew Gerrand
2011-03-24syscall: StartProcess fixes for windowsAlex Brainman
2011-03-24doc: update contrib.html to be more enticingAndrew Gerrand
2011-03-23testing: add -test.cpuprofile flagRuss Cox
2011-03-235l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s...Luuk van Dijk