File tree
556 files changed
+7061
-4198
lines changed- compiler
- rustc_abi/src
- rustc_arena/src
- rustc_ast/src
- rustc_ast_ir/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- pprust
- rustc_attr/src
- rustc_baked_icu_data/src
- rustc_borrowck/src
- constraints
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src
- rustc_codegen_cranelift
- example
- patches
- src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_const_eval/src
- interpret
- rustc_data_structures/src
- graph/scc
- obligation_forest
- rustc_driver/src
- rustc_driver_impl/src
- rustc_error_codes/src
- error_codes
- rustc_error_messages/src
- rustc_expand
- rustc_feature/src
- rustc_fluent_macro/src
- rustc_fs_util/src
- rustc_graphviz/src
- rustc_hir/src
- rustc_hir_analysis
- src
- collect
- type_of
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- rustc_index/src
- rustc_index_macros/src
- rustc_infer/src
- infer
- opaque_types
- relate
- traits
- rustc_interface/src
- rustc_lexer/src
- rustc_lint
- src
- context
- rustc_lint_defs/src
- rustc_llvm
- llvm-wrapper
- src
- rustc_log
- src
- rustc_macros/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- mir
- query
- ty
- consts
- rustc_mir_build/src
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_parse/src
- rustc_parse_format/src
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_query_system/src
- rustc_resolve/src
- late
- rustc_sanitizers/src
- rustc_serialize/src
- rustc_session/src
- rustc_smir/src
- rustc_symbol_mangling/src
- rustc_target/src
- abi/call
- spec
- base
- targets
- rustc_trait_selection/src
- solve/eval_ctxt
- traits
- error_reporting
- query/type_op
- select
- specialize
- rustc_traits/src
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- alloc/src
- collections/binary_heap
- ffi
- vec
- core/src
- array
- cell
- future
- intrinsics
- iter/traits
- net
- num
- ops
- panic
- prelude
- ptr
- slice
- str
- std
- src
- io
- os/linux
- prelude
- sync
- sys/pal/windows
- sys_common
- tests
- test/src
- src
- bootstrap
- src
- core
- build_steps
- ci
- docker/host-x86_64
- disabled
- riscv64gc-gnu
- riscv64gc-linux
- x86_64-gnu-debug
- github-actions
- doc/rustc/src
- platform-support
- symbol-mangling
- tools
- build-manifest/src
- compiletest/src
- header
- miri
- tests
- fail
- validity
- pass/issues
- run-make-support
- src
- diff
- drop_bomb
- tidy/src
- tests
- assembly
- nvptx-kernel-abi
- targets
- codegen
- issues
- sanitizer/cfi
- coverage
- crashes
- mir-opt
- building
- coverage
- run-make
- CURRENT_RUSTC_VERSION
- c-link-to-rust-dylib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
556 files changed
+7061
-4198
lines changedDiff for: Cargo.lock
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3452 | 3452 |
| |
3453 | 3453 |
| |
3454 | 3454 |
| |
3455 |
| - | |
| 3455 | + | |
3456 | 3456 |
| |
3457 | 3457 |
| |
3458 | 3458 |
| |
|
Diff for: RELEASES.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
|
Diff for: compiler/rustc_arena/src/lib.rs
+9-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 |
| |
11 | 16 |
| |
12 | 17 |
| |
13 | 18 |
| |
14 | 19 |
| |
15 |
| - | |
16 | 20 |
| |
| 21 | + | |
17 | 22 |
| |
18 |
| - | |
19 | 23 |
| |
20 |
| - | |
| 24 | + | |
21 | 25 |
| |
22 |
| - | |
| 26 | + | |
23 | 27 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
|
Diff for: compiler/rustc_ast/src/lib.rs
+5-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 |
| - | |
13 |
| - | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
|
Diff for: compiler/rustc_ast_ir/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 |
| |
2 | 4 |
| |
3 |
| - | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 |
| - | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
|
Diff for: compiler/rustc_ast_passes/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
|
Diff for: compiler/rustc_ast_pretty/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 |
| - | |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
|
+9-16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
877 | 877 |
| |
878 | 878 |
| |
879 | 879 |
| |
880 |
| - | |
881 |
| - | |
882 |
| - | |
883 |
| - | |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 |
| - | |
891 |
| - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
892 | 885 |
| |
893 | 886 |
| |
894 | 887 |
| |
| |||
1022 | 1015 |
| |
1023 | 1016 |
| |
1024 | 1017 |
| |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1025 | 1022 |
| |
1026 | 1023 |
| |
1027 | 1024 |
| |
| |||
2068 | 2065 |
| |
2069 | 2066 |
| |
2070 | 2067 |
| |
2071 |
| - | |
2072 |
| - | |
2073 |
| - | |
2074 |
| - | |
2075 | 2068 |
| |
2076 | 2069 |
| |
2077 | 2070 |
| |
|
Diff for: compiler/rustc_attr/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 |
| - | |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 |
| - | |
25 | 26 |
| |
26 |
| - | |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
|
+1-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
| |||
45 | 43 |
| |
46 | 44 |
| |
47 | 45 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 | 46 |
| |
61 | 47 |
| |
62 | 48 |
| |
|
+17-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
| 560 | + | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
| |||
4372 | 4372 |
| |
4373 | 4373 |
| |
4374 | 4374 |
| |
4375 |
| - | |
| 4375 | + | |
| 4376 | + | |
4376 | 4377 |
| |
4377 | 4378 |
| |
4378 | 4379 |
| |
4379 | 4380 |
| |
4380 | 4381 |
| |
4381 |
| - | |
| 4382 | + | |
4382 | 4383 |
| |
4383 | 4384 |
| |
4384 | 4385 |
| |
| |||
4464 | 4465 |
| |
4465 | 4466 |
| |
4466 | 4467 |
| |
| 4468 | + | |
| 4469 | + | |
| 4470 | + | |
| 4471 | + | |
| 4472 | + | |
| 4473 | + | |
4467 | 4474 |
| |
4468 | 4475 |
| |
4469 | 4476 |
| |
| |||
4473 | 4480 |
| |
4474 | 4481 |
| |
4475 | 4482 |
| |
| 4483 | + | |
| 4484 | + | |
| 4485 | + | |
| 4486 | + | |
| 4487 | + | |
| 4488 | + | |
4476 | 4489 |
| |
4477 | 4490 |
| |
4478 | 4491 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 |
| - | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
|
0 commit comments