File tree
74 files changed
+809
-343
lines changed- compiler
- rustc_arena/src
- rustc_codegen_llvm/src
- debuginfo
- rustc_codegen_ssa/src
- traits
- rustc_data_structures/src
- rustc_feature/src
- rustc_hir/src
- rustc_infer/src/infer
- error_reporting
- rustc_lint/src
- rustc_llvm/src
- rustc_macros/src
- rustc_middle/src
- infer
- ty
- util
- rustc_mir/src
- borrow_check
- diagnostics
- dataflow/move_paths
- transform/check_consts
- rustc_session/src
- rustc_span/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_typeck/src
- check
- library
- core/src
- slice
- std/src
- src
- bootstrap
- bin
- librustdoc
- clean
- test/ui
- const-generics/infer
- consts
- const-extern-fn
- min_const_fn
- tools
- rustbook
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+809
-343
lines changedDiff for: Cargo.lock
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1848 | 1848 |
| |
1849 | 1849 |
| |
1850 | 1850 |
| |
1851 |
| - | |
| 1851 | + | |
1852 | 1852 |
| |
1853 |
| - | |
| 1853 | + | |
1854 | 1854 |
| |
1855 | 1855 |
| |
1856 | 1856 |
| |
|
Diff for: compiler/rustc_arena/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
179 | 178 |
| |
180 | 179 |
| |
181 | 180 |
| |
182 |
| - | |
| 181 | + | |
183 | 182 |
| |
184 | 183 |
| |
185 | 184 |
| |
| |||
931 | 930 |
| |
932 | 931 |
| |
933 | 932 |
| |
934 |
| - | |
935 | 933 |
| |
936 | 934 |
| |
937 | 935 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 | 1847 |
| |
1848 |
| - | |
1849 | 1848 |
| |
1850 | 1849 |
| |
1851 | 1850 |
| |
|
Diff for: compiler/rustc_codegen_llvm/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
63 |
| - | |
64 | 62 |
| |
65 | 63 |
| |
66 | 64 |
| |
|
Diff for: compiler/rustc_codegen_ssa/src/lib.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
| |||
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
63 |
| - | |
| 62 | + | |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Diff for: compiler/rustc_feature/src/active.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
| 587 | + | |
| 588 | + | |
| 589 | + | |
587 | 590 |
| |
588 | 591 |
| |
589 | 592 |
| |
|
Diff for: compiler/rustc_hir/src/intravisit.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
259 |
| - | |
260 | 259 |
| |
261 | 260 |
| |
262 | 261 |
| |
| |||
265 | 264 |
| |
266 | 265 |
| |
267 | 266 |
| |
268 |
| - | |
269 | 267 |
| |
270 | 268 |
| |
271 | 269 |
| |
| |||
274 | 272 |
| |
275 | 273 |
| |
276 | 274 |
| |
277 |
| - | |
278 | 275 |
| |
279 | 276 |
| |
280 | 277 |
| |
|
0 commit comments