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
/
walk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-92
/
+313
2010-06-27
optimization of static initialization
Ken Thompson
1
-3
/
+3
2010-06-14
gc: no more ...
Russ Cox
1
-152
/
+25
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
1
-6
/
+28
2010-06-08
gc: new typechecking rules
Russ Cox
1
-305
/
+81
2010-05-20
gc: handle use of builtin function outside function call
Russ Cox
1
-1
/
+3
2010-05-20
gc: line number bug fix
Russ Cox
1
-1
/
+1
2010-05-03
allow data statements for simple
Ken Thompson
1
-1
/
+3
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
1
-5
/
+9
2010-04-30
gc: bug271
Russ Cox
1
-8
/
+7
2010-04-30
gc: bug270
Russ Cox
1
-4
/
+1
2010-04-12
gc: zero unnamed return values on entry if func has defer
Russ Cox
1
-4
/
+10
2010-04-11
gc: compile s == "" as len(s) == 0
Russ Cox
1
-0
/
+24
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
1
-6
/
+1
2010-03-31
gc: implement panic and recover
Russ Cox
1
-1
/
+2
2010-03-30
gc: add panic and recover (still unimplemented in runtime)
Russ Cox
1
-2
/
+8
2010-03-29
gc: bug265
Russ Cox
1
-5
/
+20
2010-03-26
gc: allow taking address of out parameters
Russ Cox
1
-1
/
+25
2010-03-24
depricate panicln
Ken Thompson
1
-7
/
+3
2010-03-22
gc: various map-related bug fixes
Russ Cox
1
-50
/
+45
2010-03-09
identical complex implementation
Ken Thompson
1
-3
/
+12
2010-03-08
5g/6g/8g: fix double function call in slice
Russ Cox
1
-0
/
+6
2010-03-05
6g complex type usable
Ken Thompson
1
-0
/
+3
2010-03-05
gc: fix crash on complicated arg to make slice.
Russ Cox
1
-1
/
+1
2010-03-05
gc: better compilation of floating point +=
Russ Cox
1
-2
/
+5
2010-03-03
gc: fix imported and not used message - show path
Russ Cox
1
-1
/
+0
2010-02-25
gc: implement []int(string) and []byte(string)
Russ Cox
1
-10
/
+22
2010-02-19
fixed bug in mpconst float multiply by 0.
Ken Thompson
1
-1
/
+1
2010-02-18
gc: fix this morning's bug fix
Russ Cox
1
-2
/
+1
2010-02-18
complex constant multiply and divide
Ken Thompson
1
-4
/
+8
2010-02-18
more complex - constants
Ken Thompson
1
-0
/
+6
2010-02-18
gc: recursive interface embedding
Russ Cox
1
-5
/
+43
2010-02-16
gc: undo attempt at fixing recursive interface embedding
Russ Cox
1
-18
/
+1
2010-02-01
gc: bug250, bug251 - recursive interface types
Russ Cox
1
-34
/
+66
2010-02-01
gc: bug246
Russ Cox
1
-1
/
+1
2010-02-01
gc: bug242
Russ Cox
1
-10
/
+28
2010-02-01
gc: final ...T bug for the day
Russ Cox
1
-0
/
+2
2010-02-01
gc: add ... T, rework plain ...
Russ Cox
1
-3
/
+32
2010-01-27
gc: implement defer print/println/panic/panicln
Russ Cox
1
-43
/
+129
2010-01-19
gc: const debug bool = false
Russ Cox
1
-1
/
+1
2010-01-08
gc: bug238
Russ Cox
1
-1
/
+4
2009-12-27
gc: various C nits, found by plan 9 compiler.
Russ Cox
1
-1
/
+1
2009-12-17
gc: fix compiler crash
Russ Cox
1
-0
/
+2
2009-12-04
gc/runtime: pass type structure to makeslice.
Russ Cox
1
-2
/
+2
2009-12-02
gc: function argument ordering bug
Russ Cox
1
-5
/
+5
2009-12-02
6g etc: groundwork for eliminating redundant bounds checks.
Russ Cox
1
-0
/
+8
2009-11-20
x[y:] for strings
Russ Cox
1
-4
/
+10
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
1
-17
/
+36
2009-11-18
slicecopy was always using 16 (sizeof slice) for the size instead of size of ...
Rob Pike
1
-1
/
+1
2009-11-17
install copy predefined
Ken Thompson
1
-1
/
+12
[next]