File tree
9 files changed
+9
-9
lines changed- library
- src
- doc
- tools
9 files changed
+9
-9
lines changed- .github/workflows/main.yml+11-12
- Cargo.lock+11-11
- Cargo.toml+12-13
- crates/as-if-std/Cargo.toml+3-7
- crates/line-tables-only/Cargo.toml+4
- crates/macos_frames_test/tests/main.rs+1-1
- crates/without_debuginfo/Cargo.toml+4
- src/backtrace/libunwind.rs+1-12
- src/capture.rs+2-8
- src/dbghelp.rs+12-15
- src/lib.rs+15-63
- src/symbolize/dbghelp.rs+34-32
- src/symbolize/gimli.rs+14-5
- src/symbolize/mod.rs+68-33
- src/windows.rs-13
- tests/accuracy/main.rs+1-3
- .github/workflows/main.yml+5-9
- crates/assert-instr-macro/build.rs-1
- crates/core_arch/build.rs-3
- crates/core_arch/src/arm/mod.rs+2-1
- crates/core_arch/src/arm/sat.rs+5-59
- crates/core_arch/src/arm_shared/crc.rs+10-80
- crates/core_arch/src/arm_shared/mod.rs+1-8
- crates/core_arch/src/lib.rs+1
- crates/core_arch/src/powerpc/altivec.rs+23-195
- crates/core_arch/src/powerpc/macros.rs+1-4
- crates/core_arch/src/x86/avx.rs-5
- crates/intrinsic-test/src/main.rs+1-1
- crates/std_detect/src/detect/cache.rs+9-34
- crates/stdarch-verify/tests/arm.rs-1
- .github/workflows/main.yml-17
- Cargo.lock+7-80
- Cargo.toml+1-9
- book.toml+1-4
- ci/dictionary.txt-1
- nostarch/book.toml+1-4
- nostarch/chapter08.md+215-257
- packages/mdbook-trpl-listing/Cargo.toml-19
- packages/mdbook-trpl-listing/src/lib.rs-746
- packages/mdbook-trpl-listing/src/main.rs-37
- packages/mdbook-trpl-note/Cargo.toml+5-5
- packages/mdbook-trpl-note/src/lib.rs+8-33
- src/ch01-02-hello-world.md+2-2
- src/ch01-03-hello-cargo.md+3-2
- src/ch05-02-example-structs.md+1-1
- src/ch08-00-common-collections.md+1-1
- src/ch08-01-vectors.md+19-17
- src/ch08-02-strings.md+33-34
- src/ch08-03-hash-maps.md+42-43
- tests/integration/main.rs-22
- theme/listing.css-3
Submodule rustc-dev-guide updated 19 files
- examples/rustc-driver-example.rs+2-2
- examples/rustc-driver-getting-diagnostics.rs+5-5
- examples/rustc-driver-interacting-with-the-ast.rs+4-4
- src/SUMMARY.md+3-3
- src/appendix/code-index.md+1-1
- src/ast-validation.md+4
- src/const-eval.md+1-1
- src/contributing.md-2
- src/early-late-bound-params/early-late-bound-summary.md-35
- src/early-late-bound-summary.md+10
- src/getting-started.md-14
- src/git.md+1-1
- src/hir.md+1-1
- src/rustc-driver-getting-diagnostics.md+2-2
- src/rustc-driver-interacting-with-the-ast.md+1-1
- src/traits/caching.md+1-1
- src/traits/resolution.md+1-1
- src/turbofishing-and-early-late-bound.md
- src/what-does-early-late-bound-mean.md+7-1
Submodule llvm-project updated 159 files
0 commit comments