summaryrefslogtreecommitdiff
path: root/src/runtime/defer_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* runtime: remove defer test log spamJosh Bleecher Snyder2021-11-171-1/+0
* runtime: do not add open defer entry above a started open defer entryDan Scales2021-10-291-0/+79
* all: remove duplicate wordsJohn Bampton2021-03-131-1/+1
* runtime: make sure to remove open-coded defer entries in all cases after a re...Dan Scales2021-01-271-0/+28
* runtime: fix TestDeferWithRepeatedRepanics and TestIssue37688 to be less chattyDan Scales2020-04-231-9/+18
* runtime: fix code so defer record is not added to g0 defer list during panicDan Scales2020-03-241-0/+66
* runtime: fix problem with repeated panic/recover/re-panics and open-coded defersDan Scales2020-03-101-0/+54
* cmd/compile: fix liveness for open-coded defer args for infinite loopsDan Scales2019-11-051-0/+27
* runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales2019-11-041-8/+6
* cmd/compile: handle some missing cases of non-SSAable values for args of ope...Dan Scales2019-10-291-1/+34
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-241-7/+56
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-161-56/+7
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-161-7/+56
* misc, runtime, test: extra tests and benchmarks for deferDan Scales2019-09-251-0/+176