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
/
libunwind
Age
Commit message (
Expand
)
Author
Lines
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-05-18
NetBSD on EABI ARM does not use ARM EHABI
Jonathan A. Kollasch
-1
/
+1
2018-04-16
Remove unwanted auto-linking and update
Guillaume Gomez
-2
/
+2
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
-6
/
+3
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
-6
/
+3
2018-02-20
make `#[unwind]` attribute specify expectations more clearly
Niko Matsakis
-3
/
+6
2018-01-28
Auto merge of #47663 - malbarbo:mips-crt-static, r=alexcrichton
bors
-2
/
+2
2018-01-27
Auto merge of #47571 - FenrirWolf:libunwind, r=alexcrichton
bors
-2
/
+1
2018-01-22
Do not assume dynamic linking for musl/mips[el] targets
Marco A L Barbosa
-2
/
+2
2018-01-19
Match libunwind's EABI selection with libpanic_unwind
Fenrir
-2
/
+1
2017-12-26
Link against -lunwind on CloudABI.
Ed Schouten
-0
/
+2
2017-11-26
make OpenBSD to use libc++ instead of (e)stdc++
Sébastien Marie
-1
/
+1
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-6
/
+58
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+0
2017-08-24
Do not assume libunwind.a is available
Samuel Holland
-2
/
+2
2017-08-22
Update libunwind dependencies for musl
Samuel Holland
-1
/
+7
2017-08-03
Make backtraces work on Redox, copying Unix implementation
Ian Douglas Scott
-0
/
+2
2017-04-22
Haiku: fix initial platform support
Jessica Hamilton
-0
/
+2
2017-03-30
libgcc_eh may depend on libpthread.
Vadim Chugunov
-1
/
+3
2017-03-04
Add/remove `rerun-if-changed` when necessary
Vadim Petrochenkov
-0
/
+1
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-1
/
+1
2017-02-11
Add Solaris as recognized ostype
Shawn Walker-Salas
-0
/
+2
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-33
/
+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
libunwind: unwinder_private_data_size for sparc64
Jonathan A. Kollasch
-0
/
+3
2016-11-26
rustbuild: Add bench = false to std shim crates
Ulrik Sverdrup
-0
/
+1
2016-10-22
Add Fuchsia support
Raph Levien
-0
/
+4
2016-09-30
Rewrite emscripten unwinding to use libcxx
Brian Anderson
-1
/
+1
2016-09-30
Preliminary wasm32 support
Brian Anderson
-1
/
+1
2016-09-26
Rollup merge of #36727 - kallisti5:master, r=Aatch
Jonathan Turner
-0
/
+1
2016-09-25
Report which required build-time environment variable is not set
Jake Goulding
-1
/
+1
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-0
/
+1
2016-09-09
Add s390x support
Ulrich Weigand
-0
/
+3
2016-08-27
fix cross compilation of std
Jorge Aparicio
-0
/
+3
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-1
/
+0
2016-07-30
arm-musl: statically link to libunwind
Jorge Aparicio
-1
/
+1
2016-07-24
Implement ARM personality routine in Rust.
Vadim Chugunov
-139
/
+153
2016-07-22
Implement rust_eh_personality in Rust, remove rust_eh_personality_catch.
Vadim Chugunov
-0
/
+8
2016-05-29
run rustfmt on libunwind
Srinivas Reddy Thatiparthy
-28
/
+20
2016-05-12
rustbuild: Add support for crate tests + doctests
Alex Crichton
-0
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+329
[prev]