File tree
7 files changed
+9
-11
lines changed- compiler/rustc_hir_typeck/src
- src
- doc
- tools
- tests/ui/typeck
7 files changed
+9
-11
lines changedDiff for: compiler/rustc_hir_typeck/src/op.rs
+2-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 |
| - | |
701 |
| - | |
702 | 700 |
| |
703 | 701 |
| |
704 | 702 |
| |
| |||
717 | 715 |
| |
718 | 716 |
| |
719 | 717 |
| |
720 |
| - | |
| 718 | + | |
721 | 719 |
| |
722 | 720 |
| |
723 | 721 |
| |
| |||
732 | 730 |
| |
733 | 731 |
| |
734 | 732 |
| |
735 |
| - | |
| 733 | + | |
736 | 734 |
| |
737 | 735 |
| |
738 | 736 |
| |
|
Diff for: src/doc/book
- listings/ch02-guessing-game-tutorial/listing-02-01/src/main.rs+1-1
- listings/ch02-guessing-game-tutorial/listing-02-04/output.txt+10-13
- listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/output.txt+1-1
- listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/output.txt+14-17
- listings/ch11-writing-automated-tests/listing-11-01/output.txt+1-1
- listings/ch15-smart-pointers/listing-15-21/output.txt-1
- listings/ch15-smart-pointers/output-only-01-comparing-to-reference/output.txt-5
- listings/ch16-fearless-concurrency/listing-16-14/output.txt+20-26
- listings/ch19-patterns-and-matching/listing-19-10/output.txt+6-7
- listings/ch20-advanced-features/listing-20-33/output.txt+17-17
- listings/ch21-web-server/listing-21-22/output.txt+8-11
- nostarch/chapter01.md+9-8
- nostarch/chapter02.md+20-20
- nostarch/docx/chapter01.docx
- nostarch/docx/chapter02.docx
- src/ch01-02-hello-world.md+9-7
Diff for: src/doc/edition-guide
Submodule edition-guide updated 7 files
Diff for: src/doc/nomicon
Diff for: src/doc/reference
- book.toml+1
- docs/authoring.md+4
- docs/grammar.md+122
- mdbook-spec/Cargo.lock+16
- mdbook-spec/Cargo.toml+2
- mdbook-spec/src/grammar.rs+403
- mdbook-spec/src/grammar/parser.rs+453
- mdbook-spec/src/grammar/render_markdown.rs+237
- mdbook-spec/src/grammar/render_railroad.rs+314
- mdbook-spec/src/lib.rs+7-1
- src/SUMMARY.md+1
- src/abi.md+2-3
- src/attributes.md+44-47
- src/attributes/codegen.md+1-2
- src/attributes/debugger.md+2-4
- src/attributes/derive.md+1-2
- src/attributes/diagnostics.md+4-7
- src/attributes/limits.md+2-3
- src/attributes/testing.md+2-4
- src/attributes/type_system.md+3-7
- src/comments.md+35-32
- src/conditional-compilation.md+30-34
- src/crates-and-source-files.md+8-10
- src/expressions.md+72-104
- src/expressions/array-expr.md+11-11
- src/expressions/await-expr.md+3-4
- src/expressions/block-expr.md+24-24
- src/expressions/call-expr.md+5-7
- src/expressions/closure-expr.md+13-20
- src/expressions/field-expr.md+4-5
- src/expressions/grouped-expr.md+3-4
- src/expressions/if-expr.md+12-21
- src/expressions/literal-expr.md+15-23
- src/expressions/loop-expr.md+40-49
- src/expressions/match-expr.md+24-33
- src/expressions/method-call-expr.md+3-6
- src/expressions/operator-expr.md+83-89
- src/expressions/path-expr.md+5-6
- src/expressions/range-expr.md+22-35
- src/expressions/return-expr.md+3-5
- src/expressions/struct-expr.md+28-33
- src/expressions/tuple-expr.md+8-11
- src/expressions/underscore-expr.md+3-3
- src/grammar.md+5
- src/identifiers.md+18-15
- src/introduction.md+1-9
- src/items.md+26-44
- src/items/associated-items.md+7-12
- src/items/constant-items.md+4-6
- src/items/enumerations.md+23-38
- src/items/extern-crates.md+8-10
- src/items/external-blocks.md+18-26
- src/items/functions.md+41-61
- src/items/generics.md+27-40
- src/items/implementations.md+17-24
- src/items/modules.md+8-10
- src/items/static-items.md+6-11
- src/items/structs.md+19-41
- src/items/traits.md+14-23
- src/items/type-aliases.md+12-16
- src/items/unions.md+4-8
- src/items/use-declarations.md+9-11
- src/keywords.md+66-73
- src/macros-by-example.md+57-80
- src/macros.md+17-18
- src/names/scopes.md+5-9
- src/notation.md+29-1
- src/paths.md+52-65
- src/patterns.md+132-167
- src/runtime.md+1-2
- src/statements.md+22-30
- src/subtyping.md+1-1
- src/tokens.md+262-153
- src/trait-bounds.md+30-45
- src/type-layout.md+1-1
- src/types.md+27-44
- src/types/array.md+3-5
- src/types/closure.md+1-3
- src/types/function-pointer.md+21-28
- src/types/impl-trait.md+7-10
- src/types/inferred.md+3-2
- src/types/never.md+3-2
- src/types/pointer.md+6-8
- src/types/slice.md+3-4
- src/types/trait-object.md+5-8
- src/types/tuple.md+5-5
- src/visibility-and-privacy.md+8-9
- theme/reference.css+158
- theme/reference.js+54
Diff for: src/tools/cargo
- Cargo.lock+138-135
- Cargo.toml+6-2
- README.md+1-1
- crates/rustfix/Cargo.toml+2-1
- crates/rustfix/tests/everything/multiple-solutions.fixed.rs
- crates/rustfix/tests/everything/multiple-solutions.json
- crates/rustfix/tests/everything/multiple-solutions.rs
- crates/rustfix/tests/parse_and_replace.rs+76-162
- src/cargo/core/compiler/build_runner/mod.rs+3-1
- src/cargo/core/compiler/custom_build.rs+76-5
- src/cargo/core/compiler/mod.rs+37-10
- src/cargo/sources/path.rs+2-2
- src/cargo/util/context/target.rs+9-5
- src/doc/src/reference/features.md+1-1
- tests/testsuite/build_script.rs+87
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments