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
2019-08-16
Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton
Mazdak Farrokhzad
-1
/
+5
2019-08-15
add sparc64-unknown-openbsd target
Sébastien Marie
-1
/
+5
2019-08-15
Use libunwind from llvm-project submodule for musl targets
Marco A L Barbosa
-6
/
+14
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-10
/
+8
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-1
/
+6
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-25
libunwind: Use libunwind when targeting UWP
Hugo Beauzée-Luyssen
-1
/
+3
2019-07-22
add support for hexagon-unknown-linux-musl
Brian Cain
-0
/
+3
2019-07-07
Re-add bootstrap attribute to libunwind for llvm-libunwind feature
Petr Hosek
-8
/
+15
2019-07-04
Switch master to 1.38
Mark Rousskov
-10
/
+8
2019-07-02
Use link attributes on extern "C" blocks with llvm-libuwind
Petr Hosek
-3
/
+15
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-45
/
+5
2019-05-20
Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind
Petr Hosek
-5
/
+2
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-2
/
+0
2019-04-03
Support using LLVM's libunwind as the unwinder implementation
Petr Hosek
-1
/
+75
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-04
libunwind => 2018
Taiki Endo
-7
/
+8
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+0
2019-01-14
Stabilize `cfg_target_vendor`, #29718
Jethro Beekman
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-40
/
+0
2018-12-19
Adding unwinding support for x86_64_fortanix_unknown_sgx target.
Vardhan Thigle
-4
/
+1
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-2
/
+2
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-1
/
+4
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-09
[nll] libunwind: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
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
[next]