about summary refs log tree commit diff
path: root/src/test/ui/rfc-2091-track-caller
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-906/+0
2022-12-25Give the correct track-caller location with MIR inlining.Camille GILLOT-0/+4
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-07-15passes: migrate half of `check_attr`David Wood-3/+3
2022-05-24Add the transmute and asm checks to typeck as deferred checksOli Scherer-3/+18
2022-05-10Fix issue #95151Caio-0/+10
2022-03-07Update tests after feature stabilizationEric Holk-18/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-3/+5
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+154
2021-06-04Fix line lengthsAaron Hill-3/+6
2021-06-04Support forwarding caller location through trait object method callAaron Hill-9/+44
2021-05-09remove const_fn feature gateRalf Jung-2/+2
2021-04-13Check for asm support in UI tests that require itTomasz Miąsko-2/+3
2021-03-14Remove Option::{unwrap_none, expect_none}.Mara Bos-5/+0
2021-03-05Bump mir-opt-level from 3 to 4 in testsSantiago Pastorino-8/+8
2020-12-07Validate naked functions definitionsTomasz Miąsko-4/+8
2020-11-24Validate that `#[naked]` is applied to a function definitionTomasz Miąsko-13/+1
2020-10-21test: ensure #[track_caller] tests also test MIR inlining.Eduard-Mihai Burtescu-12/+29
2020-09-27Bless testsDylan MacKenzie-1/+18
2020-08-22Use smaller def span for functionsAaron Hill-12/+8
2020-08-05Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morsebors-0/+35
2020-08-04tweak error messageBastian Kauschke-3/+3
2020-08-04forbid `#[track_caller]` on mainBastian Kauschke-0/+35
2020-07-28add track_caller to RefCell::{borrow, borrow_mut}Erik Desjardins-1/+8
2020-07-26Fix #[track_caller] shims for trait objects.Adam Perry-0/+23
2020-06-30Stabilize `#[track_caller]`.Adam Perry-45/+19
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-0/+28
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