Sign in
go
/
go
/
bbf38e931a8a4e8a49b45206ff7ed679eece70d7
/
test
5aa448f
test: add test case for issue 4365
by Ian Lance Taylor
· 10 years ago
b5b11bd
test: deflake init1.go test, tighten its bounds
by Brad Fitzpatrick
· 10 years ago
c4ee44b
cmd/gc: transform closure calls to function calls
by Dmitry Vyukov
· 10 years ago
77a2113
cmd/gc: evaluate concrete == interface without allocating
by Josh Bleecher Snyder
· 10 years ago
b3be360
cmd/gc: allocate non-escaping maps on stack
by Dmitry Vyukov
· 10 years ago
9568126
cmd/gc: allocate buffers for non-escaping string conversions on stack
by Dmitry Vyukov
· 10 years ago
4ce06f4
cmd/gc: eliminate dead code in switch statements
by Josh Bleecher Snyder
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 10 years ago
8581d48
test: check for build constraints only upto the first blank line
by Rahul Chaudhry
· 10 years ago
d81cc37
test: chdir before running go tool, cleanup afterwards.
by Rahul Chaudhry
· 10 years ago
eaa8720
cmd/gc: fix capturing by value for range statements
by Dmitry Vyukov
· 10 years ago
8e2423a
cmd/gc: typecheck type switch variables
by Dmitry Vyukov
· 10 years ago
3c0fee1
cmd/6g, liblink, runtime: support saving base pointers
by Austin Clements
· 10 years ago
3bf005c
cmd/gc: always treat the output parameters as having been assigned in capturevars.
by Shenghou Ma
· 10 years ago
4a17568
test/closure2.go: correctly "use" tmp
by Robert Griesemer
· 10 years ago
0e80b2e
cmd/gc: capture variables by value
by Dmitry Vyukov
· 10 years ago
4ce4d8b
cmd/gc: allocate stack buffer for ORUNESTR
by Dmitry Vyukov
· 10 years ago
e6fac08
cmd/gc: allocate buffers for non-escaped strings on stack
by Dmitry Vyukov
· 10 years ago
22c16b4
cmd/gc: ignore re-slicing in escape analysis
by Dmitry Vyukov
· 10 years ago
1b87f01
cmd/gc: improve escape analysis for &T{...}
by Dmitry Vyukov
· 10 years ago
b581ca5
cmd/gc: allow map index expressions in for range statements
by Dmitry Vyukov
· 10 years ago
ec0ebc2
cmd/gc: treat non-local vars inlined into wrapper as escaping
by Ian Lance Taylor
· 10 years ago
f5b8813
cmd/gc: don't unpack struct arguments to append
by Chris Manghane
· 10 years ago
c3b459d
test: generate tests for arithmetic on narrow types
by Keith Randall
· 10 years ago
daa64dd
cmd/5g: make sure we normalize after unary ops on small types
by Keith Randall
· 10 years ago
3b63b69
test: comment the behavior and use of cmplxdivide*
by Rob Pike
· 10 years ago
fcff3ba
cmd/gc: don't recurse infinitely when a recursive type references itself more than once
by Shenghou Ma
· 10 years ago
f03c920
cmd/gc: optimize memclr of slices and arrays
by Josh Bleecher Snyder
· 10 years ago
db7fd1c
runtime: increase GC concurrency.
by Rick Hudson
· 10 years ago
fcfbeb3
test: shorten test runtime
by Keith Randall
· 10 years ago
43e6923
cmd/gc: optimize existence-only map lookups
by Josh Bleecher Snyder
· 10 years ago
60801c4
test: delete testlib
by Josh Bleecher Snyder
· 10 years ago
537ddc9
runtime: fix slicecopy return value for zero-width elements
by Matthew Dempsky
· 10 years ago
8bbd800
cmd/go: put user ldflags at the end of the linker invocation
by Josh Bleecher Snyder
· 10 years ago
cb1897a
cmd/gc: give an error if only one argument is given to complex()
by Shenghou Ma
· 10 years ago
5cc29ab
cmd/gc: logical operators should produce untyped bool for untyped operands
by Chris Manghane
· 10 years ago
edf7258
test: add fixed GoSmith bugs reported on the gcc Bugzilla
by Chris Manghane
· 10 years ago
958e079
test/fixedbugs/issue9355: fix build on arm and power64
by Shenghou Ma
· 10 years ago
fbdf59a
test: disable bug248 and bug345 tests on Plan 9
by David du Colombier
· 10 years ago
209dd4c
test: fix windows build
by Josh Bleecher Snyder
· 10 years ago
02f56bf
test: add test case that gccgo failed to link
by Ian Lance Taylor
· 10 years ago
e7173df
test: migrate remaining tests to run.go
by Josh Bleecher Snyder
· 10 years ago
c5089a7
test/fixedbugs/issue9355: fix build on windows and skip on nacl
by Shenghou Ma
· 10 years ago
2fc29a8
cmd/gc: resolve static addresses of the form &x.f at link time
by Keith Randall
· 10 years ago
8e0686a
test: add missing linkx test
by Josh Bleecher Snyder
· 10 years ago
6cd4d59
test: add bug494: test case miscompiled by gccgo
by Ian Lance Taylor
· 10 years ago
60ea2c5
test: add test that gccgo failed to compile
by Ian Lance Taylor
· 10 years ago
50bc3d5
runtime: fix deadlock in runtime.Stack
by Keith Randall
· 10 years ago
e8f1370
test/fixedbugs/bug302: fix test on windows.
by Shenghou Ma
· 10 years ago
c5de72b
test: write Go wrapper code so that bug302 can be run by run.go
by Ian Lance Taylor
· 10 years ago
7796821
Fix whitespace (use blanks consistently).
by Robert Griesemer
· 10 years ago
212914f
runtime: test for linear enqueue/dequeue behavior
by Keith Randall
· 10 years ago
8d5fe68
test/fibo: a stand-alone bignum/allocation benchmark and test
by Robert Griesemer
· 10 years ago
31457ce
all: merge dev.garbage (d1238958d4ae) into default branch
by Russ Cox
· 10 years ago
db40624
[dev.garbage] runtime: raise StackGuard limit for Windows (again)
by Russ Cox
· 10 years ago
09d92b6
all: power64 is now ppc64
by Russ Cox
· 10 years ago
b8540fc
[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage
by Russ Cox
· 10 years ago
50e0749
[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
by Russ Cox
· 10 years ago
b3932ba
runtime: fix sudog leak
by Russ Cox
· 10 years ago
3e80463
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
by Russ Cox
· 10 years ago
9ef4e56
[dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbage
by Russ Cox
· 10 years ago
3dcc62e
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
by Russ Cox
· 10 years ago
c99616f
test: fix nacl build
by Russ Cox
· 10 years ago
9b54444
test: move linkx and sinit to run.go
by Josh Bleecher Snyder
· 10 years ago
75d3f62
[dev.garbage] cmd/gc, runtime: add locks around print statements
by Russ Cox
· 10 years ago
c6e53fe
test: comment out failing cases from sinit.go
by Ian Lance Taylor
· 10 years ago
a5e1e15
[dev.power64] test: "fix" live.go test on power64x
by Austin Clements
· 10 years ago
d10a115
[dev.power64] test: disable nilptr3 test on power64x
by Austin Clements
· 10 years ago
31b1207
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
6e86003
[dev.power64] 9g: fix under-zeroing in clearfat
by Austin Clements
· 10 years ago
a22c11b
runtime: fix line number in first stack frame in printed stack trace
by Russ Cox
· 10 years ago
599199f
[dev.power64] all: merge default (dd5014ed9b01) into dev.power64
by Russ Cox
· 10 years ago
6b54cc9
cmd/gc: fix internal compiler error in struct compare
by Russ Cox
· 10 years ago
0f698be
test: make maplinear more robust
by Russ Cox
· 10 years ago
5a65308
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
5225854
cmd/gc: synthesize zeroed value for non-assignment context
by Russ Cox
· 10 years ago
f0bd539
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
2bd616b
build: merge the great pkg/ rename into dev.power64
by Austin Clements
· 10 years ago
3208250
[dev.power64] build: merge default into dev.power64
by Austin Clements
· 10 years ago
18051c0
test: add more cases to recover.go
by Ian Lance Taylor
· 10 years ago
93fcb92
cmd/gc: disallow call of *T method using **T variable
by Russ Cox
· 10 years ago
0edafef
cmd/gc: emit code for extern = <N>
by Daniel Morsing
· 10 years ago
db4dad7
cmd/gc: blank methods are not permitted in interface types
by Chris Manghane
· 10 years ago
fe8f799
cmd/gc: check for initialization cycles in method values
by Chris Manghane
· 10 years ago
d83e43c
test: add test for gccgo-specific issue 8079
by Chris Manghane
· 10 years ago
55df81d
cmd/gc: prohibit short variable declarations containing duplicate symbols
by Evan Kroske
· 10 years ago
454d1b0
cmd/gc: fix call order in array literal of slice literal of make chan
by Russ Cox
· 11 years ago
f6fc140
cmd/ld: don't automatically mark symbols created by -X as reachable
by Ian Lance Taylor
· 11 years ago
870f4e1
cmd/gc: emit error for out-of-bounds slice of constant string
by Russ Cox
· 11 years ago
52e9bca
cmd/gc: print x++ (not x += 1) in errors about x++
by Russ Cox
· 11 years ago
53c6654
cmd/gc: avoid infinite recursion on invalid recursive type
by Russ Cox
· 11 years ago
43c4287
cmd/gc: fix import of package with var func returning _
by Russ Cox
· 11 years ago
00d2f91
cmd/gc: run escape analysis always (even in -N mode)
by Russ Cox
· 11 years ago
653fb6d
liblink: make GO_ARGS the default for functions beginning with ·
by Russ Cox
· 11 years ago
8d61334
cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'
by Russ Cox
· 11 years ago
c3dbf56
cmd/ld: document that -X overwrites initialized variables
by Josh Bleecher Snyder
· 11 years ago
f197988
test: make maplinear iterdelete test less flaky
by Josh Bleecher Snyder
· 11 years ago
e024ed5
cmd/gc: don't walk static nodes generated by anylit.
by Rémy Oudompheng
· 11 years ago
8d47b08
cmd/gc: generate type alg after calling dowidth.
by Rémy Oudompheng
· 11 years ago
8cc6cb2
test: return errors earlier in run.go
by Josh Bleecher Snyder
· 11 years ago
Next »