rust/library
Tilmann Meyer 965997b369
Support Android ndk versions r23-beta3 and up
Since android ndk version `r23-beta3`, `libgcc` has been replaced with
`libunwind`. This moves the linking of `libgcc`/`libunwind` into the
`unwind` crate where we check if the system compiler can find
`libunwind` and fall back to `libgcc` if needed.
2021-06-01 21:37:50 +02:00
..
alloc Auto merge of #85737 - scottmcm:vec-calloc-option-nonzero, r=m-ou-se 2021-05-27 13:05:57 +00:00
backtrace@221483ebaf
core Add inherent unchecked_shl, unchecked_shr to integers 2021-05-28 22:54:39 -04:00
panic_abort
panic_unwind
proc_macro remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
profiler_builtins Update cc 2021-05-24 23:34:12 +01:00
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Support Android ndk versions r23-beta3 and up 2021-06-01 21:37:50 +02:00
stdarch@37d6e18863 Update stdarch to fix x86 byte shift intrinsics 2021-05-20 01:51:05 +01:00
term
test Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahc 2021-05-27 21:14:55 +00:00
unwind Support Android ndk versions r23-beta3 and up 2021-06-01 21:37:50 +02:00