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
/
libpanic_unwind
Age
Commit message (
Expand
)
Author
Lines
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-5
/
+7
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-07
Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakis
bors
-12
/
+6
2018-04-07
Inject the `compiler_builtins` crate whenever the `core` crate is injected
Oliver Schneider
-0
/
+1
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-12
/
+6
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-6
/
+12
2018-01-04
Make libpanic_unwind build on CloudABI.
Ed Schouten
-0
/
+1
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-3
/
+34
2017-08-27
Add missing dependency for Windows
Tatsuyuki Ishi
-1
/
+4
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-06-08
std: Avoid panics in rust_eh_personality
Alex Crichton
-30
/
+48
2017-05-06
Fix definitions of ULONG_PTR
Joshua Sheard
-2
/
+2
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-4
/
+0
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2017-01-01
Merge branch 'master' into sparc64
Seo Sanghyeon
-0
/
+1
2016-12-30
std: Don't build docs for misc facade crates
Alex Crichton
-0
/
+1
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-29
libpanic_unwind: UNWIND_DATA_REG for sparc64
Jonathan A. Kollasch
-0
/
+3
2016-12-12
Merge branch 'master' into redox
Jeremy Soller
-0
/
+1
2016-11-26
rustbuild: Add bench = false to std shim crates
Ulrik Sverdrup
-0
/
+1
2016-11-10
Merge branch 'master' into redox
Jeremy Soller
-1
/
+1
2016-11-10
Fixes for stdio and processes on Redox
Jeremy Soller
-0
/
+1
2016-11-07
Remove mention of mipsel target_arch
Wang Xuerui
-1
/
+1
2016-10-18
run rustfmt on libpanic_unwind
Srinivas Reddy Thatiparthy
-21
/
+20
2016-10-08
Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton
Manish Goregaokar
-1
/
+1
2016-10-07
Fix a typo in a comment describing gcc.rs's eh_frame_registry module
Nick Fitzgerald
-1
/
+1
2016-10-07
Use workspaces and switch to a single Cargo.lock.
Ahmed Charles
-36
/
+0
2016-09-30
Document emscripten's unwind impl and remove unused function
Brian Anderson
-6
/
+8
2016-09-30
Rewrite emscripten unwinding to use libcxx
Brian Anderson
-11
/
+92
2016-09-30
Preliminary wasm32 support
Brian Anderson
-0
/
+4
2016-09-30
Patch panic_unwind to compile, but this is surely broken
Jan-Erik Rediger
-0
/
+6
2016-09-09
Add s390x support
Ulrich Weigand
-0
/
+3
2016-09-09
Issue deprecation warnings for safe accesses to extern statics
Vadim Petrochenkov
-2
/
+2
2016-08-27
fix cross compilation of std
Jorge Aparicio
-1
/
+1
2016-08-19
Remove old stage0 compatibility
Brian Anderson
-39
/
+0
2016-07-29
Auto merge of #35032 - vadimcn:rusty-ehabi, r=alexcrichton
bors
-112
/
+160
2016-07-26
Fix typos
Vadim Chugunov
-1
/
+1
2016-07-25
Looser LSDA parsing
Vadim Chugunov
-4
/
+3
2016-07-24
Implement ARM personality routine in Rust.
Vadim Chugunov
-112
/
+160
2016-07-22
Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.
Vadim Chugunov
-134
/
+158
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+4
2016-06-05
run rustfmt on libpanic_unwind folder
Srinivas Reddy Thatiparthy
-190
/
+155
2016-05-31
mk: Prepare for a new stage0 compiler
Alex Crichton
-11
/
+3
2016-05-12
rustbuild: Add support for crate tests + doctests
Alex Crichton
-0
/
+1
2016-05-09
rustc: Use C++ personalities on MSVC
Alex Crichton
-76
/
+257
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+1133