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
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
2019-12-05
Add failing test for codegen'd track_caller attribute.
Adam Perry
-0
/
+48
2019-12-05
Rename test filename to match others.
Adam Perry
-1
/
+42
2019-12-05
Implement #[track_caller] in const.
Adam Perry
-0
/
+8
2019-10-30
caller_location: point to macro invocation sites, like file!/line!.
Eduard-Mihai Burtescu
-1
/
+13
2019-10-29
Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper
Mazdak Farrokhzad
-14
/
+19
2019-10-27
Implement core::intrinsics::caller_location.
Adam Perry
-0
/
+9
2019-10-26
Permit #[track_caller] on inherent methods
varkor
-2
/
+11
2019-10-25
Move handling of `#[track_caller]` to `check_attr`
varkor
-12
/
+8
2019-10-07
Prohibit #[track_caller] within trait impls as well as decls.
Adam Perry
-1
/
+1
2019-10-07
Update expected error output.
Adam Perry
-2
/
+2
2019-10-07
Expand E0738 to cover different cases.
Adam Perry
-4
/
+60
2019-10-07
E0735 -> E0739
Adam Perry
-1
/
+1
2019-10-07
track_caller tests account for incomplete feature warning.
Adam Perry
-7
/
+54
2019-10-07
track_caller error numbers and text.
Adam Perry
-8
/
+8
2019-10-07
track_caller run-pass test, lint cleanup, PR review.
Adam Perry
-0
/
+9
2019-10-07
[RFC 2091] Add #[track_caller] attribute.
Ayose
-0
/
+88