summaryrefslogtreecommitdiff
path: root/src/pkg/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix void warningsRuss Cox2011-08-235-19/+19
* runtime: simplify stack tracesRuss Cox2011-08-229-57/+163
* runtime: Remove extraneous word in comment.Ian Lance Taylor2011-08-221-1/+1
* runtime: ctrlhandler for windows amd64Wei Guangjing2011-08-182-2/+37
* runtime: speed up cgo callsAlex Brainman2011-08-185-35/+38
* gc: implement nil chan supportRuss Cox2011-08-173-73/+61
* gc: implement nil map supportRuss Cox2011-08-173-50/+64
* runtime: fix GC bitmap corruptionDmitriy Vyukov2011-08-163-6/+12
* runtime: fix pseudo-randomness on some selectsGustavo Niemeyer2011-08-152-1/+35
* runtime: better checks for syscall.NewCallback parameterAlex Brainman2011-08-111-7/+17
* build: allow builds without cgoRuss Cox2011-08-101-19/+2
* runtime: correct seh installation during callbacksAlex Brainman2011-08-102-14/+15
* runtime: openbsd amd64 runtime supportJoel Sing2011-08-0810-0/+977
* runtime: add more specialized type algorithmsDmitriy Vyukov2011-08-082-11/+159
* runtime: faster chan creation on Linux/FreeBSD/Plan9Dmitriy Vyukov2011-08-049-26/+34
* runtime: remove unnecessary lockingHector Chu2011-08-041-3/+0
* runtime: correct Note documentationDmitriy Vyukov2011-08-031-3/+6
* runtime: fix scheduling raceHector Chu2011-07-291-1/+9
* runtime: fix data race in findfunc()Dmitriy Vyukov2011-07-296-2/+78
* runtime: improve Linux mutexDmitriy Vyukov2011-07-2912-91/+272
* gc: fix pprof deadlockRuss Cox2011-07-282-4/+17
* cgo: add GoBytes, fix gmp exampleRuss Cox2011-07-282-0/+11
* gc: use more Go-like names for methodsRuss Cox2011-07-271-2/+2
* gc: zero-width struct, zero-length array fixesRuss Cox2011-07-271-1/+1
* runtime: higher goroutine arg limit, clearer errorRuss Cox2011-07-271-2/+7
* gc, runtime: fix range+panic line number bugsRuss Cox2011-07-264-7/+46
* runtime: fix freebsd buildMikio Hara2011-07-262-0/+4
* runtime: Plan 9, skip calling runtime?ldt0setup.Yuval Pavel Zholkover2011-07-251-2/+5
* runtime: fix compilation of send select casesDmitriy Vyukov2011-07-251-0/+16
* runtime: remove rnd calls that pass a second argument of 1Ian Lance Taylor2011-07-243-5/+5
* runtime: replace byte-at-a-time zeroing loop with memclrQuan Yong Zhai2011-07-233-12/+13
* runtime: faster entersyscall/exitsyscallRuss Cox2011-07-232-52/+47
* runtime: add UpdateMemStats, use in testsRuss Cox2011-07-222-1/+22
* gc: select functions are no longer specialRuss Cox2011-07-211-0/+12
* runtime: faster selectDmitriy Vyukov2011-07-211-149/+87
* runtime: replace centralized ncgocall counter with a distributed oneDmitriy Vyukov2011-07-213-4/+10
* runtime: apply minor tweaks to channelsDmitriy Vyukov2011-07-201-25/+9
* runtime: improve performance of sync channelsDmitriy Vyukov2011-07-202-65/+313
* runtime: make goc2c build on Plan 9Lucio De Re2011-07-192-47/+51
* runtime: faster entersyscall, exitsyscallRuss Cox2011-07-194-100/+857
* cgo: windows amd64 portWei Guangjing2011-07-193-4/+12
* runtime: fix select pass 3Hector Chu2011-07-181-3/+6
* runtime: track running goroutine countRuss Cox2011-07-181-4/+5
* runtime: add per-M caches for MemStatsDmitriy Vyukov2011-07-181-1/+1
* runtime: add per-M caches for MemStatsDmitriy Vyukov2011-07-185-49/+79
* runtime: fix data race in Plan9 sysallocDmitriy Vyukov2011-07-181-1/+10
* runtime: fix panic for make(chan [0]byte).Nigel Tao2011-07-181-1/+1
* runtime: native xadd for 386/amd64Dmitriy Vyukov2011-07-154-14/+41
* runtime: make TestSideEffectOrder work twiceRuss Cox2011-07-141-1/+2
* runtime: correct FixedStack value (fixes windows build)Alex Brainman2011-07-141-1/+1