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
2018-08-23
move PinMut into pin module and export through std
Niv Kaminer
-1
/
+1
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-06-23
`PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and...
Josef Reinhard Brandl
-8
/
+3
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-5
/
+10
2018-06-09
add inherent methods to Poll
tinaun
-1
/
+1
2018-06-08
addressed nits
tinaun
-3
/
+3
2018-06-08
add a few blanket future impls to std
tinaun
-0
/
+18
2018-04-29
Add more links in panic docs
Pazzaz
-18
/
+33
2018-04-05
typos
memoryleak47
-1
/
+1
2018-02-18
Auto merge of #47687 - SimonSapin:panic-impl, r=sfackler
bors
-1
/
+4
2018-01-23
Move PanicInfo and Location to libcore
Simon Sapin
-1
/
+4
2018-01-21
NonNull ended up landing in 1.25
Simon Sapin
-1
/
+1
2018-01-20
Stabilize std::ptr::NonNull
Simon Sapin
-1
/
+1
2018-01-20
Mark Unique as perma-unstable, with the feature renamed to ptr_internals.
Simon Sapin
-1
/
+1
2018-01-20
Rename std::ptr::Shared to NonNull
Simon Sapin
-3
/
+3
2018-01-13
Adjust tests for removal of `impl Foo for .. {}`
leonardo.yvens
-2
/
+2
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-9
/
+2
2017-11-20
Fix some docs summary nits
Marco A L Barbosa
-1
/
+1
2017-11-03
auto trait future compatibility lint
leonardo.yvens
-0
/
+4
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-06-07
Changing error message for interior mutability, adding ui test
gaurikholkar
-1
/
+1
2017-02-21
std: Relax UnwindSafe impl for Unique
Alex Crichton
-1
/
+1
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+10
2016-10-16
Implement `RefUnwindSafe` for atomic types
Andrew Paseltiner
-1
/
+41
2016-10-01
std: Correct stability attributes for some implementations
Oliver Middleton
-2
/
+2
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-1
/
+0
2016-08-10
Added a shim around rust_panic to update panic counter
Nikhil Shagrithaya
-1
/
+1
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
[next]