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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
panicking.rs
Age
Commit message (
Expand
)
Author
Lines
2019-11-26
rename update_count_then_panic -> rust_panic_without_hook
Ralf Jung
-3
/
+4
2019-11-26
explain why __rust_start_panic does not take a Box
Ralf Jung
-0
/
+2
2019-11-26
expand comment
Ralf Jung
-3
/
+4
2019-11-26
abort on BoxMeUp misuse
Ralf Jung
-2
/
+3
2019-11-26
panic_handler -> begin_panic_handler (and more comments)
Ralf Jung
-4
/
+7
2019-11-25
more panicking comments
Ralf Jung
-1
/
+3
2019-11-25
better comment and rename BoxMeUp::box_me_up to take_box
Ralf Jung
-4
/
+5
2019-11-25
Rename continue_panic_fmt to panic_handler, and make it the #[panic_handler] ...
Ralf Jung
-10
/
+5
2019-11-24
expand type info on __rust_start_panic
Ralf Jung
-0
/
+2
2019-11-24
panicking comments
Ralf Jung
-2
/
+2
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
[next]