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
/
sinit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-2
/
+2
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-1
/
+1
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-3
/
+1
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-21
/
+41
2010-06-27
optimization of static initialization
Ken Thompson
1
-123
/
+197
2010-06-14
gc: no more ...
Russ Cox
1
-1
/
+1
2010-05-03
gc: bug264
Russ Cox
1
-1
/
+3
2010-03-20
issue 682
Ken Thompson
1
-0
/
+7
2010-01-18
gc: bug245
Russ Cox
1
-0
/
+2
2010-01-18
gc: multiple return value at top-level invoked multiple times
Russ Cox
1
-0
/
+6
2009-12-15
gc: var x, ok = m[y]
Russ Cox
1
-0
/
+6
2009-12-03
gc: better diagnosis of initialization loops
Russ Cox
1
-5
/
+64
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-0
/
+6
2009-10-19
6g bug fixes:
Russ Cox
1
-0
/
+2
2009-09-17
move static init code from 6g into gc.
Russ Cox
1
-0
/
+153
2009-09-09
composit literal under
Ken Thompson
1
-0
/
+539
2009-09-08
init context for composit literals
Ken Thompson
1
-1
/
+1
2009-09-05
composit literals
Ken Thompson
1
-1
/
+2
2009-08-30
cleanup getting ready for static init
Ken Thompson
1
-472
/
+14
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-6
/
+6
2009-08-12
whole-package compilation
Russ Cox
1
-1
/
+73
2009-08-07
forward declarations not necessary.
Russ Cox
1
-0
/
+6
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-0
/
+4
2009-07-29
convert walkexpr to take Node**; drop indir
Russ Cox
1
-1
/
+1
2009-07-27
constant keys for array initializers
Russ Cox
1
-0
/
+3
2009-07-20
fix cut-and-paste bugs in error messages
Russ Cox
1
-5
/
+6
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-52
/
+40
2009-07-10
cleanup in preparation for new scoping.
Russ Cox
1
-1
/
+1
2009-06-23
fix a 6g crash after type errors.
Russ Cox
1
-0
/
+3
2009-05-31
prevent multiple similar errors
Ken Thompson
1
-5
/
+0
2009-05-28
detect recursive initialization
Ken Thompson
1
-2
/
+4
2009-05-26
bug 152
Ken Thompson
1
-2
/
+2
2009-05-25
static init reenabled
Ken Thompson
1
-82
/
+223
2009-05-23
1. check for dups in complex literals
Ken Thompson
1
-10
/
+3
2009-05-21
added key:val extension to
Ken Thompson
1
-0
/
+346