aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-23release.2010-09-22weekly.2010-09-22Andrew Gerrand
2010-09-23netchan: fix comment typo.Nigel Tao
2010-09-23exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methodsRoger Peppe
2010-09-23http: fix redirect test for international usersAndrew Gerrand
2010-09-22build: add missing files for arm changesRuss Cox
2010-09-22http: Change redirect test URL, as the old one now fails.Ian Lance Taylor
2010-09-22gofmt: support for ... after actual argumentsRobert Griesemer
2010-09-22suffixarray: cleanup per suggestion from Roger PeppeRobert Griesemer
2010-09-22http: don't always escape all reserved chars (fix build)Andrew Gerrand
2010-09-22http: escape _all_ reserved characters as per the RFCAndrew Gerrand
2010-09-21suffixarray: a package for creating suffixarray-based indexesRobert Griesemer
2010-09-22fmt: support '*' for width or precisionAnthony Martin
2010-09-22build: make all.bash run on Ubuntu ARMRuss Cox
2010-09-22misc/dashboard/builder: -cmd for user-specified build commandAndrew Gerrand
2010-09-22os: make Open() O_APPEND flag work on windowsAlex Brainman
2010-09-21strings: fix minor bug in LastIndexFuncRoger Peppe
2010-09-21build: fixes for native arm buildRuss Cox
2010-09-21cgo: bug fixesRuss Cox
2010-09-22exp/4s, exp/nacl/av: sync to recent exp/draw changes.Nigel Tao
2010-09-22misc/dashboard/builder: fix bug that caused old revisions to be rebuiltAndrew Gerrand
2010-09-22doc: variable-width layoutAndrew Gerrand
2010-09-21syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.Ian Lance Taylor
2010-09-21regexp: delete Iter methodsRob Pike
2010-09-21misc/dashboard/builder: fixes and improvementsAndrew Gerrand
2010-09-21env.bash: fix building in directory with spaces in the path.Alex Brainman
2010-09-21exp/nacl/av: update color to max out at 1<<16-1 instead of 1<<32-1.Nigel Tao
2010-09-20godoc: default filter file name should be ""Robert Griesemer
2010-09-20loader fixKen Thompson
2010-09-20doc: fix typo in go_spec.htmlJoe Poirier
2010-09-206l/8l: emit DWARF frame info.Luuk van Dijk
2010-09-20crypto/x509, crypto/tls: improve root matching and observe CA flag.Adam Langley
2010-09-20Fix certificate validation.Adam Langley
2010-09-20netchan: fix unimportant typo in test error call.Rob Pike
2010-09-20netchan: provide a method (Importer.Errors()) to recover protocol errors.Rob Pike
2010-09-20Make.inc: make GOOS detection work on windowsAlex Brainman
2010-09-19syscall: fix NaClRuss Cox
2010-09-19test: fix NaCl buildRuss Cox
2010-09-19runtime: better panic for send to nil channelRuss Cox
2010-09-19nacl: fix zero-length writesRuss Cox
2010-09-196l, 8l: clean up ELF code, fix NaClRuss Cox
2010-09-20exp/draw/x11: mouse location is a signed integer.Nigel Tao
2010-09-20netchan: handle closing of channels.Rob Pike
2010-09-195l: avoid fixed buffers in listRuss Cox
2010-09-20doc/go_mem.html: update location of "once".Rob Pike
2010-09-20gob: make robust when decoding a struct with non-struct data.Rob Pike
2010-09-18windows: fix netchan test by using 127.0.0.1.Rob Pike
2010-09-18pkg/Makefile: disable netchan test to fix windows buildAlex Brainman
2010-09-17doc: fix typo in go_for_cpp_programmers.htmlAndrew Gerrand
2010-09-17os: make RemoveAll() work on windowsAlex Brainman
2010-09-16fix various commentsRobert Griesemer