aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.15] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-01[release-branch.go1.15] cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2021-01-21[release-branch.go1.15] cmd/compile: don't short-circuit copies whose source ...Keith Randall
2020-12-03[release-branch.go1.15] cmd/compile: sign extend consant folding properlyKeith Randall
2020-10-27[release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...Keith Randall
2020-10-27[release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...Keith Randall
2020-10-14[release-branch.go1.15] cmd/compile: fix left shift constant folding ruleKeith Randall
2020-10-09[release-branch.go1.15] cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-10-05[release-branch.go1.15] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-21cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-20cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall
2020-06-19reflect: zero stack slots before writing to them with write barriersKeith Randall
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday
2020-06-15cmd/compile: fix ordering problems in struct equalityKeith Randall
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-06-04cmd/compile: add interface equality testsKeith Randall
2020-06-03cmd/compile: test that equality is evaluated in orderKeith Randall
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-14cmd/compile: add test for issue 37246Josh Bleecher Snyder
2020-05-14cmd/compile: fix tuple selector bug in CSE passMichael Munday
2020-05-08cmd/compile: improve error when setting unexported fieldsEmmanuel T Odeke
2020-05-08cmd/compile: omit file:pos for non-existent errorsEmmanuel T Odeke
2020-05-06cmd/compile: do not emit code for discardable blank fieldsCuong Manh Le
2020-05-05cmd/compile: restrict bit test rewrite rulesKeith Randall
2020-04-30Revert "cmd/compile: omit file:pos for non-existent, permission errors"Austin Clements
2020-04-30cmd/compile: omit file:pos for non-existent, permission errorsEmmanuel T Odeke
2020-04-23cmd/compile: use fixVariadicCall in escape analysisMatthew Dempsky
2020-04-21cmd/compile: more precise analysis of method valuesMatthew Dempsky
2020-04-17test: add test for nil check / bounds check compiler confusionJosh Bleecher Snyder
2020-04-14cmd/compile: fix incorrect block for s390x Select1 opMichael Munday
2020-04-10cmd/compile: prevent constant folding of +/- when result is NaNKeith Randall
2020-04-10test: add test case that gccgo failed to compileIan Lance Taylor
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-01cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptrCuong Manh Le
2020-03-31cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le
2020-03-31cmd/compile: fix constant conversion involving complex typesMatthew Dempsky
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-03-25test: make runindir tests pass regardless of whether module mode is in useBryan C. Mills
2020-03-11test: fix issue 15992 test wrong function callCuong Manh Le
2020-03-10runtime: make typehash match compiler generated hashes exactlyKeith Randall
2020-03-09cmd/compile: use only bit patterns in isNonNegativeJosh Bleecher Snyder
2020-03-05cmd/compile/internal/syntax: better scanner error messagesRobert Griesemer
2020-03-02runtime: print instruction bytes when reporting a SIGILLKeith Randall
2020-02-26cmd/compile: output cost while inlining function with Debug['m'] > 1TennyZhuang
2020-02-24runtime/cgo: fix unsetenv wrapperKeith Randall
2020-02-24cmd/compile: avoid memmove -> SSA move rewrite when size is negativeKeith Randall
2020-02-22test: add test that gccgo fails to compileIan Lance Taylor