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
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-11-29
Format libstd with rustfmt
David Tolnay
-22
/
+20
2019-11-26
rename update_count_then_panic -> rust_panic_without_hook
Ralf Jung
-1
/
+1
2019-11-12
Snap cfgs
Mark Rousskov
-1
/
+0
2019-10-21
Fix typo from #65214
Amanieu d'Antras
-1
/
+1
2019-10-08
Split non-CAS atomic support off into target_has_atomic_load_store
Amanieu d'Antras
-15
/
+17
2019-07-02
HashMap is UnwindSafe
Simon Sapin
-0
/
+6
2019-04-23
Stabilize futures_api
Taylor Cramer
-1
/
+1
2019-04-05
Future-proof the Futures API
Taylor Cramer
-3
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-1
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-14
/
+14
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-3
/
+3
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-3
/
+3
2019-02-03
Update the future/task API
Matthias Einwag
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Bump to 1.33.0
Alex Crichton
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-05
Do not Atomic{I,U}128 in stage0
Simonas Kazlauskas
-2
/
+2
2018-10-27
Correct alignment of atomic types and (re)add Atomic{I,U}128
Oliver Middleton
-0
/
+6
2018-10-08
it's auto traits that make for automatic implementations
Ralf Jung
-1
/
+1
2018-09-19
Remove spawning from task::Context
Taylor Cramer
-3
/
+3
2018-09-01
Update to a new pinning API.
Without Boats
-4
/
+4
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
[next]