about summary refs log tree commit diff
path: root/src/test/ui/rfc-2091-track-caller
AgeCommit message (Expand)AuthorLines
2020-05-03bless caller-location testRalf Jung-8/+6
2020-04-30deduplicate warningsRalf Jung-5/+9
2020-04-16Extend UI tests for fixed check_attr()Matthias Schiffer-1/+13
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-18/+50
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-3/+28
2020-03-23#[track_caller] on core::ops::{Index, IndexMut}.Adam Perry-0/+22
2020-03-22Allow #[track_caller] in traits.Adam Perry-61/+176
2020-03-10Add long error explanation for E0739Ayush Kumar Mishra-0/+1
2020-02-03track_caller test caller_location ctfe/rt equivalence wrt. fnptrsMazdak Farrokhzad-0/+38
2020-01-19Test that ReifyShim + caller_location return the def site.Adam Perry-2/+8
2020-01-19Add failing #[track_caller] test with fn pointers.Adam Perry-0/+32
2020-01-07Skip caller location test in wasm32.Adam Perry-0/+1
2020-01-04Fix typoAdam Perry-1/+1
2020-01-04Result's panics have `#[track_caller]`.Adam Perry-0/+8
2020-01-04Option's panics are all #[track_caller].Adam Perry-0/+29
2020-01-04Test cleanups to match #[track_caller] in panic!.Adam Perry-4/+23
2019-12-06Add additional layer of #[track_caller] to test, avoid const prop.Adam Perry-4/+10
2019-12-05Error message no longer implies #[track_caller] is a requirement for Rust ABI.Adam Perry-2/+3
2019-12-05Add test for Location::caller in a macro.Adam Perry-0/+21
2019-12-05Implement core::panic::Location::caller using #[track_caller].Adam Perry-15/+15
2019-12-05Remove #[track_caller] from incomplete features list.Adam Perry-88/+8
2019-12-05Add failing test for codegen'd track_caller attribute.Adam Perry-0/+48
2019-12-05Rename test filename to match others.Adam Perry-1/+42
2019-12-05Implement #[track_caller] in const.Adam Perry-0/+8
2019-10-30caller_location: point to macro invocation sites, like file!/line!.Eduard-Mihai Burtescu-1/+13
2019-10-29Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasperMazdak Farrokhzad-14/+19
2019-10-27Implement core::intrinsics::caller_location.Adam Perry-0/+9
2019-10-26Permit #[track_caller] on inherent methodsvarkor-2/+11
2019-10-25Move handling of `#[track_caller]` to `check_attr`varkor-12/+8
2019-10-07Prohibit #[track_caller] within trait impls as well as decls.Adam Perry-1/+1
2019-10-07Update expected error output.Adam Perry-2/+2
2019-10-07Expand E0738 to cover different cases.Adam Perry-4/+60
2019-10-07E0735 -> E0739Adam Perry-1/+1
2019-10-07track_caller tests account for incomplete feature warning.Adam Perry-7/+54
2019-10-07track_caller error numbers and text.Adam Perry-8/+8
2019-10-07track_caller run-pass test, lint cleanup, PR review.Adam Perry-0/+9
2019-10-07[RFC 2091] Add #[track_caller] attribute.Ayose-0/+88