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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: fix line number in first stack frame in printed stack trace
Russ Cox
2014-10-29
1
-0
/
+49
*
cmd/gc: fix internal compiler error in struct compare
Russ Cox
2014-10-28
1
-0
/
+37
*
test: make maplinear more robust
Russ Cox
2014-10-27
1
-5
/
+12
*
cmd/gc: synthesize zeroed value for non-assignment context
Russ Cox
2014-10-24
1
-0
/
+53
*
test: add more cases to recover.go
Ian Lance Taylor
2014-10-22
1
-3
/
+41
*
cmd/gc: disallow call of *T method using **T variable
Russ Cox
2014-10-20
1
-3
/
+3
*
cmd/gc: emit code for extern = <N>
Daniel Morsing
2014-10-20
1
-0
/
+20
*
cmd/gc: blank methods are not permitted in interface types
Chris Manghane
2014-10-15
2
-16
/
+2
*
cmd/gc: check for initialization cycles in method values
Chris Manghane
2014-10-14
26
-0
/
+538
*
test: add test for gccgo-specific issue 8079
Chris Manghane
2014-10-13
1
-0
/
+11
*
cmd/gc: prohibit short variable declarations containing duplicate symbols
Evan Kroske
2014-10-06
1
-0
/
+12
*
cmd/gc: fix call order in array literal of slice literal of make chan
Russ Cox
2014-09-30
4
-16
/
+150
*
cmd/ld: don't automatically mark symbols created by -X as reachable
Ian Lance Taylor
2014-09-28
1
-1
/
+1
*
cmd/gc: emit error for out-of-bounds slice of constant string
Russ Cox
2014-09-25
1
-3
/
+26
*
cmd/gc: print x++ (not x += 1) in errors about x++
Russ Cox
2014-09-25
1
-0
/
+16
*
cmd/gc: avoid infinite recursion on invalid recursive type
Russ Cox
2014-09-25
1
-0
/
+16
*
cmd/gc: fix import of package with var func returning _
Russ Cox
2014-09-24
3
-0
/
+17
*
cmd/gc: run escape analysis always (even in -N mode)
Russ Cox
2014-09-24
2
-0
/
+1496
*
liblink: make GO_ARGS the default for functions beginning with ?
Russ Cox
2014-09-16
1
-2
/
+11
*
cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'
Russ Cox
2014-09-16
1
-7
/
+12
*
cmd/ld: document that -X overwrites initialized variables
Josh Bleecher Snyder
2014-09-15
1
-2
/
+6
*
test: make maplinear iterdelete test less flaky
Josh Bleecher Snyder
2014-09-15
1
-9
/
+13
*
cmd/gc: don't walk static nodes generated by anylit.
R?my Oudompheng
2014-09-15
1
-0
/
+26
*
cmd/gc: generate type alg after calling dowidth.
R?my Oudompheng
2014-09-15
3
-0
/
+29
*
test: return errors earlier in run.go
Josh Bleecher Snyder
2014-09-11
1
-0
/
+4
*
cmd/gc: emit write barriers
Russ Cox
2014-09-11
2
-2
/
+2
*
runtime: add timing test for iterate/delete map idiom.
Keith Randall
2014-09-10
1
-0
/
+18
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
2
-2
/
+2
*
runtime: increase stack split limit again
Russ Cox
2014-09-06
1
-2
/
+2
*
runtime: fix panic/wrapper/recover math
Russ Cox
2014-09-06
1
-2
/
+46
*
runtime: use reflect.call during panic instead of newstackcall
Russ Cox
2014-09-05
2
-4
/
+4
*
runtime: convert panic/recover to Go
Keith Randall
2014-09-05
1
-1
/
+1
*
runtime: increase nosplit area to 192
Russ Cox
2014-08-30
1
-2
/
+2
*
test: add test that caused gccgo to crash on valid code
Ian Lance Taylor
2014-08-28
1
-0
/
+34
*
runtime: give nosplit functions 32 more bytes of headroom
Russ Cox
2014-08-27
1
-1
/
+9
*
cmd/gc, runtime: treat slices and strings like pointers in garbage collection
Russ Cox
2014-08-25
2
-7
/
+101
*
cmd/gc: fix order of channel evaluation of receive channels
Russ Cox
2014-08-25
1
-0
/
+29
*
cmd/gc, runtime: refactor interface inlining decision into compiler
Russ Cox
2014-08-18
1
-24
/
+27
*
cmd/gc: disallow pointer constants
Matthew Dempsky
2014-08-15
1
-0
/
+25
*
cmd/gc: comma-ok assignments produce untyped bool as 2nd result
Chris Manghane
2014-08-11
2
-4
/
+29
*
cmd/6g, cmd/8g: fix, test byte-sized magic multiply
Russ Cox
2014-08-11
1
-0
/
+31
*
test: add another test case that gccgo crashed on
Ian Lance Taylor
2014-08-08
1
-0
/
+16
*
test/mapnan.go: add regression test for non-empty interfaces.
Alan Donovan
2014-08-06
3
-57
/
+144
*
test: add test for function type in function literal
Ian Lance Taylor
2014-08-04
1
-0
/
+22
*
test/run: go fmt
David du Colombier
2014-08-01
1
-15
/
+15
*
runtime: move built-in print routines to go.
Keith Randall
2014-07-31
2
-0
/
+66
*
runtime: rewrite malloc in Go.
Keith Randall
2014-07-30
1
-5
/
+5
*
test/run: always set goos and goarch
David du Colombier
2014-07-24
1
-2
/
+11
*
test: avoid "declared but not used" errors in shift1.go
Ian Lance Taylor
2014-07-20
1
-0
/
+2
*
test: add test for confusion with dot imports
Ian Lance Taylor
2014-07-20
3
-0
/
+28
[next]