Sign in
go
/
go
/
f99158c8ad70a47ba51ce63f0e9a54d25e267292
/
test
be6556f
test: match gccgo error strings.
by Rémy Oudompheng
· 12 years ago
1761e25
test/shift1.go: recognize gccgo errors
by Ian Lance Taylor
· 12 years ago
148fac7
cmd/gc: fix escape analysis ordering
by Russ Cox
· 12 years ago
05cf6fe
test: add shift expression incorrectly rejected by gccgo.
by Rémy Oudompheng
· 12 years ago
20ebee2
cmd/gc: fix pointer composite literals in exported if statements.
by Rémy Oudompheng
· 12 years ago
de47f68
spec: fix spec on conversions to match implementations
by Robert Griesemer
· 12 years ago
004dd3d7
test: match gccgo error messages
by Rémy Oudompheng
· 12 years ago
ae5e791
cmd/gc: save local var list before inlining
by Ian Lance Taylor
· 12 years ago
880d869
cmd/gc: compute initialization order for top-level blank vars too.
by Rémy Oudompheng
· 12 years ago
faef52c
all: fix typos
by Shenghou Ma
· 12 years ago
63a707e
undo CL 10017045 / 6ec8c49421a0
by Brad Fitzpatrick
· 12 years ago
8c1b0da
test: do not run SIGCHLD test on Plan 9
by Anthony Martin
· 12 years ago
62891fb
cmd/gc: fix missing slice/array types in export data.
by Rémy Oudompheng
· 12 years ago
44b7d5b
test/stress: fix a goroutine leak in threadRing stresstest
by Robert Obryk
· 12 years ago
0d0d57c
cmd/gc: do not corrupt init() with initializers of _ in closures.
by Rémy Oudompheng
· 12 years ago
2c1acc1
test: correct sizeof.go.
by Rémy Oudompheng
· 12 years ago
bf9a00b
cmd/gc: fix overflow in array bounds calculation.
by Daniel Morsing
· 12 years ago
9bdb7e1
test/bench/shootout/timing.log: update to Go 1.1
by Rob Pike
· 12 years ago
3577398
test: add test for issue 3888.
by Rémy Oudompheng
· 12 years ago
1beb791
test/errchk: use "#!/usr/bin/env perl" shebang line
by Shenghou Ma
· 12 years ago
6f5af9c
cmd/gc: fix confusing error with broken types and defer/go
by Daniel Morsing
· 12 years ago
910bd15
test: do not run the test that relies on precise GC on 32-bits
by Dmitriy Vyukov
· 12 years ago
1308194
runtime: zeroize g->fnstart to not prevent GC of the closure Fixes #5493.
by Dmitriy Vyukov
· 12 years ago
78f5b61
cmd/gc: repair make(T) in export data for inlining.
by Rémy Oudompheng
· 12 years ago
13cbf41
cmd/gc: initialize t->width in dgcsym() if required
by Jan Ziak
· 12 years ago
db1c218
undo CL 8954044 / ad3c2ffb16d7
by Jan Ziak
· 12 years ago
e9bbe3a
runtime: prevent the GC from seeing the content of a frame in runfinq()
by Jan Ziak
· 12 years ago
578dc3a
cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checks
by Ian Lance Taylor
· 12 years ago
b3809ca
test/stress: start of a runtime stress program
by Brad Fitzpatrick
· 12 years ago
7b8e086
cmd/gc: disable inlining of method values
by Daniel Morsing
· 12 years ago
4925f8a
test: make goprint.go wait longer for go its routine to execute
by Carl Shapiro
· 12 years ago
14cb1a1
test: raise the allocation threshold for chan/select2.go failure
by Carl Shapiro
· 12 years ago
a9f1569
gc: escape unicode BOM in exported string literals
by Volker Dobler
· 12 years ago
1d729b7
test: fix mapnan.go build tag
by Brad Fitzpatrick
· 12 years ago
20e0530
cmd/gc: properly set variadic flag on method values.
by Rémy Oudompheng
· 12 years ago
5e21cb7
test: fix flaky NaN-key map complexity test
by Brad Fitzpatrick
· 12 years ago
2d3216f
cmd/gc: fix Offsetof computation.
by Rémy Oudompheng
· 12 years ago
4b6ca21
cmd/gc: be more tolerant with recursive types when checking map types.
by Rémy Oudompheng
· 12 years ago
df9f4f1
cmd/gc: do not reuse bool temporaries for composite equality.
by Rémy Oudompheng
· 12 years ago
d815a14
cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition.
by Rémy Oudompheng
· 12 years ago
ba0dd1f
cmd/gc: fix line number for 'missing return' in closure
by Russ Cox
· 12 years ago
b5cfbda
cmd/vet: add assembly checker
by Russ Cox
· 12 years ago
f8ff689
test: more systematic shift tests
by Robert Griesemer
· 12 years ago
88b98ff
cmd/gc: accept ideal float as indices.
by Rémy Oudompheng
· 12 years ago
38e9b07
cmd/gc: fix escape analysis of method values
by Russ Cox
· 12 years ago
7c3694c
cmd/gc: reject methods on non-locals, even if symbol exists
by Daniel Morsing
· 12 years ago
d3c758d
cmd/gc: implement method values
by Russ Cox
· 12 years ago
2667dcd
cmd/gc: steal escape analysis info when inlining
by Daniel Morsing
· 12 years ago
861aa46
cmd/gc: missing type inference for untyped complex() calls.
by Rémy Oudompheng
· 12 years ago
615f289
cmd/gc: ensure unique parameter and result names in function types
by Russ Cox
· 12 years ago
20c7e41
cmd/gc: fix escape analysis bug.
by Rémy Oudompheng
· 12 years ago
f6a9525
cmd/gc: disallow fallthrough in final case of switch
by Tyler Bunnell
· 12 years ago
d526e5e
go/test/bench/go1: add regexp test
by Rob Pike
· 12 years ago
ba6ea4a
test/bench/go1: add http test
by Brad Fitzpatrick
· 12 years ago
4e6e9f9
test/bench/garbage: fix parser benchmark
by Jan Ziak
· 12 years ago
05403fa
go/test/bench/go1: add printf and time format tests
by Rob Pike
· 12 years ago
401e0fe
cmd/gc: reject complex calls with mismatched argument types.
by Rémy Oudompheng
· 12 years ago
4c20317
cmd/8g: fix code generation of int64(0) == int64(0).
by Rémy Oudompheng
· 12 years ago
ecab408
cmd/gc: implement new return requirements
by Russ Cox
· 12 years ago
13075ed
test/bench/go1: use raw string instead of string addition
by Shenghou Ma
· 12 years ago
b65acae
cmd/gc: disallow selectors to the blank identifier
by Daniel Morsing
· 12 years ago
a85fce2
cmd/gc: simplify and fix defaultlit.
by Rémy Oudompheng
· 12 years ago
66a9372
test/bench/garbage: fix parser benchmark
by Jan Ziak
· 12 years ago
b0bb6f8
cmd/gc: unbreak exporting of composite literals.
by Rémy Oudompheng
· 12 years ago
71b3b46
cmd/gc: accept cases with same value but different types in switch.
by Rémy Oudompheng
· 12 years ago
9e66ee4
cmd/gc: fix corruption in export of &T{} literals.
by Rémy Oudompheng
· 12 years ago
aa5aaab
exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.
by Alan Donovan
· 12 years ago
ac1015e
cmd/8g: fix sse2 compare code gen
by Russ Cox
· 12 years ago
551f3f2
test/run: use correct $PWD to make os.Getwd less expensive
by Russ Cox
· 12 years ago
052c942
test: ensure all failing tests exit nonzero.
by Alan Donovan
· 12 years ago
1c1096e
test: a number of fixes.
by Alan Donovan
· 12 years ago
7594440
cmd/8g: add a few missing splitclean
by Russ Cox
· 12 years ago
fd178d6
cmd/gc: add way to specify 'noescape' for extern funcs
by Russ Cox
· 12 years ago
572d984
cmd/gc: fix escape analysis
by Russ Cox
· 12 years ago
399dcc7
cmd/gc: fix &^ code generation bug
by Russ Cox
· 12 years ago
f02067a
cmd/gc: implement latest rules for checking make sizes
by Russ Cox
· 12 years ago
09a17ca
cmd/gc: make inlined labels distinct
by Russ Cox
· 12 years ago
d82dcad
cmd/gc: clean up string index errors
by Russ Cox
· 12 years ago
4ad505d
cmd/gc: update ideal bool rules to match latest spec
by Russ Cox
· 12 years ago
ffc742b
cmd/gc: allow new conversion syntax
by Russ Cox
· 12 years ago
2af3cbe
cmd/gc: treat &T{} like new(T): allocate on stack if possible
by Russ Cox
· 12 years ago
a72f9f4
cmd/gc: avoid duplicate allocation during inlining
by Russ Cox
· 12 years ago
5ea52a4
cmg/gc: Fix evaluation order of map indexing during multiple assignments
by Daniel Morsing
· 12 years ago
8931306
cmd/gc: reject non-Go constants
by Russ Cox
· 12 years ago
f607c47
cmd/gc: silence redundant error prints for misuse of [...]int
by Russ Cox
· 12 years ago
e2711cb
cmd/gc: put 'not used' message on correct line
by Russ Cox
· 12 years ago
79a16a3
cmd/gc: clearer error for defer/go of conversion or invalid function call
by Russ Cox
· 12 years ago
193ff39
test: add test that caused a gccgo compilation failure
by Ian Lance Taylor
· 12 years ago
ba05a43
cmd/gc: Error out on division by constant zero.
by Daniel Morsing
· 12 years ago
e38339e
test: add test case miscompiled by gccgo
by Ian Lance Taylor
· 12 years ago
4f6a2b9
test: add support for build tags.
by Rémy Oudompheng
· 12 years ago
09cb91e
test: re-enable issue4348.go.
by Rémy Oudompheng
· 12 years ago
c0d9bf5
cmd/gc: more robust checking of OIND nodes.
by Daniel Morsing
· 12 years ago
1d6eb2e
cmd/gc: fix handling of struct padding in hash/eq.
by Rémy Oudompheng
· 12 years ago
d127ed5
cmd/gc, cmd/6g: fix error on large stacks.
by Rémy Oudompheng
· 12 years ago
2ad57b4
cmd/gc: don't hash nor compare struct padding or blank fields.
by Rémy Oudompheng
· 12 years ago
dc75670
test: limit runoutput tests on arm platforms
by Dave Cheney
· 12 years ago
578f24d
test: add rotate.go and fixedbugs/bug313
by Rémy Oudompheng
· 12 years ago
ab1385e
test: adapt old-style tests to new flag parsing.
by Rémy Oudompheng
· 12 years ago
c3836ed
test: make rundir match compiledir/errorcheckdir.
by Rémy Oudompheng
· 12 years ago
Next »