index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-25
Imported Upstream version 1.3.3
upstream/1.3.3
Tianon Gravi
2
-3
/
+12
2014-09-26
Imported Upstream version 1.3.2
upstream/1.3.2
Michael Stapelberg
3
-6
/
+21
2014-08-13
Imported Upstream version 1.3.1
upstream/1.3.1
Michael Stapelberg
4
-3
/
+18
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
225
-6985
/
+19753
2014-03-03
Imported Upstream version 1.2.1
upstream/1.2.1
Michael Stapelberg
6
-5
/
+43
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
225
-5800
/
+12491
2013-08-13
Imported Upstream version 1.1.2
upstream/1.1.2
Michael Stapelberg
2
-0
/
+7
2013-06-14
Imported Upstream version 1.1.1
upstream/1.1.1
Ingo Oeser
7
-75
/
+95
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
188
-4023
/
+7126
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
229
-5742
/
+20551
2012-06-14
Imported Upstream version 1.0.2
upstream/1.0.2
Ondřej Surý
9
-79
/
+192
2012-05-02
Imported Upstream version 1.0.1
upstream/1.0.1
Ondřej Surý
1
-1
/
+2
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
231
-7617
/
+15025
2011-10-06
Imported Upstream version 60.2
upstream/60.2
Ondřej Surý
3
-32
/
+32
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
180
-0
/
+33343
2011-09-13
Imported Upstream version 60
Ondřej Surý
168
-30733
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
34
-141
/
+599
2011-07-13
Imported Upstream version 58.1
upstream/58.1
Ondřej Surý
4
-94
/
+64
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
25
-100
/
+387
2011-05-04
Imported Upstream version 57
upstream/57
Ondřej Surý
1
-2
/
+13
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
45
-173
/
+597
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
54
-773
/
+2199
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
41
-365
/
+668
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
38
-452
/
+1209
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
87
-2044
/
+1366
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
175
-4752
/
+7980
2010-06-29
runtime: fix scheduling bug - world wasn't stopping
Russ Cox
1
-1
/
+1
2010-06-29
runtime: fix windows build
Alex Brainman
1
-0
/
+2
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
13
-12
/
+27
2010-06-21
runtime: split extern.go into debug.go, extern.go, sig.go.
Russ Cox
6
-152
/
+164
2010-06-21
runtime: delete old types
Russ Cox
1
-36
/
+0
2010-06-20
reflect: add Kind, remove Int8Type, Int8Value, etc.
Russ Cox
1
-0
/
+3
2010-06-18
complex divide: match C99 implementation
Russ Cox
1
-23
/
+47
2010-06-14
runtime: correct fault for 16-bit divide on Leopard
Russ Cox
2
-2
/
+6
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
2
-15
/
+35
2010-06-11
runtime: switch to OS stack during Windows syscall
Alex Brainman
5
-56
/
+163
2010-06-11
runtime: free lock handles on Windows
Alex Brainman
1
-0
/
+2
2010-06-08
gc: new typechecking rules
Russ Cox
1
-78
/
+130
2010-06-07
runtime: finish pchw -> tiny, added gettime for tiny
Daniel Theophanes
4
-4
/
+16
2010-06-01
runtime: Fix printing -Inf
Evan Shaw
1
-2
/
+2
2010-05-28
syscall: windows SysAlloc should use stdcall_raw not syscall
Alex Brainman
1
-1
/
+1
2010-05-24
runtime: free old hashmap pieces during resizing
Russ Cox
1
-1
/
+0
2010-05-21
runtime: correct tracebacks for nascent goroutines, even closures
Russ Cox
2
-2
/
+92
2010-05-19
runtime: avoid allocation for fixed strings
Russ Cox
12
-14
/
+25
2010-05-19
runtime: allow large map values
Russ Cox
1
-12
/
+59
2010-05-06
Save the scheduling state even predawn.
Ian Lance Taylor
1
-4
/
+4
2010-05-06
runtime.GOMAXPROCS: hack it to have it return the old value.
Rob Pike
4
-7
/
+16
2010-05-03
runtime, strconv: tiny cleanups
Russ Cox
1
-3
/
+1
2010-05-03
runtime/arm: fix build
Russ Cox
1
-7
/
+7
2010-05-03
runtime: update godefs usage comment for GOARCH=386 GOOS={darwin,freebsd}
Giles Lean
4
-4
/
+4
[next]