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
/
cmd
/
gc
/
builtin.c.boot
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-114
/
+0
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+114
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-115
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-4
/
+6
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-1
/
+3
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-2
/
+4
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-2
/
+4
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-7
/
+11
2010-06-08
gc: new typechecking rules
Russ Cox
1
-12
/
+16
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
1
-29
/
+29
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
1
-1
/
+2
2010-03-31
gc: implement panic and recover
Russ Cox
1
-1
/
+1
2010-03-30
gc: add panic and recover (still unimplemented in runtime)
Russ Cox
1
-1
/
+2
2010-03-09
identical complex implementation
Ken Thompson
1
-0
/
+1
2010-02-25
gc: implement []int(string) and []byte(string)
Russ Cox
1
-0
/
+2
2010-02-18
complex constant multiply and divide
Ken Thompson
1
-0
/
+1
2010-01-27
gc: implement defer print/println/panic/panicln
Russ Cox
1
-23
/
+24
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-84
/
+84
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-84
/
+84
2009-12-07
runtime: introduce unsafe.New and unsafe.NewArray
Russ Cox
1
-0
/
+2
2009-12-04
gc/runtime: pass type structure to makeslice.
Russ Cox
1
-1
/
+1
2009-11-20
x[y:] for strings
Russ Cox
1
-0
/
+1
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
1
-1
/
+1
2009-11-17
install copy predefined
Ken Thompson
1
-0
/
+1
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-75
/
+75
2009-10-12
new builtin.c.boot from arm.
Russ Cox
1
-0
/
+2
2009-09-08
pass Type* to makechan and makemap so that
Russ Cox
1
-2
/
+2
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-9
/
+9
2009-07-31
checkpoint; still plenty to clean up
Russ Cox
1
-1
/
+1
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-1
/
+0
2009-07-07
6g, 8g: generate data structures for new reflect interface (CL 31107)
Russ Cox
1
-13
/
+14
2009-05-28
print uint64 as uint64.
Russ Cox
1
-0
/
+1
2009-05-28
detect recursive initialization
Ken Thompson
1
-0
/
+1
2009-05-27
string([]int) conversion
Ken Thompson
1
-0
/
+1
2009-05-26
8g: 64-bit arithmetic and assorted bug fixes;
Russ Cox
1
-0
/
+4
2009-05-21
enforce channel direction
Russ Cox
1
-9
/
+9
2009-05-20
stricter interface conversion rule: i.(T)
Russ Cox
1
-0
/
+1
2009-05-20
change representation of interface values.
Russ Cox
1
-1
/
+10
2009-05-12
no need for compiler to hard-code definition of runtime.
Russ Cox
1
-8
/
+0
2009-05-08
move things out of sys into os and runtime
Russ Cox
1
-7
/
+8
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
1
-2
/
+2
2009-05-05
6g tweaks
Russ Cox
1
-1
/
+0
2009-04-10
range over strings
Ken Thompson
1
-0
/
+2
2009-03-17
binary search on type switches.
Ken Thompson
1
-0
/
+1
2009-03-12
chan flags close/closed installed
Ken Thompson
1
-0
/
+2
2009-03-05
new approach for generating sysimport.c
Russ Cox
1
-0
/
+72