aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-04-19cmd/compile: note escape of parts of closured-capture varsDavid Chase
2016-02-16cmd/compile: print struct tags in var decl in inlined func bodyRuss Cox
2016-02-12cmd/compile: add write barrier to type switchKeith Randall
2016-02-01cmd/compile: fix parsing of inlined interface types with unexported methodsRobert Griesemer
2016-01-20cmd/compile: don't print (empty) package name in errors referring to built-insRobert Griesemer
2016-01-19cmd/compile: don't crash on invalid labeled statementRobert Griesemer
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2016-01-13cmd/compile: better modeling of escape across loop levelsDavid Chase
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2016-01-07cmd/compile: recognize !typedbool is typedMatthew Dempsky
2016-01-06test/bench/shootout: deleteRuss Cox
2016-01-06cmd/compile: recognize bool(true) as a constant expressionMatthew Dempsky
2016-01-06cmd/compile/internal/gc: fix initialization logicKevin Vu
2016-01-05cmd/compile: suppress export of Note field within exported bodiesDavid Chase
2015-12-22test: add test that gccgo miscompiledIan Lance Taylor
2015-12-21cmd/compile: const name and label name may matchRobert Griesemer
2015-12-17test: fix linkmain testShenghou Ma
2015-12-17cmd/link: reject non-package main toplevel.a file, remove dead codeRuss Cox
2015-12-16cmd/compile: fix magic multiply smashing AXRuss Cox
2015-12-16cmd/compile: diagnose invalid switch interface{} case earlierRuss Cox
2015-12-16cmd/compile: fix export type conversion loss in inlined func bodyRuss Cox
2015-12-12cmd/compile: add missing write barriers for return statementsMatthew Dempsky
2015-12-10cmd/compile: don't truncate tiny float constants to 0 in error messagesRobert Griesemer
2015-12-09cmd/compile: recognize labels even if they have the same name as packagesRobert Griesemer
2015-12-07cmd/compile/internal/gc: fix internal compiler error on invalid declarationDidier Spezia
2015-12-07cmd/compile: avoid converting huge floats to integersRobert Griesemer
2015-12-07cmd/compile/internal/gc: fix panic in Type StringerDidier Spezia
2015-12-05misc/cgo/stdio: reenable testsRuss Cox
2015-12-05cmd/compile: reject slice/map/func comparisons against converted nilMatthew Dempsky
2015-12-02cmd/compile: don't allow blank method declarations on builtinsHÃ¥vard Haugen
2015-11-28cmd/compile: use correct line number for := (LCOLAS)Robert Griesemer
2015-11-25cmd/compile: clearer error for invalid array/slice literal elementsRobert Griesemer
2015-11-24test: add ability to run tests with dynamic linkingMichael Hudson-Doyle
2015-11-24test: add test case for issue 13268Robert Griesemer
2015-11-24test: remove dead branch from run.goCaleb Spare
2015-11-21cmd/compile: address several more 1.6 TODOs in parserRobert Griesemer
2015-11-20cmd/compile: better syntax error recoveryRobert Griesemer
2015-11-20cmd/compile: match markdcl and popdcl even in case of errorsRobert Griesemer
2015-11-20test: add another test that gccgo failed to compileIan Lance Taylor
2015-11-18cmd/compile/internal/gc: better error message for parenthesized go/defer exprsRobert Griesemer
2015-11-18cmd/compile/internal/gc: fix incorrect parsing of &(T{}) when followed by {Robert Griesemer
2015-11-18cmd/compile/internal/gc: fix parsing of <-x (recv op vs recv-only chan)Robert Griesemer
2015-11-18cmd/compile: fix Val vs Opt collisionRuss Cox
2015-11-17test: add test case for issue #13248Robert Griesemer
2015-11-17cmd/compile/internal/gc: don't ignore EOF in new parserRobert Griesemer
2015-11-17cmd/compile/internal/gc: correctly use internal call to error reportingRobert Griesemer
2015-11-16test: fix test caseRobert Griesemer
2015-11-16cmd/compile: fix value range check for complex constantsRuss Cox
2015-11-16cmd/compile: do not emit args_stackmap for func _Russ Cox
2015-11-16cmd/compile: reject identifiers beginning with non-ASCII digitRuss Cox