summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: fix internal compiler error in struct compareRuss Cox2014-10-281-0/+37
* test: make maplinear more robustRuss Cox2014-10-271-5/+12
* cmd/gc: synthesize zeroed value for non-assignment contextRuss Cox2014-10-241-0/+53
* test: add more cases to recover.goIan Lance Taylor2014-10-221-3/+41
* cmd/gc: disallow call of *T method using **T variableRuss Cox2014-10-201-3/+3
* cmd/gc: emit code for extern = <N>Daniel Morsing2014-10-201-0/+20
* cmd/gc: blank methods are not permitted in interface typesChris Manghane2014-10-152-16/+2
* cmd/gc: check for initialization cycles in method valuesChris Manghane2014-10-1426-0/+538
* test: add test for gccgo-specific issue 8079Chris Manghane2014-10-131-0/+11
* cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske2014-10-061-0/+12
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-304-16/+150
* cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor2014-09-281-1/+1
* cmd/gc: emit error for out-of-bounds slice of constant stringRuss Cox2014-09-251-3/+26
* cmd/gc: print x++ (not x += 1) in errors about x++Russ Cox2014-09-251-0/+16
* cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox2014-09-251-0/+16
* cmd/gc: fix import of package with var func returning _Russ Cox2014-09-243-0/+17
* cmd/gc: run escape analysis always (even in -N mode)Russ Cox2014-09-242-0/+1496
* liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-161-2/+11
* cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox2014-09-161-7/+12
* cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder2014-09-151-2/+6
* test: make maplinear iterdelete test less flakyJosh Bleecher Snyder2014-09-151-9/+13
* cmd/gc: don't walk static nodes generated by anylit.R?my Oudompheng2014-09-151-0/+26
* cmd/gc: generate type alg after calling dowidth.R?my Oudompheng2014-09-153-0/+29
* test: return errors earlier in run.goJosh Bleecher Snyder2014-09-111-0/+4
* cmd/gc: emit write barriersRuss Cox2014-09-112-2/+2
* runtime: add timing test for iterate/delete map idiom.Keith Randall2014-09-101-0/+18
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-2/+2
* runtime: increase stack split limit againRuss Cox2014-09-061-2/+2
* runtime: fix panic/wrapper/recover mathRuss Cox2014-09-061-2/+46
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-052-4/+4
* runtime: convert panic/recover to GoKeith Randall2014-09-051-1/+1
* runtime: increase nosplit area to 192Russ Cox2014-08-301-2/+2
* test: add test that caused gccgo to crash on valid codeIan Lance Taylor2014-08-281-0/+34
* runtime: give nosplit functions 32 more bytes of headroomRuss Cox2014-08-271-1/+9
* cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox2014-08-252-7/+101
* cmd/gc: fix order of channel evaluation of receive channelsRuss Cox2014-08-251-0/+29
* cmd/gc, runtime: refactor interface inlining decision into compilerRuss Cox2014-08-181-24/+27
* cmd/gc: disallow pointer constantsMatthew Dempsky2014-08-151-0/+25
* cmd/gc: comma-ok assignments produce untyped bool as 2nd resultChris Manghane2014-08-112-4/+29
* cmd/6g, cmd/8g: fix, test byte-sized magic multiplyRuss Cox2014-08-111-0/+31
* test: add another test case that gccgo crashed onIan Lance Taylor2014-08-081-0/+16
* test/mapnan.go: add regression test for non-empty interfaces.Alan Donovan2014-08-063-57/+144
* test: add test for function type in function literalIan Lance Taylor2014-08-041-0/+22
* test/run: go fmtDavid du Colombier2014-08-011-15/+15
* runtime: move built-in print routines to go.Keith Randall2014-07-312-0/+66
* runtime: rewrite malloc in Go.Keith Randall2014-07-301-5/+5
* test/run: always set goos and goarchDavid du Colombier2014-07-241-2/+11
* test: avoid "declared but not used" errors in shift1.goIan Lance Taylor2014-07-201-0/+2
* test: add test for confusion with dot importsIan Lance Taylor2014-07-203-0/+28
* cmd/gc: allocate select descriptor on stackDmitriy Vyukov2014-07-201-3/+3