aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-13go_spec updatesweekly.2010-04-13Russ Cox
2010-04-14release.2010-04-13Andrew Gerrand
2010-04-13os: mingw version of Readdir() and Stat() implementedAlex Brainman
2010-04-138l: add DOS stub to PE binariesEvan Shaw
2010-04-13netchan: allow client to send as well as receive.Rob Pike
2010-04-13template: use panic/recover to simplify internal error handling.Rob Pike
2010-04-13Use the copy function rather than a loop.Ian Lance Taylor
2010-04-12test: minor updates to avoid bitrotChristopher Wedgwood
2010-04-13Remove exp/exception as it's no longer relevantChristopher Wedgwood
2010-04-12fixes for rpc:Rob Pike
2010-04-12gc: zero unnamed return values on entry if func has deferRuss Cox
2010-04-12xml: update documentation to match current coding styleChristopher Wedgwood
2010-04-12fmt format verb %b bugAndrei Vieru
2010-04-12CLA: Andrei VieruRob Pike
2010-04-11json: update documentation to match current coding styleChristopher Wedgwood
2010-04-11gc: compile s == "" as len(s) == 0Russ Cox
2010-04-11gc: distinguish fatal compiler bug from error+exitRuss Cox
2010-04-11gc: make sure main.main has correct typeRuss Cox
2010-04-11debug/elf: Fix doc commentsEvan Shaw
2010-04-11exp/eval: Fix example and add target to MakefileEvan Shaw
2010-04-11archive/tar: update documentation to match current coding styleChristopher Wedgwood
2010-04-11nacl: update documentation to match current coding styleChristopher Wedgwood
2010-04-11testing: update documentation to match current coding styleChristopher Wedgwood
2010-04-11godoc: change od.Dir -> os.FileInfo in commentsChristopher Wedgwood
2010-04-11time: fix comment typoAndrew Gerrand
2010-04-10codereview: Mention that deleting a CL is a use of 'hg change' in its header.David Symonds
2010-04-09strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent...Michael Hoisie
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox
2010-04-09freebsd: fix build, maybeRuss Cox
2010-04-09math: use ** for exponentiation in commentsCharles L. Dorian
2010-04-09cmath: use ** for exponentiation in commentsCharles L. Dorian
2010-04-09Run initcgo for all amd64 targets, not just GNU/Linux.Ian Lance Taylor
2010-04-09A test case for cgo //export.Ian Lance Taylor
2010-04-09Add //export to cgo.Ian Lance Taylor
2010-04-09Library support for cgo export.Ian Lance Taylor
2010-04-09Support cgo export on amd64.Ian Lance Taylor
2010-04-09Update roadmap: delete many accomplishmentsRob Pike
2010-04-09rename os.Dir to os.FileInfoRob Pike
2010-04-08fix bug in os_test.go checkModeAlex Brainman
2010-04-08runtime: fix build (panic) for FreeBSDRuss Cox
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox
2010-04-08runtime: fix bad status throwRuss Cox
2010-04-08runtime: work around kernel bug in Snow Leopard signal handlingRuss Cox
2010-04-08math: atan2 special cases (negative zero)Charles L. Dorian
2010-04-07runtime: use explicit flag when finalizer goroutine is waitingRuss Cox
2010-04-07gotest: update URL printed by failure message.Rob Pike
2010-04-08gp_spec typo fix: code example in the "Handling panics" sectionJoe Poirier
2010-04-07Language FAQ: editing tweaks after iant.Rob Pike
2010-04-07Language FAQ: update the entry on exceptions.Rob Pike
2010-04-06arm: fix build, attempt #2Russ Cox