-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete support for linking unwinder on Android
Linking libgcc is no longer supported (see #103673), so remove the related link attributes and the check in unwind's build.rs. The check was the last remaining significant piece of logic in build.rs, so remove build.rs as well.
- Loading branch information
Showing
14 changed files
with
12 additions
and
44 deletions.
There are no files selected for viewing
Submodule backtrace
updated
49 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule book
updated
6 files
Submodule edition-guide
updated
4 files
+1 −1 | src/editions/transitioning-an-existing-project-to-a-new-edition.md | |
+7 −6 | src/rust-2018/path-changes.md | |
+1 −1 | src/rust-2021/default-cargo-resolver.md | |
+2 −2 | src/rust-2021/reserving-syntax.md |
Submodule embedded-book
updated
11 files
+4 −0 | .github/bors.toml | |
+3 −5 | .github/workflows/ci.yml | |
+2 −4 | src/interoperability/c-with-rust.md | |
+25 −26 | src/interoperability/index.md | |
+0 −1 | src/intro/index.md | |
+1 −1 | src/intro/install/verify.md | |
+2 −2 | src/start/exceptions.md | |
+0 −3 | src/start/hardware.md | |
+1 −1 | src/start/qemu.md | |
+1 −1 | src/start/registers.md | |
+0 −1 | src/unsorted/math.md |
Submodule nomicon
updated
13 files
+1 −1 | book.toml | |
+1 −1 | src/atomics.md | |
+8 −106 | src/beneath-std.md | |
+3 −3 | src/exception-safety.md | |
+0 −1 | src/ffi.md | |
+1 −1 | src/intro.md | |
+3 −3 | src/leaking.md | |
+12 −12 | src/phantom-data.md | |
+275 −199 | src/subtyping.md | |
+16 −24 | src/unbounded-lifetimes.md | |
+1 −1 | src/vec/vec-final.md | |
+1 −1 | src/vec/vec-zsts.md | |
+2 −1 | src/what-unsafe-does.md |
Submodule reference
updated
29 files
+1 −3 | .github/workflows/main.yml | |
+0 −1 | src/SUMMARY.md | |
+2 −5 | src/attributes.md | |
+8 −18 | src/attributes/codegen.md | |
+0 −141 | src/attributes/debugger.md | |
+16 −69 | src/behavior-considered-undefined.md | |
+1 −1 | src/comments.md | |
+0 −7 | src/conditional-compilation.md | |
+4 −4 | src/destructors.md | |
+1 −1 | src/expressions.md | |
+1 −1 | src/expressions/call-expr.md | |
+2 −4 | src/expressions/operator-expr.md | |
+2 −29 | src/inline-assembly.md | |
+3 −35 | src/items/external-blocks.md | |
+1 −1 | src/items/implementations.md | |
+1 −1 | src/items/traits.md | |
+0 −1 | src/keywords.md | |
+1 −1 | src/macros-by-example.md | |
+1 −1 | src/paths.md | |
+1 −1 | src/procedural-macros.md | |
+0 −73 | src/trait-bounds.md | |
+15 −31 | src/type-layout.md | |
+0 −6 | src/types/boolean.md | |
+7 −21 | src/types/impl-trait.md | |
+11 −12 | src/types/never.md | |
+0 −5 | src/types/numeric.md | |
+0 −10 | src/types/pointer.md | |
+1 −7 | src/types/textual.md | |
+2 −2 | src/unsafe-keyword.md |
Submodule rust-by-example
updated
31 files
Submodule rustc-dev-guide
updated
98 files
Submodule llvm-project
updated
from fef3d7 to ea6fa9
Submodule cargo
updated
1313 files