about summary refs log tree commit diff
path: root/src/test/ui/async-await/track-caller
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-195/+0
2022-12-21Update track_caller tests; run fmtBryan Garza-15/+7
2022-12-21Improve code based on feedback.Bryan Garza-23/+7
2022-12-21Update track_caller logic/lint after rebaseBryan Garza-7/+12
2022-12-21update wording of lintBryan Garza-2/+2
2022-12-21Update code based on PR commentsBryan Garza-102/+40
2022-12-21Switch `#[track_caller]` back to a no-op unless feature gate is enabledBryan Garza-0/+111
2022-12-08Support `#[track_caller]` on async closuresGary Guo-1/+65
2022-12-02Fix async track caller for assoc fn and trait impl fnGary Guo-0/+14
2022-12-02Use proper HirId for async track_caller attribute checkGary Guo-0/+11
2022-11-15Use `needs-unwind` instead of ignoring WASM/emscriptenBryan Garza-5/+3
2022-11-11Ignore wasm and emscripten targets for testBryan Garza-2/+5
2022-11-09Allow and add `track_caller` to generatorsBryan Garza-0/+75