index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
rfc-2091-track-caller
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-906
/
+0
2022-12-25
Give the correct track-caller location with MIR inlining.
Camille GILLOT
-0
/
+4
2022-09-23
Restore ignore tag
Florian Bartels
-1
/
+0
2022-07-15
passes: migrate half of `check_attr`
David Wood
-3
/
+3
2022-05-24
Add the transmute and asm checks to typeck as deferred checks
Oli Scherer
-3
/
+18
2022-05-10
Fix issue #95151
Caio
-0
/
+10
2022-03-07
Update tests after feature stabilization
Eric Holk
-18
/
+1
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-3
/
+5
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-09-22
Support `#[track_caller]` on closures and generators
Aaron Hill
-0
/
+154
2021-06-04
Fix line lengths
Aaron Hill
-3
/
+6
2021-06-04
Support forwarding caller location through trait object method call
Aaron Hill
-9
/
+44
2021-05-09
remove const_fn feature gate
Ralf Jung
-2
/
+2
2021-04-13
Check for asm support in UI tests that require it
Tomasz Miąsko
-2
/
+3
2021-03-14
Remove Option::{unwrap_none, expect_none}.
Mara Bos
-5
/
+0
2021-03-05
Bump mir-opt-level from 3 to 4 in tests
Santiago Pastorino
-8
/
+8
2020-12-07
Validate naked functions definitions
Tomasz Miąsko
-4
/
+8
2020-11-24
Validate that `#[naked]` is applied to a function definition
Tomasz Miąsko
-13
/
+1
2020-10-21
test: ensure #[track_caller] tests also test MIR inlining.
Eduard-Mihai Burtescu
-12
/
+29
2020-09-27
Bless tests
Dylan MacKenzie
-1
/
+18
2020-08-22
Use smaller def span for functions
Aaron Hill
-12
/
+8
2020-08-05
Auto merge of #75130 - lcnr:array_chunks, r=ecstatic-morse
bors
-0
/
+35
2020-08-04
tweak error message
Bastian Kauschke
-3
/
+3
2020-08-04
forbid `#[track_caller]` on main
Bastian Kauschke
-0
/
+35
2020-07-28
add track_caller to RefCell::{borrow, borrow_mut}
Erik Desjardins
-1
/
+8
2020-07-26
Fix #[track_caller] shims for trait objects.
Adam Perry
-0
/
+23
2020-06-30
Stabilize `#[track_caller]`.
Adam Perry
-45
/
+19
2020-06-10
Track span of function in method calls, and use this in #[track_caller]
Aaron Hill
-0
/
+28
2020-05-03
bless caller-location test
Ralf Jung
-8
/
+6
2020-04-30
deduplicate warnings
Ralf Jung
-5
/
+9
2020-04-16
Extend UI tests for fixed check_attr()
Matthias Schiffer
-1
/
+13
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+2
2020-04-09
track_caller: support on FFI imports
Mazdak Farrokhzad
-18
/
+50
2020-04-08
track_caller: harden naked interactions
Mazdak Farrokhzad
-3
/
+28
2020-03-23
#[track_caller] on core::ops::{Index, IndexMut}.
Adam Perry
-0
/
+22
2020-03-22
Allow #[track_caller] in traits.
Adam Perry
-61
/
+176
2020-03-10
Add long error explanation for E0739
Ayush Kumar Mishra
-0
/
+1
2020-02-03
track_caller test caller_location ctfe/rt equivalence wrt. fnptrs
Mazdak Farrokhzad
-0
/
+38
2020-01-19
Test that ReifyShim + caller_location return the def site.
Adam Perry
-2
/
+8
2020-01-19
Add failing #[track_caller] test with fn pointers.
Adam Perry
-0
/
+32
2020-01-07
Skip caller location test in wasm32.
Adam Perry
-0
/
+1
2020-01-04
Fix typo
Adam Perry
-1
/
+1
2020-01-04
Result's panics have `#[track_caller]`.
Adam Perry
-0
/
+8
2020-01-04
Option's panics are all #[track_caller].
Adam Perry
-0
/
+29
2020-01-04
Test cleanups to match #[track_caller] in panic!.
Adam Perry
-4
/
+23
2019-12-06
Add additional layer of #[track_caller] to test, avoid const prop.
Adam Perry
-4
/
+10
2019-12-05
Error message no longer implies #[track_caller] is a requirement for Rust ABI.
Adam Perry
-2
/
+3
2019-12-05
Add test for Location::caller in a macro.
Adam Perry
-0
/
+21
2019-12-05
Implement core::panic::Location::caller using #[track_caller].
Adam Perry
-15
/
+15
2019-12-05
Remove #[track_caller] from incomplete features list.
Adam Perry
-88
/
+8
[next]