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
/
panicking.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-27
Panicking infra uses &core::panic::Location.
Adam Perry
-8
/
+4
2019-10-22
Apply clippy::needless_return suggestions
Mateusz MikuĊa
-1
/
+1
2019-10-11
Prefer `ManuallyDrop::{take,new}` over `ptr::{read,write}`
Oliver Scherer
-3
/
+3
2019-10-11
Remove uses of `allow(unions_with_drop_fields)` in the standard library
Simon Sapin
-8
/
+7
2019-09-25
std: Reduce checks for `feature = "backtrace"`
Alex Crichton
-19
/
+15
2019-09-16
avoid #[cfg] in favor of cfg!
Ralf Jung
-11
/
+7
2019-09-14
rename the crate, not the feature
Ralf Jung
-4
/
+4
2019-09-14
std: always depend on backtrace, but only enable its features on demand
Ralf Jung
-3
/
+3
2019-09-04
Use backtrace formatting from the backtrace crate
Taylor Cramer
-4
/
+4
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-06-30
Extend the #[must_use] lint to boxed types
varkor
-1
/
+3
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-2
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-8
/
+8
2019-02-28
Use the correct stderr when testing libstd
Jethro Beekman
-16
/
+12
2019-02-28
libstd => 2018
Taiki Endo
-21
/
+21
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Update panic message to be clearer about env-vars
Daniel Silverstone
-1
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-15
/
+11
2018-11-30
Fix exceeding line width limit
Vitaly _Vi Shukela
-1
/
+2
2018-11-30
panic_immediate_abort: Fix issues from review
Vitaly _Vi Shukela
-5
/
+6
2018-11-30
Add libstd and libcore Cargo features "panic_immediate_abort"
Vitaly _Vi Shukela
-2
/
+15
2018-10-06
rustc: Allow `#[no_mangle]` anywhere in a crate
Alex Crichton
-4
/
+4
2018-09-30
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
bors
-3
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-3
/
+2
2018-09-26
std: Don't let `rust_panic` get inlined
Alex Crichton
-0
/
+1
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-1
/
+2
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-0
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-18
/
+18
2018-06-30
Bootstrap from 1.28.0-beta.3
Mark Simulacrum
-68
/
+32
2018-06-03
remove #[unwind(allowed)]
Jorge Aparicio
-1
/
+0
2018-06-03
undo payload in core::panic! changes
Jorge Aparicio
-79
/
+30
2018-06-03
format payload if possible instead of returning "Box<Any>"
Jorge Aparicio
-4
/
+11
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-3
/
+94
2018-04-29
Add more links in panic docs
Pazzaz
-1
/
+7
2018-04-13
std: Avoid allocating panic message unless needed
Alex Crichton
-45
/
+73
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-21
/
+67
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-4
/
+2
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-2
/
+4
2018-01-23
Make PanicInfo::message available for std::panic! with a formatting string.
Simon Sapin
-6
/
+7
2018-01-23
Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> method
Simon Sapin
-0
/
+1
2018-01-23
Move PanicInfo and Location to libcore
Simon Sapin
-189
/
+11
2018-01-10
We have Rust 1.25 now
est31
-1
/
+1
2018-01-10
Stabilize the panic_col feature
est31
-2
/
+1
2017-08-31
Update bootstrap compiler
Alex Crichton
-34
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-12
Fix some typos
Bastien Orivel
-12
/
+13
2017-07-25
Switch to begin_panic again
est31
-10
/
+9
2017-07-02
Fix the test failure, add comment, and refactor a little bit
est31
-2
/
+17
2017-07-02
Output line column info when panicking
est31
-11
/
+58
[next]