File tree
141 files changed
+1587
-644
lines changed- compiler
- rustc_ast_lowering/src
- rustc_builtin_macros/src/deriving
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src/back
- rustc_feature/src
- rustc_interface/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- diagnostics
- rustc_metadata/src
- rmeta
- rustc_middle/src
- dep_graph
- mir
- interpret/allocation
- ty
- rustc_mir_build/src
- rustc_mir_dataflow/src
- framework
- move_paths
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve
- eval_ctxt
- inspect
- normalizes_to
- 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
- dep_graph
- rustc_resolve/src
- rustc_session/src
- config
- rustc_span/src
- rustc_target/src/spec/targets
- library/core
- benches
- num
- int_sqrt
- src
- fmt
- num
- tests/num
- src
- doc
- rustc/src
- unstable-book/src/compiler-flags
- librustdoc
- clean
- doctest
- formats
- html
- tests
- codegen
- cffi
- sanitizer
- run-make
- dos-device-input
- libtest-thread-limit
- manual-crate-name
- pretty-print-with-dep-file
- profile
- reset-codegen-1
- rustdoc-determinism
- rustdoc-output-path
- ui
- cfg
- check-cfg
- feature-gates
- fmt/fmt_debug
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
141 files changed
+1587
-644
lines changed+6-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 |
| - | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
246 |
| - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
247 | 251 |
| |
248 | 252 |
| |
249 | 253 |
| |
|
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 |
| |
53 | 59 |
| |
54 | 60 |
| |
| |||
61 | 67 |
| |
62 | 68 |
| |
63 | 69 |
| |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
64 | 77 |
| |
65 | 78 |
| |
66 | 79 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| 574 | + | |
574 | 575 |
| |
575 | 576 |
| |
576 | 577 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2225 | 2225 |
| |
2226 | 2226 |
| |
2227 | 2227 |
| |
| 2228 | + | |
2228 | 2229 |
| |
2229 | 2230 |
| |
2230 | 2231 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
| |||
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
| 241 | + | |
240 | 242 |
| |
241 | 243 |
| |
242 | 244 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
| 474 | + | |
| 475 | + | |
474 | 476 |
| |
475 | 477 |
| |
476 | 478 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
780 | 780 |
| |
781 | 781 |
| |
782 | 782 |
| |
| 783 | + | |
783 | 784 |
| |
784 | 785 |
| |
785 | 786 |
| |
| |||
794 | 795 |
| |
795 | 796 |
| |
796 | 797 |
| |
| 798 | + | |
797 | 799 |
| |
798 | 800 |
| |
799 | 801 |
| |
|
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
716 |
| - | |
| 716 | + | |
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
845 | 852 |
| |
846 | 853 |
| |
847 | 854 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
|
Diff for: compiler/rustc_macros/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Diff for: compiler/rustc_macros/src/lift.rs
+1-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 |
| |
|
Diff for: compiler/rustc_macros/src/query.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
|
Diff for: compiler/rustc_macros/src/serialize.rs
+20-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| |||
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
23 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
| |||
32 | 36 |
| |
33 | 37 |
| |
34 | 38 |
| |
35 |
| - | |
| 39 | + | |
36 | 40 |
| |
37 | 41 |
| |
38 | 42 |
| |
| |||
41 | 45 |
| |
42 | 46 |
| |
43 | 47 |
| |
44 |
| - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 |
| |
46 | 52 |
| |
47 | 53 |
| |
| |||
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
126 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
127 | 135 |
| |
128 | 136 |
| |
129 | 137 |
| |
| |||
140 | 148 |
| |
141 | 149 |
| |
142 | 150 |
| |
143 |
| - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
144 | 154 |
| |
145 | 155 |
| |
146 | 156 |
| |
| |||
152 | 162 |
| |
153 | 163 |
| |
154 | 164 |
| |
155 |
| - | |
| 165 | + | |
156 | 166 |
| |
157 | 167 |
| |
158 | 168 |
| |
| |||
161 | 171 |
| |
162 | 172 |
| |
163 | 173 |
| |
164 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
165 | 177 |
| |
166 | 178 |
| |
167 | 179 |
| |
|
Diff for: compiler/rustc_macros/src/symbols.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
|
+1-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 |
| |
|
+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_metadata/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
335 |
| - | |
| 335 | + | |
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 |
| - | |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
| 380 | + | |
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2309 | 2309 |
| |
2310 | 2310 |
| |
2311 | 2311 |
| |
2312 |
| - | |
| 2312 | + | |
2313 | 2313 |
| |
2314 | 2314 |
| |
2315 | 2315 |
| |
|
0 commit comments