File tree
7 files changed
+7
-7
lines changed- src/doc
7 files changed
+7
-7
lines changed- listings/ch04-understanding-ownership/listing-04-09/src/main.rs+7-2
- listings/ch04-understanding-ownership/no-listing-13-reference-scope-ends/src/main.rs+1-1
- listings/ch14-more-about-cargo/listing-14-03/src/lib.rs+3-1
- src/appendix-02-operators.md+3-3
- src/ch00-00-introduction.md+6-6
- src/ch01-02-hello-world.md+2-1
- src/ch03-02-data-types.md+3-3
- src/ch04-03-slices.md+12-7
- src/ch07-01-packages-and-crates.md+2-2
- src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md+5-4
- src/ch08-02-strings.md+2-1
- src/ch10-02-traits.md+2-2
- src/ch11-03-test-organization.md+7-3
- src/ch12-05-working-with-environment-variables.md+1-1
- src/ch13-04-performance.md+3-3
- src/ch14-02-publishing-to-crates-io.md+1-1
- src/ch15-02-deref.md+1-1
- src/ch15-04-rc.md+3-3
- src/ch17-02-trait-objects.md+3-1
- src/ch19-01-unsafe-rust.md+3-4
- src/ch19-03-advanced-traits.md+7-3
- src/ch19-04-advanced-types.md+6-5
- src/ch19-06-macros.md+2-2
- src/ch20-02-multithreaded.md+6-4
- tools/src/bin/convert_quotes.rs+1-1
- tools/src/bin/link2print.rs+14-11
- tools/src/bin/remove_hidden_lines.rs+1-1
- tools/src/bin/remove_links.rs+1-1
- tools/src/bin/remove_markup.rs+6-4
- book.toml+1
- src/aliasing.md+1
- src/arc-mutex/arc-base.md+10
- src/arc-mutex/arc-clone.md+7-1
- src/arc-mutex/arc-drop.md+7-7
- src/arc-mutex/arc-layout.md+5-5
- src/atomics.md+4-2
- src/casts.md+24-55
- src/coercions.md+18-60
- src/destructors.md+1
- src/dropck.md+9-3
- src/exception-safety.md+2-1
- src/exotic-sizes.md+1-1
- src/ffi.md+13-2
- src/hrtb.md+2
- src/intro.md+11
- src/leaking.md+5
- src/lifetime-elision.md+2-1
- src/lifetime-mismatch.md+1
- src/lifetimes.md+6-1
- src/other-reprs.md+20-4
- src/ownership.md+2-2
- src/panic-handler.md+11-6
- src/repr-rust.md+1
- src/subtyping.md+10-1
- src/unbounded-lifetimes.md+1
- src/unchecked-uninit.md+1
- src/vec/vec-alloc.md+3
- src/vec/vec-dealloc.md+1
- src/vec/vec-deref.md+2
- src/vec/vec-drain.md+4
- src/vec/vec-insert-remove.md+2
- src/vec/vec-into-iter.md+5
- src/vec/vec-layout.md+1
- src/vec/vec-push-pop.md+2
- src/vec/vec-raw.md+3
- src/vec/vec-zsts.md+3
- src/working-with-unsafe.md+1
- theme/nomicon.css+40
Submodule rustc-dev-guide updated 26 files
- README.md+3
- src/SUMMARY.md+1
- src/about-this-guide.md+15-13
- src/appendix/glossary.md+90-89
- src/ast-validation.md+1-1
- src/backend/inline-asm.md+3-2
- src/compiler-src.md-9
- src/contributing.md+1-2
- src/crates-io.md+3-1
- src/debugging-support-in-rustc.md+1-2
- src/diagnostics.md+51-21
- src/diagnostics/lintstore.md+38-29
- src/feature-gate-ck.md+1-1
- src/feature-gates.md+9
- src/git.md+4-3
- src/hir-debugging.md+1-1
- src/identifiers.md+1-1
- src/lang-items.md+67
- src/macro-expansion.md+2-2
- src/miri.md+3-4
- src/name-resolution.md+1-1
- src/parallel-rustc.md+1-1
- src/query.md+1-1
- src/salsa.md+1-1
- src/stability.md+2-2
- src/type-checking.md+1-1
0 commit comments