summaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg225-6985/+19753
2014-03-03Imported Upstream version 1.2.1upstream/1.2.1Michael Stapelberg6-5/+43
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg225-5800/+12491
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg2-0/+7
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser7-75/+95
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg188-4023/+7126
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg229-5742/+20551
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý9-79/+192
2012-05-02Imported Upstream version 1.0.1upstream/1.0.1Ondřej Surý1-1/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý231-7617/+15025
2011-10-06Imported Upstream version 60.2upstream/60.2Ondřej Surý3-32/+32
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý180-0/+33343
2011-09-13Imported Upstream version 60Ondřej Surý168-30733/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý34-141/+599
2011-07-13Imported Upstream version 58.1upstream/58.1Ondřej Surý4-94/+64
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý25-100/+387
2011-05-04Imported Upstream version 57upstream/57Ondřej Surý1-2/+13
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý45-173/+597
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý54-773/+2199
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý41-365/+668
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý38-452/+1209
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý87-2044/+1366
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý175-4752/+7980
2010-06-29runtime: fix scheduling bug - world wasn't stoppingRuss Cox1-1/+1
2010-06-29runtime: fix windows buildAlex Brainman1-0/+2
2010-06-28Only catch all signals if os/signal package imported.Ian Lance Taylor13-12/+27
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox6-152/+164
2010-06-21runtime: delete old typesRuss Cox1-36/+0
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-0/+3
2010-06-18complex divide: match C99 implementationRuss Cox1-23/+47
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox2-2/+6
2010-06-12runtime: fix 386 signal handler bugRuss Cox2-15/+35
2010-06-11runtime: switch to OS stack during Windows syscallAlex Brainman5-56/+163
2010-06-11runtime: free lock handles on WindowsAlex Brainman1-0/+2
2010-06-08gc: new typechecking rulesRuss Cox1-78/+130
2010-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes4-4/+16
2010-06-01runtime: Fix printing -InfEvan Shaw1-2/+2
2010-05-28syscall: windows SysAlloc should use stdcall_raw not syscallAlex Brainman1-1/+1
2010-05-24runtime: free old hashmap pieces during resizingRuss Cox1-1/+0
2010-05-21runtime: correct tracebacks for nascent goroutines, even closuresRuss Cox2-2/+92
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox12-14/+25
2010-05-19runtime: allow large map valuesRuss Cox1-12/+59
2010-05-06Save the scheduling state even predawn.Ian Lance Taylor1-4/+4
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike4-7/+16
2010-05-03runtime, strconv: tiny cleanupsRuss Cox1-3/+1
2010-05-03runtime/arm: fix buildRuss Cox1-7/+7
2010-05-03runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}Giles Lean4-4/+4
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox4-16/+25
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman13-11/+11
2010-04-28darwin: bsdthread_create can fail; print good errorRuss Cox4-6/+11