summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* os: mingw version of Readdir() and Stat() implementedAlex Brainman2010-04-1311-110/+345
* 8l: add DOS stub to PE binariesEvan Shaw2010-04-131-2/+23
* netchan: allow client to send as well as receive.Rob Pike2010-04-134-122/+241
* template: use panic/recover to simplify internal error handling.Rob Pike2010-04-131-50/+32
* Remove exp/exception as it's no longer relevantChristopher Wedgwood2010-04-134-156/+0
* fixes for rpc:Rob Pike2010-04-121-2/+4
* gc: zero unnamed return values on entry if func has deferRuss Cox2010-04-121-4/+10
* xml: update documentation to match current coding styleChristopher Wedgwood2010-04-121-14/+13
* fmt format verb %b bugAndrei Vieru2010-04-123-9/+11
* json: update documentation to match current coding styleChristopher Wedgwood2010-04-111-6/+6
* gc: compile s == "" as len(s) == 0Russ Cox2010-04-111-0/+24
* gc: distinguish fatal compiler bug from error+exitRuss Cox2010-04-114-23/+49
* gc: make sure main.main has correct typeRuss Cox2010-04-111-2/+9
* debug/elf: Fix doc commentsEvan Shaw2010-04-112-36/+11
* exp/eval: Fix example and add target to MakefileEvan Shaw2010-04-112-4/+10
* archive/tar: update documentation to match current coding styleChristopher Wedgwood2010-04-112-8/+8
* nacl: update documentation to match current coding styleChristopher Wedgwood2010-04-111-3/+3
* testing: update documentation to match current coding styleChristopher Wedgwood2010-04-113-10/+10
* godoc: change od.Dir -> os.FileInfo in commentsChristopher Wedgwood2010-04-111-2/+2
* time: fix comment typoAndrew Gerrand2010-04-111-1/+1
* strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent...Michael Hoisie2010-04-092-11/+139
* runtime: delete malx, skip_depth argument to mallocRuss Cox2010-04-099-28/+49
* freebsd: fix build, maybeRuss Cox2010-04-091-17/+17
* math: use ** for exponentiation in commentsCharles L. Dorian2010-04-0917-91/+91
* cmath: use ** for exponentiation in commentsCharles L. Dorian2010-04-094-5/+5
* Run initcgo for all amd64 targets, not just GNU/Linux.Ian Lance Taylor2010-04-092-8/+8
* Add //export to cgo.Ian Lance Taylor2010-04-093-6/+361
* Library support for cgo export.Ian Lance Taylor2010-04-096-5/+140
* Support cgo export on amd64.Ian Lance Taylor2010-04-095-6/+160
* rename os.Dir to os.FileInfoRob Pike2010-04-0914-142/+143
* fix bug in os_test.go checkModeAlex Brainman2010-04-081-1/+1
* runtime: fix build (panic) for FreeBSDRuss Cox2010-04-087-9/+101
* runtime: turn divide by zero, nil dereference into panicsRuss Cox2010-04-0827-70/+759
* runtime: fix bad status throwRuss Cox2010-04-083-3/+11
* runtime: work around kernel bug in Snow Leopard signal handlingRuss Cox2010-04-082-63/+22
* math: atan2 special cases (negative zero)Charles L. Dorian2010-04-085-32/+91
* runtime: use explicit flag when finalizer goroutine is waitingRuss Cox2010-04-071-1/+6
* gotest: update URL printed by failure message.Rob Pike2010-04-071-1/+1
* another try at clearingKen Thompson2010-04-061-9/+6
* change channel read to clearKen Thompson2010-04-061-3/+12
* net: use chan bool instead of chan *netFD to avoid cycleRuss Cox2010-04-061-8/+8
* flags: better tests.Rob Pike2010-04-062-18/+138
* runtime: two proc bug fixesRuss Cox2010-04-061-6/+13
* Change goyacc to be reentrant.Roger Peppe2010-04-063-605/+532
* replace original float instruction with jump to make branchesKai Backman2010-04-061-11/+12
* fix deps.bash. \t does not mean tab in some seds.Rob Pike2010-04-061-2/+4
* syscall package: document that errno is zeroed on successGiles Lean2010-04-061-0/+2
* GNU/Linux sed requires \? rather than ?. Just use * instead.Ian Lance Taylor2010-04-061-1/+1
* libcgo: initial mingw port work - builds but untestedJoe Poirier2010-04-055-2/+94
* io/ioutil: fix bug in ReadFile when Open succeeds but Stat failsRuss Cox2010-04-051-1/+1