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
/
panic.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-11
Set unwind_safe_lock_refs stability to 1.12.0.
Aaron Gallagher
-3
/
+2
2016-07-10
Mutex and RwLock need RefUnwindSafe too.
Aaron Gallagher
-0
/
+6
2016-05-30
std: Clean out old unstable + deprecated APIs
Alex Crichton
-95
/
+1
2016-05-28
Rollup merge of #33831 - diwic:patch-1, r=aturon
Manish Goregaokar
-35
/
+35
2016-05-25
Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon
bors
-1
/
+1
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-1
/
+1
2016-05-24
panic.rs: fix docs (recover -> catch_unwind)
diwic
-35
/
+35
2016-05-19
Mention that the panic hook will always run
Steven Fackler
-1
/
+1
2016-05-16
rename a few occurrences of RecoverSafe in docs
Robert Habermeier
-4
/
+4
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-6
/
+3
2016-04-13
Fix a typo and add a missing word
Georg Brandl
-2
/
+2
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-66
/
+156
2016-03-22
try! -> ?
Jorge Aparicio
-1
/
+1
2016-03-19
Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturon
Eduard-Mihai Burtescu
-3
/
+7
2016-03-18
Fix tidy
Steven Fackler
-2
/
+4
2016-03-18
Add a since to deprecations
Steven Fackler
-2
/
+2
2016-03-17
Make AssertRecoverSafe's field public
Steven Fackler
-3
/
+5
2016-03-15
Make set_hook take a Box<Fn>
Steven Fackler
-1
/
+1
2016-03-15
Rename panic handlers to panic hook
Steven Fackler
-1
/
+15
2016-03-07
std: Add impl of FnOnce to AssertRecoverSafe
Alex Crichton
-1
/
+35
2016-02-17
Add into_inner to AssertRecoverSafe
Amanieu d'Antras
-0
/
+6
2016-02-09
Minor spelling fixes
Carlos E. Garcia
-1
/
+1
2016-01-16
Fix typo
Guillaume Gomez
-1
/
+1
2016-01-07
Auto merge of #30557 - sfackler:panic-propagate, r=aturon
bors
-0
/
+27
2016-01-06
Add std::panic::propagate
Steven Fackler
-0
/
+27
2016-01-02
Grammar fixes
James Mantooth
-6
/
+6
2015-12-25
Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturon
Manish Goregaokar
-15
/
+19
2015-12-23
Implement custom panic handlers
Steven Fackler
-0
/
+2
2015-12-21
std: Ensure AssertRecoverSafe indeed is more often
Alex Crichton
-15
/
+19
2015-12-09
std: Rename thread::catch_panic to panic::recover
Alex Crichton
-0
/
+255