summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: consider exported flag in namedataIan Lance Taylor2017-07-244-0/+78
* cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday2017-07-191-0/+72
* cmd/compile: fix slice-in-bound check on amd64p32Cherry Zhang2017-06-281-0/+23
* cmd/compile: suppress errors after "cannot assign to X"Matthew Dempsky2017-06-271-0/+11
* test/fixedbugs: Close opening parenthesis in comment in issue20789.goGabríel Arthúr Pétursson2017-06-271-1/+1
* cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer2017-06-261-0/+13
* cmd/compile: fix array slice expression bounds checkRobert Griesemer2017-06-221-0/+15
* 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-153-0/+36
* 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
* 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 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: avoid checkwidth of [...] arraysJosh Bleecher Snyder2017-05-111-0/+15
* 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: check width of embedded interfaces in expandifaceJosh Bleecher Snyder2017-04-281-0/+16
* cmd/compile: dowidth more in the front endJosh Bleecher Snyder2017-04-271-0/+14
* 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-201-0/+17
* cmd/compile: check labels and branches during parse timeRobert Griesemer2017-04-192-2/+68
* 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
* test: disable flaky test/fixedbugs/issue10958.goBrad Fitzpatrick2017-04-131-1/+1
* cmd/compile: do not print duplicate error on ideal->float{32,64} overflowAlberto Donizetti2017-04-121-0/+15
* cmd/compile: diagnose constant division by complex zeroAlberto Donizetti2017-04-121-0/+40
* cmd/compile: skip array bounds errors when type is brokenJosh Bleecher Snyder2017-04-105-5/+49
* cmd/compile: make iface == iface const evaluation respect !=Josh Bleecher Snyder2017-04-101-0/+34