File tree
18 files changed
+5296
-17
lines changed- src
- doc
- librustc_target/spec
- tools
18 files changed
+5296
-17
lines changedLines changed: 5279 additions & 0 deletions
Large diffs are not rendered by default.
Submodule edition-guide updated 19 files
- .github/workflows/main.yml+8-3
- src/SUMMARY.md+19
- src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md+2-2
- src/rust-next/alloc.md+28
- src/rust-next/alternative-cargo-registries.md+26
- src/rust-next/cargo-vendor.md+9
- src/rust-next/const-fn.md+241
- src/rust-next/dbg-macro.md+104
- src/rust-next/edition-changes.md+3
- src/rust-next/future.md+10
- src/rust-next/index.md+7
- src/rust-next/literal-macro-matcher.md+18
- src/rust-next/maybe-uninit.md+28
- src/rust-next/no-jemalloc.md+43
- src/rust-next/no-more-fnbox.md+38
- src/rust-next/pin.md+21
- src/rust-next/qustion-mark-operator-in-macros.md+14
- src/rust-next/tryfrom-and-tryinto.md+23
- src/rust-next/uniform-paths.md+23
Submodule embedded-book updated 23 files
- src/SUMMARY.md+7
- src/assets/crates.png
- src/collections/index.md+8-5
- src/concurrency/index.md+16-36
- src/design-patterns/hal/checklist.md+26
- src/design-patterns/hal/gpio.md+205
- src/design-patterns/hal/index.md+15
- src/design-patterns/hal/interoperability.md+57
- src/design-patterns/hal/naming.md+9
- src/design-patterns/hal/predictability.md+24
- src/design-patterns/index.md+3
- src/interoperability/c-with-rust.md+1-1
- src/intro/install.md+8
- src/intro/install/verify.md+1-1
- src/intro/install/windows.md+6-6
- src/peripherals/singletons.md+13-12
- src/start/exceptions.md+9-3
- src/start/hardware.md+12-4
- src/start/panicking.md+10-3
- src/start/qemu.md+46-22
- src/start/registers.md+20-7
- src/start/semihosting.md+3-3
- triagebot.toml+1
- .github/workflows/main.yml+5-2
- CONTRIBUTING.md+7
- README.md+2-2
- STYLE.md+80
- src/attributes.md+5
- src/attributes/codegen.md+117-3
- src/attributes/derive.md+9
- src/attributes/diagnostics.md+8-6
- src/behavior-considered-undefined.md+6-7
- src/conditional-compilation.md+8-3
- src/const_eval.md+32-6
- src/crates-and-source-files.md+12-1
- src/destructors.md+358-58
- src/expressions.md+11-69
- src/expressions/array-expr.md+1-1
- src/expressions/call-expr.md+10-8
- src/expressions/enum-variant-expr.md+1-1
- src/expressions/loop-expr.md+9-5
- src/expressions/operator-expr.md+6-7
- src/expressions/struct-expr.md+1-1
- src/expressions/tuple-expr.md+1-1
- src/introduction.md+3-3
- src/items/extern-crates.md+8-11
- src/items/functions.md+2-2
- src/items/type-aliases.md+9-6
- src/items/unions.md+1-1
- src/items/use-declarations.md+2-6
- src/linkage.md+3-3
- src/macros-by-example.md+11-11
- src/paths.md+1-1
- src/patterns.md+3-3
- src/procedural-macros.md+9-11
- src/special-types-and-traits.md+2-1
- src/tokens.md+28-10
- src/type-layout.md+12-5
- src/types/closure.md+1-1
- src/types/never.md+2-2
- src/types/pointer.md+1-1
- src/types/textual.md+14-8
- src/types/trait-object.md+1-1
- src/variables.md+1-1
- src/visibility-and-privacy.md+12-5
- src/whitespace.md+3-1
- stable-check/Cargo.lock+3-1
- stable-check/src/main.rs+2-5
- tests/linkcheck.sh-28
Submodule rust-by-example updated 23 files
- .travis.yml+1-1
- src/attribute/cfg.md+5-3
- src/conversion.md+5-1
- src/crates/lib.md+2-1
- src/custom_types/structs.md+2-2
- src/flow_control/match/binding.md+1-1
- src/flow_control/match/destructuring/destructure_structures.md+1-1
- src/fn.md+1-1
- src/fn/closures/capture.md+1-1
- src/generics.md+1-1
- src/generics/bounds/testcase_empty.md+3-3
- src/hello/print.md+2-2
- src/macros/repeat.md+2-2
- src/meta/doc.md+1-1
- src/mod/use.md+2-1
- src/std/rc.md+1-1
- src/std/str.md+1-1
- src/testing/doc_testing.md+1
- src/trait/clone.md+12-12
- src/trait/supertraits.md+3-3
- src/types/cast.md+5-1
- src/types/literals.md+1-4
- triagebot.toml+1
Submodule rustc-dev-guide updated 122 files
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
0 commit comments