index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
gc
Commit message (
Expand
)
Author
Age
Files
Lines
*
gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr
Russ Cox
2011-06-17
3
-7
/
+9
*
gc: implement goto restriction
Russ Cox
2011-06-17
7
-131
/
+210
*
gc: descriptive panic for nil pointer -> value method call
Russ Cox
2011-06-17
3
-5
/
+30
*
gc: work around goto bug
Russ Cox
2011-06-16
3
-0
/
+9
*
gc: frame compaction for arm.
Luuk van Dijk
2011-06-14
2
-22
/
+8
*
gc: handle go print() and go println()
Stephen Ma
2011-06-13
1
-1
/
+10
*
gc: compactframe breaks arm - fix build
Russ Cox
2011-06-09
1
-1
/
+2
*
gc: nit
Luuk van Dijk
2011-06-10
1
-4
/
+2
*
gc: compact stackframe
Luuk van Dijk
2011-06-10
4
-12
/
+212
*
gc: nits
Russ Cox
2011-06-09
2
-4
/
+6
*
gc: alternative clang compatible abort.
Dave Cheney
2011-06-08
1
-1
/
+1
*
gc/lex.c: fix formatting of #include statement
Caine Tighe
2011-06-07
1
-1
/
+1
*
gc: enable building under clang/2.9
Dave Cheney
2011-06-06
1
-1
/
+1
*
8g: compute register liveness during regopt
Russ Cox
2011-06-03
1
-1
/
+0
*
gc: renamed walkdef to typecheckdef and moved from walk to typedef.
Luuk van Dijk
2011-06-03
5
-315
/
+302
*
gc: allow tags on parameters in export section of object files.
Luuk van Dijk
2011-06-03
1
-15
/
+4
*
gc: typecheck the whole tree before walking. preparation for some escape-ana...
Luuk van Dijk
2011-06-02
7
-8
/
+147
*
gc: make merely referencing an outer variable in a closure not force heapallo...
Luuk van Dijk
2011-06-01
4
-25
/
+41
*
gc: fix m[x], _ = y.(T)
Russ Cox
2011-05-31
1
-1
/
+1
*
gc: disallow ... in type conversions
Anthony Martin
2011-05-31
1
-1
/
+1
*
gc: implement new shift rules
Russ Cox
2011-05-31
1
-0
/
+4
*
gc: elide call to runtime.closure for function literals called in-place.
Luuk van Dijk
2011-05-31
3
-1
/
+47
*
gc: check parameter declarations in interface fields
Anthony Martin
2011-05-31
3
-0
/
+26
*
gc: patch y.tab.c to fix build when using Bison 2.5
Ian Lance Taylor
2011-05-26
1
-1
/
+1
*
gc: typo
Russ Cox
2011-05-25
1
-2
/
+2
*
5g: alignment fixes
Russ Cox
2011-05-25
3
-5
/
+12
*
gc: relax assignability of method receivers
Anthony Martin
2011-05-24
1
-1
/
+7
*
gc: generalize dst = append(src,...) inlining to arbitrary src and dst argume...
Luuk van Dijk
2011-05-14
2
-70
/
+31
*
gc: fix type switch error message for invalid cases.
Lorenzo Stoakes
2011-05-11
1
-1
/
+4
*
gc: inline append when len<cap
Luuk van Dijk
2011-05-11
4
-31
/
+121
*
gc: fix unsafe.Sizeof
Russ Cox
2011-05-10
1
-0
/
+1
*
gc: preserve original expression for errors
Russ Cox
2011-04-28
3
-5
/
+19
*
gc: correctly handle fields of pointer type to recursive forward references
Lorenzo Stoakes
2011-04-28
5
-20
/
+95
*
gc: explain why invalid receiver types are invalid
Russ Cox
2011-04-25
1
-0
/
+26
*
gc: fix import width bug
Russ Cox
2011-04-25
2
-1
/
+7
*
gc: allow complex types to be receiver types
Robert Hencke
2011-04-25
2
-2
/
+2
*
gc: fix conversion of user-defined string type to []byte
Russ Cox
2011-04-23
1
-1
/
+1
*
gc: fix return variable named _
Russ Cox
2011-04-23
1
-0
/
+7
*
gc: fix line number at EOF
Russ Cox
2011-04-23
2
-3
/
+7
*
gc: fix copy([]int, string) error message
Quan Yong Zhai
2011-04-21
1
-3
/
+7
*
gc: another pointer to interface message
Russ Cox
2011-04-21
1
-6
/
+7
*
gc: correct handling of unexported method names in embedded interfaces
Russ Cox
2011-04-21
4
-22
/
+45
*
gc: fix error for +string
Russ Cox
2011-04-20
1
-1
/
+1
*
reflect: allow Slice of arrays
Russ Cox
2011-04-18
1
-9
/
+19
*
gc: fix complex move again
Russ Cox
2011-04-18
1
-3
/
+17
*
undo 4439044
Russ Cox
2011-04-15
1
-16
/
+3
*
gc: fix complex move bug
Russ Cox
2011-04-15
1
-3
/
+16
*
gc: print of unsafe.Pointer
Russ Cox
2011-04-15
1
-1
/
+1
*
gc: printing of multiple assignment
Russ Cox
2011-04-15
1
-0
/
+11
*
for GCC4.6: fix a bunch of set-and-not-used errors.
Rob Pike
2011-04-14
5
-19
/
+2
[next]