aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/defer_test.go
AgeCommit message (Expand)Author
2021-03-13all: remove duplicate wordsJohn Bampton
2021-01-27runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales
2020-04-23runtime: fix TestDeferWithRepeatedRepanics and TestIssue37688 to be less chattyDan Scales
2020-03-24runtime: fix code so defer record is not added to g0 defer list during panicDan Scales
2020-03-10runtime: fix problem with repeated panic/recover/re-panics and open-coded defersDan Scales
2019-11-05cmd/compile: fix liveness for open-coded defer args for infinite loopsDan Scales
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-10-29cmd/compile: handle some missing cases of non-SSAable values for args of ope...Dan Scales
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales