summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add regress test for #20682Matthew Dempsky2017-06-154-0/+44
* cmd/compile: fix exporting of function bodiesMatthew Dempsky2017-06-153-0/+32
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-154-1/+94
* cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer2017-06-143-0/+48
* cmd/compile: don't use ."" as a pkg prefixDaniel Martí2017-06-093-0/+33
* cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer2017-06-081-0/+71
* test: add test that caused gccgo undefined symbol errorIan Lance Taylor2017-06-081-0/+28
* cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer2017-06-071-0/+14
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-061-0/+20
* cmd/compile: retain source positions of arguments to inlined callsDavid Lazar2017-06-021-0/+71
* cmd/compile: fix subword store/load elision for MIPSCherry Zhang2017-05-311-1/+17
* cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder2017-05-301-0/+18
* cmd/compile: fix subword store/load elision for amd64, x86, armDavid Chase2017-05-301-0/+18
* cmd/compile: report correct position in redeclaration errorsRobert Griesemer2017-05-221-0/+33
* cmd/compile: make duplicate expr cases readableDaniel Martí2017-05-192-26/+54
* test: gofmt chan/*.goJosh Bleecher Snyder2017-05-186-356/+410
* test: restore fixedbugs/bug398.go to original versiongriesemer2017-05-181-4/+21
* test: add test for issue 18636Josh Bleecher Snyder2017-05-181-0/+27
* cmd/compile: don't panic in complex divisionAlberto Donizetti2017-05-181-0/+16
* test: add missing copyright header to checkbce.goIan Lance Taylor2017-05-181-0/+7
* test: add test of deferred deleteJosh Bleecher Snyder2017-05-151-0/+25
* cmd/compile: don't update outer variables after capturevars is completeJosh Bleecher Snyder2017-05-141-0/+24
* cmd/compile: fix store chain in schedule passKeith Randall2017-05-111-0/+19
* cmd/compile: don't use statictmps for SSA-able composite literalsJosh Bleecher Snyder2017-05-111-1/+4
* cmd/compile: avoid checkwidth of [...] arraysJosh Bleecher Snyder2017-05-111-0/+15
* cmd/internal/obj: continue to optimize ARM's constant poolBen Shi2017-05-111-34/+100
* cmd/compile: reduce debugger-worsening line number churnDavid Chase2017-05-102-0/+298
* cmd/compile: ignore types when considering tuple select for CSETodd Neal2017-05-091-0/+18
* cmd/compile: make "imported and not used" errors deterministicJosh Bleecher Snyder2017-05-091-0/+32
* cmd/compile: better errors for float constants with large exponentsRobert Griesemer2017-05-081-0/+11
* cmd/compile: suppress duplicate type errorsJosh Bleecher Snyder2017-05-043-2/+13
* cmd/compile: prevent panic while formatting func(...T) with unknown TJosh Bleecher Snyder2017-05-041-0/+11
* runtime: don't panic for bad size hint in hashmapFilip Gruszczynski2017-05-021-11/+0
* cmd/compile: fix error when typeswitching on untypedTodd Neal2017-04-302-0/+41
* cmd/compile: checkwidth T when constructing *TJosh Bleecher Snyder2017-04-301-0/+18
* cmd/compile: add test for blank field in composite literalEmmanuel Odeke2017-04-291-0/+19
* cmd/compile: move writebarrier pass after dseJosh Bleecher Snyder2017-04-291-14/+25
* cmd/compile: check width of embedded interfaces in expandifaceJosh Bleecher Snyder2017-04-282-2/+19
* cmd/compile: dowidth more in the front endJosh Bleecher Snyder2017-04-271-0/+14
* cmd/internal/obj: ARM, use immediates instead of constant pool entriesKeith Randall2017-04-271-0/+113
* cmd/compile: more error position tests for the typecheckerAlberto Donizetti2017-04-2412-2/+134
* test/chan: add missing flag.Parse in doubleselect.go张嵩2017-04-241-0/+1
* cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall2017-04-201-0/+32
* cmd/compile: only print one error for bad-type literal in assignmentAlberto Donizetti2017-04-202-2/+18
* cmd/compile: report block start for gotos jumping into blocksRobert Griesemer2017-04-191-32/+32
* cmd/compile: check labels and branches during parse timeRobert Griesemer2017-04-193-34/+100
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-191-1/+1
* runtime: skip logical frames in runtime.CallerDavid Lazar2017-04-181-0/+77
* cmd/compile: eliminate dead code in if statements after typecheckingJosh Bleecher Snyder2017-04-185-0/+61
* cmd/compile: add test for Issue 12536Alberto Donizetti2017-04-141-0/+22