aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-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-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-06another try at clearingKen Thompson
2010-04-06change channel read to clearKen Thompson
2010-04-06net: use chan bool instead of chan *netFD to avoid cycleRuss Cox
2010-04-06flags: better tests.Rob Pike
2010-04-06runtime: two proc bug fixesRuss Cox
2010-04-06Change goyacc to be reentrant.Roger Peppe
2010-04-06replace original float instruction with jump to make branchesKai Backman
2010-04-06fix deps.bash. \t does not mean tab in some seds.Rob Pike
2010-04-06syscall package: document that errno is zeroed on successGiles Lean
2010-04-06GNU/Linux sed requires \? rather than ?. Just use * instead.Ian Lance Taylor
2010-04-05libcgo: initial mingw port work - builds but untestedJoe Poirier
2010-04-05io/ioutil: fix bug in ReadFile when Open succeeds but Stat failsRuss Cox