File tree
1,865 files changed
+8163
-8995
lines changed- compiler
- rustc_abi/src
- rustc_arena/src
- rustc_ast/src
- attr
- expand
- util
- comments
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- pp
- pprust
- state
- rustc_attr/src
- rustc_borrowck/src
- constraints
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- util
- rustc_builtin_macros/src
- assert
- deriving
- cmp
- generic
- rustc_codegen_cranelift
- build_system
- example
- src
- debuginfo
- driver
- optimize
- rustc_codegen_gcc
- build_system/src
- src
- intrinsic
- rustc_codegen_llvm/src
- back
- coverageinfo
- debuginfo
- metadata
- enums
- llvm
- rustc_codegen_ssa/src
- back
- rpath
- debuginfo
- mir
- traits
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures/src
- flock
- graph
- dominators
- implementation
- iterate
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,865 files changed
+8163
-8995
lines changedDiff for: compiler/rustc_abi/src/layout.rs
+4-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
| 3 | + | |
| 4 | + | |
7 | 5 |
| |
8 | 6 |
| |
9 | 7 |
| |
| |||
982 | 980 |
| |
983 | 981 |
| |
984 | 982 |
| |
985 |
| - | |
| 983 | + | |
| 984 | + | |
986 | 985 |
| |
987 | 986 |
| |
988 | 987 |
| |
|
Diff for: compiler/rustc_abi/src/lib.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
14 |
| - | |
15 |
| - | |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
23 |
| - | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
Diff for: compiler/rustc_arena/src/lib.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
37 |
| - | |
38 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
|
Diff for: compiler/rustc_arena/src/tests.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 21 | + | |
| 22 | + | |
26 | 23 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 | 24 |
| |
31 | 25 |
| |
32 | 26 |
| |
| |||
35 | 29 |
| |
36 | 30 |
| |
37 | 31 |
| |
| 32 | + | |
38 | 33 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
| |||
3491 | 3490 |
| |
3492 | 3491 |
| |
3493 | 3492 |
| |
3494 |
| - | |
3495 | 3493 |
| |
| 3494 | + | |
| 3495 | + | |
3496 | 3496 |
| |
3497 | 3497 |
| |
3498 | 3498 |
| |
|
Diff for: compiler/rustc_ast/src/ast_traits.rs
+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Diff for: compiler/rustc_ast/src/attr/mod.rs
+13-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 |
| |
4 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 | 17 |
| |
10 | 18 |
| |
11 |
| - | |
12 |
| - | |
| 19 | + | |
13 | 20 |
| |
14 | 21 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Diff for: compiler/rustc_ast/src/entry.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Diff for: compiler/rustc_ast/src/expand/mod.rs
+2-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 | 8 |
| |
|
Diff for: compiler/rustc_ast/src/format.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Diff for: compiler/rustc_ast/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 |
| - | |
50 |
| - | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 10 | + | |
| 11 | + | |
15 | 12 |
| |
16 | 13 |
| |
17 | 14 |
| |
| |||
20 | 17 |
| |
21 | 18 |
| |
22 | 19 |
| |
23 |
| - | |
24 |
| - | |
25 | 20 |
| |
26 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
Diff for: compiler/rustc_ast/src/node_id.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
| 3 | + | |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
Diff for: compiler/rustc_ast/src/ptr.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 | 24 |
| |
| 25 | + | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
Diff for: compiler/rustc_ast/src/token.rs
+14-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
1 | 13 |
| |
2 | 14 |
| |
3 | 15 |
| |
| |||
9 | 21 |
| |
10 | 22 |
| |
11 | 23 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
1062 | 1063 |
| |
1063 | 1064 |
| |
1064 | 1065 |
| |
1065 |
| - | |
1066 | 1066 |
| |
| 1067 | + | |
| 1068 | + | |
1067 | 1069 |
| |
1068 | 1070 |
| |
1069 | 1071 |
| |
|
Diff for: compiler/rustc_ast/src/tokenstream.rs
+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 16 | + | |
| 17 | + | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 | 24 |
| |
27 |
| - | |
28 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
770 |
| - | |
771 | 770 |
| |
| 771 | + | |
| 772 | + | |
772 | 773 |
| |
773 | 774 |
| |
774 | 775 |
| |
|
Diff for: compiler/rustc_ast/src/util/comments.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
| 3 | + | |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
| 3 | + | |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
0 commit comments