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
/
libstd
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-09
Write backtrace fmt test using relative paths
David Tolnay
-5
/
+5
2020-03-09
Add test of Debug representation of Backtrace
David Tolnay
-0
/
+52
2020-03-09
Make it possible to instantiate hardcoded Backtrace from test
David Tolnay
-3
/
+28
2020-03-09
Change disabled and unsupported backtraces to print using placeholder style
David Tolnay
-2
/
+2
2020-03-09
Add quotes around filename in Backtrace debug
David Tolnay
-1
/
+1
2020-03-09
Remove quotes around unknown fn placeholder in backtrace
David Tolnay
-1
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-11
remove intentionally failing test
Jane Lusby
-18
/
+0
2020-02-10
backwards again, god damnit
Jane Lusby
-1
/
+1
2020-02-10
rule over the code in libstd with an iron fist
Jane Lusby
-9
/
+4
2020-02-10
maximum alternative consistency!
Jane Lusby
-2
/
+9
2020-02-10
make symbol printing consistent with backtrace_rs
Jane Lusby
-2
/
+3
2020-02-10
add nice alt fmt for debug
Jane Lusby
-6
/
+6
2020-02-10
use debug_map and skip empty frames
Jane Lusby
-5
/
+10
2020-02-10
remove Some from fn name
Jane Lusby
-1
/
+1
2020-02-10
final format cleanups
Jane Lusby
-1
/
+8
2020-02-10
make it compile
Jane Lusby
-1
/
+1
2020-02-10
remove unnecessary Debug impl for BacktraceFrame
Jane Lusby
-6
/
+0
2020-02-10
remove unnecessary derives
Jane Lusby
-2
/
+0
2020-02-10
less noisy format
Jane Lusby
-7
/
+37
2020-02-10
Get vaguely working with a test for checking output
Jane Lusby
-1
/
+26
2020-02-10
Add initial debug fmt for Backtrace
Jane Lusby
-6
/
+19
2019-11-29
Format libstd with rustfmt
David Tolnay
-2
/
+2
2019-10-02
BacktraceStatus: add Eq impl
Ben Boeckel
-1
/
+1
2019-09-14
rename the crate, not the feature
Ralf Jung
-0
/
+1
2019-09-09
std: Add a `backtrace` module
Alex Crichton
-0
/
+352