File tree
345 files changed
+2289
-2668
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src
- diagnostics
- region_infer
- type_check
- rustc_builtin_macros/src
- deriving
- cmp
- generic
- rustc_codegen_cranelift/src
- abi
- driver
- intrinsics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- rustc_const_eval/src
- const_eval
- interpret
- transform
- check_consts
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_hir_analysis/src
- astconv
- check
- compare_impl_item
- coherence
- collect
- type_of
- impl_wf_check
- outlives
- structured_errors
- variance
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- persist
- rustc_infer/src
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- opaque_types
- outlives
- relate
- traits/error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- middle
- mir/interpret
- query
- traits
- ty
- util
- rustc_mir_build/src
- build
- custom
- expr
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_privacy/src
- rustc_query_impl/src
- rustc_query_system/src/query
- rustc_resolve/src
- late
- rustc_session/src
- rustc_symbol_mangling/src
- typeid
- rustc_trait_selection/src
- solve/normalizes_to
- traits
- error_reporting
- query
- type_op
- select
- specialize
- rustc_ty_utils/src
- src
- librustdoc
- clean
- html
- render
- passes
- tools
- clippy
- clippy_config/src
- clippy_lints/src
- clippy_utils/src
- miri/src
- bin
- borrow_tracker
- tests/run-make-fulldeps/hotplug_codegen_backend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
345 files changed
+2289
-2668
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 |
| |
133 | 137 |
| |
134 | 138 |
| |
| |||
139 | 143 |
| |
140 | 144 |
| |
141 | 145 |
| |
142 |
| - | |
| 146 | + | |
143 | 147 |
| |
144 | 148 |
| |
145 | 149 |
| |
| |||
276 | 280 |
| |
277 | 281 |
| |
278 | 282 |
| |
279 |
| - | |
| 283 | + | |
280 | 284 |
| |
281 | 285 |
| |
282 | 286 |
| |
283 | 287 |
| |
284 | 288 |
| |
285 | 289 |
| |
286 | 290 |
| |
287 |
| - | |
| 291 | + | |
288 | 292 |
| |
289 | 293 |
| |
290 | 294 |
| |
291 | 295 |
| |
292 | 296 |
| |
293 | 297 |
| |
294 |
| - | |
| 298 | + | |
295 | 299 |
| |
296 | 300 |
| |
297 | 301 |
| |
| |||
315 | 319 |
| |
316 | 320 |
| |
317 | 321 |
| |
318 |
| - | |
| 322 | + | |
319 | 323 |
| |
320 | 324 |
| |
321 | 325 |
| |
| |||
384 | 388 |
| |
385 | 389 |
| |
386 | 390 |
| |
387 |
| - | |
| 391 | + | |
388 | 392 |
| |
389 | 393 |
| |
390 | 394 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
298 |
| - | |
| 297 | + | |
299 | 298 |
| |
300 | 299 |
| |
301 | 300 |
| |
| |||
332 | 331 |
| |
333 | 332 |
| |
334 | 333 |
| |
335 |
| - | |
336 |
| - | |
337 |
| - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
338 | 337 |
| |
339 | 338 |
| |
340 | 339 |
| |
| |||
584 | 583 |
| |
585 | 584 |
| |
586 | 585 |
| |
587 |
| - | |
| 586 | + | |
588 | 587 |
| |
589 | 588 |
| |
590 |
| - | |
| 589 | + | |
591 | 590 |
| |
592 | 591 |
| |
593 |
| - | |
| 592 | + | |
594 | 593 |
| |
595 | 594 |
| |
596 | 595 |
| |
| |||
880 | 879 |
| |
881 | 880 |
| |
882 | 881 |
| |
883 |
| - | |
| 882 | + | |
884 | 883 |
| |
885 | 884 |
| |
886 | 885 |
| |
| |||
1092 | 1091 |
| |
1093 | 1092 |
| |
1094 | 1093 |
| |
1095 |
| - | |
| 1094 | + | |
1096 | 1095 |
| |
1097 | 1096 |
| |
1098 | 1097 |
| |
| |||
1105 | 1104 |
| |
1106 | 1105 |
| |
1107 | 1106 |
| |
1108 |
| - | |
| 1107 | + | |
1109 | 1108 |
| |
1110 | 1109 |
| |
1111 | 1110 |
| |
| |||
1144 | 1143 |
| |
1145 | 1144 |
| |
1146 | 1145 |
| |
1147 |
| - | |
| 1146 | + | |
1148 | 1147 |
| |
1149 | 1148 |
| |
1150 | 1149 |
| |
| |||
1155 | 1154 |
| |
1156 | 1155 |
| |
1157 | 1156 |
| |
1158 |
| - | |
| 1157 | + | |
1159 | 1158 |
| |
1160 | 1159 |
| |
1161 | 1160 |
| |
| |||
1411 | 1410 |
| |
1412 | 1411 |
| |
1413 | 1412 |
| |
1414 |
| - | |
| 1413 | + | |
1415 | 1414 |
| |
1416 | 1415 |
| |
1417 | 1416 |
| |
| |||
1507 | 1506 |
| |
1508 | 1507 |
| |
1509 | 1508 |
| |
1510 |
| - | |
| 1509 | + | |
1511 | 1510 |
| |
1512 | 1511 |
| |
1513 | 1512 |
| |
| |||
1616 | 1615 |
| |
1617 | 1616 |
| |
1618 | 1617 |
| |
1619 |
| - | |
| 1618 | + | |
1620 | 1619 |
| |
1621 | 1620 |
| |
1622 | 1621 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
| 270 | + | |
271 | 271 |
| |
272 | 272 |
| |
273 | 273 |
| |
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 |
| - | |
| 268 | + | |
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
| |||
878 | 878 |
| |
879 | 879 |
| |
880 | 880 |
| |
881 |
| - | |
| 881 | + | |
882 | 882 |
| |
883 | 883 |
| |
884 | 884 |
| |
| |||
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 |
| - | |
| 1014 | + | |
1015 | 1015 |
| |
1016 | 1016 |
| |
1017 | 1017 |
| |
| |||
1021 | 1021 |
| |
1022 | 1022 |
| |
1023 | 1023 |
| |
1024 |
| - | |
| 1024 | + | |
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 | 1027 |
| |
| |||
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 | 1297 |
| |
1298 |
| - | |
| 1298 | + | |
1299 | 1299 |
| |
1300 | 1300 |
| |
1301 | 1301 |
| |
| |||
1376 | 1376 |
| |
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 |
| - | |
| 1379 | + | |
1380 | 1380 |
| |
1381 | 1381 |
| |
1382 | 1382 |
| |
|
0 commit comments