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
/
libpanic_unwind
Age
Commit message (
Expand
)
Author
Lines
2019-08-02
libpanic_unwind: Unconfigure tests during normal build
Vadim Petrochenkov
-18
/
+22
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-07-22
add support for hexagon-unknown-linux-musl
Brian Cain
-0
/
+3
2019-06-17
Make use of `ptr::null(_mut)` instead of casting zero
Lzu Tao
-4
/
+4
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-39
/
+2
2019-04-12
Stabilize the `alloc` crate.
Simon Sapin
-2
/
+0
2019-02-13
libpanic_unwind => 2018: remove unused extern crate.
Mazdak Farrokhzad
-3
/
+0
2019-02-13
libpanic_unwind => 2018
Mazdak Farrokhzad
-12
/
+13
2019-02-10
rustc: doc comments
Alexander Regueiro
-12
/
+12
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-100
/
+0
2018-12-19
Adding unwinding support for x86_64_fortanix_unknown_sgx target.
Vardhan Thigle
-1
/
+1
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-2
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-13
Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton
bors
-1
/
+1
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-09-07
Fix tidy errors
Jordan Rhee
-2
/
+0
2018-09-04
Add target thumbv7a-pc-windows-msvc
Jordan Rhee
-1
/
+3
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-3
/
+3
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-21
Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung
kennytm
-1
/
+1
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-29
/
+71
2018-08-09
[nll] libpanic_unwind: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-08-05
Fix failure on msvc
varkor
-1
/
+0
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-1
/
+0
2018-07-11
Deny bare trait objects in in src/libpanic_unwind
ljedrz
-17
/
+18
2018-05-18
NetBSD on EABI ARM does not use ARM EHABI
Jonathan A. Kollasch
-2
/
+2
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
[next]