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
/
sys_common
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+10
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-24
std: Use backtrace-sys from crates.io
Alex Crichton
-0
/
+8
2018-12-14
std: Use `rustc_demangle` from crates.io
Alex Crichton
-228
/
+11
2018-07-27
Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum
bors
-5
/
+5
2018-07-23
libstd: Prefer `Option::map`/etc over `match` where applicable
Colin Wallace
-5
/
+4
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-5
/
+5
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-1
/
+1
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-7
/
+6
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-0
/
+3
2017-12-26
Change name of `lang_start_real` to `lang_start_internal`
Bastian Köcher
-1
/
+1
2017-11-30
rustc: Prepare to enable ThinLTO by default
Alex Crichton
-2
/
+20
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-5
/
+6
2017-10-05
Remove nacl from libstd
est31
-2
/
+0
2017-05-09
Don't show the std frames before user code on unwinding.
Yamakaky
-4
/
+40
2017-04-18
std: Back out backtrace pruning logic
Alex Crichton
-80
/
+4
2017-03-30
Replace hardcoded forward slash with path::MAIN_SEPARATOR
Thomas Jespersen
-2
/
+2
2017-02-26
Also ignore std::panic
Yamakaky
-0
/
+3
2017-02-26
Fix tests on Windows in Debug configuration (#4)
Vadim Petrochenkov
-0
/
+6
2017-02-25
Fix tests on ARM Linux (#3)
Vadim Petrochenkov
-0
/
+1
2017-02-23
rposition() -> rev().position() (#2)
Vadim Petrochenkov
-1
/
+1
2017-02-23
Fix tests on Windows (#1)
Vadim Petrochenkov
-40
/
+56
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-26
/
+227
2016-11-01
std: Move sys_common to libstd/sys_common
Brian Anderson
-0
/
+257