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
/
dcl.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
-4
/
+16
2010-06-14
gc: no more ...
Russ Cox
1
-127
/
+8
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
1
-20
/
+4
2010-06-08
gc: new typechecking rules
Russ Cox
1
-7
/
+12
2010-03-31
gc: implement panic and recover
Russ Cox
1
-1
/
+13
2010-02-18
gc: fix this morning's bug fix
Russ Cox
1
-1
/
+2
2010-02-18
gc: recursive interface embedding
Russ Cox
1
-17
/
+27
2010-02-01
gc: bug250, bug251 - recursive interface types
Russ Cox
1
-1
/
+4
2010-02-01
gc: ... T corner cases
Russ Cox
1
-0
/
+1
2010-02-01
gc: add ... T, rework plain ...
Russ Cox
1
-1
/
+14
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-10
/
+9
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-0
/
+1
2010-01-18
gc: bug243
Russ Cox
1
-1
/
+3
2010-01-18
gc: more precise handling of import .
Russ Cox
1
-3
/
+8
2009-12-18
gc: method expressions on concrete types
Russ Cox
1
-2
/
+2
2009-12-15
gc: double-check usage of ...
Russ Cox
1
-3
/
+7
2009-12-03
gc: better diagnosis of initialization loops
Russ Cox
1
-0
/
+1
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-1
/
+17
2009-11-01
misc cleanup
Russ Cox
1
-1
/
+1
2009-10-19
6g bug fixes:
Russ Cox
1
-5
/
+13
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-1
/
+1
2009-10-12
sort errors by line number
Russ Cox
1
-4
/
+2
2009-10-08
add & fix bug208, from ken.
Russ Cox
1
-0
/
+8
2009-10-07
better handling of mistaken top-level variable
Russ Cox
1
-2
/
+14
2009-09-29
missing error checking related to ([...]int){...}
Russ Cox
1
-1
/
+1
2009-09-09
a few more blank tests
Russ Cox
1
-2
/
+2
2009-09-09
defining package block names must override
Russ Cox
1
-8
/
+1
2009-09-08
write-only variable _
Russ Cox
1
-4
/
+8
2009-08-24
bug132
Russ Cox
1
-1
/
+10
2009-08-21
fix bug195
Russ Cox
1
-1
/
+1
2009-08-19
try to do better line number reporting
Russ Cox
1
-22
/
+14
2009-08-13
6g/6l: add go type information to symbol table.
Russ Cox
1
-1
/
+4
2009-08-12
delete code for forward type declarations
Russ Cox
1
-117
/
+4
2009-08-12
whole-package compilation
Russ Cox
1
-10
/
+3
2009-08-07
bug181 - type T *struct { T } is an invalid embedded type
Russ Cox
1
-1
/
+3
2009-08-07
clean up a few error messages;
Russ Cox
1
-1
/
+1
2009-08-07
forward declarations not necessary.
Russ Cox
1
-400
/
+355
2009-08-05
delay range processing. old2new is gone
Russ Cox
1
-34
/
+27
2009-08-05
delay := processing
Russ Cox
1
-0
/
+77
2009-08-04
make Syms smaller.
Russ Cox
1
-224
/
+72
2009-08-04
move various bits of code around
Russ Cox
1
-1205
/
+823
2009-08-04
delayed evaluation of var blocks
Russ Cox
1
-38
/
+57
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-7
/
+21
2009-07-31
checkpoint; still plenty to clean up
Russ Cox
1
-1
/
+1
2009-07-30
typechecking checkpoint.
Russ Cox
1
-9
/
+9
2009-07-29
convert walkexpr to take Node**; drop indir
Russ Cox
1
-13
/
+13
2009-07-28
make every func literal expression allocate,
Russ Cox
1
-68
/
+60
2009-07-27
do not insert implicit "return;" in empty function body
Russ Cox
1
-1
/
+1
2009-07-17
another baby step.
Russ Cox
1
-6
/
+18
2009-07-17
baby step: const decls can refer to future
Russ Cox
1
-39
/
+58
[next]