File tree
165 files changed
+884
-815
lines changed- compiler
- rustc_apfloat/src
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_builtin_macros/src
- deriving/generic
- rustc_codegen_llvm/src
- back
- debuginfo
- rustc_codegen_ssa/src
- mir
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_index/src
- rustc_infer/src
- infer
- canonical
- error_reporting
- traits/error_reporting
- rustc_lint/src
- rustc_lint_defs/src
- rustc_macros/src/symbols
- rustc_middle/src
- infer
- mir
- ty
- print
- rustc_mir/src
- borrow_check
- diagnostics
- type_check
- dataflow
- framework
- impls
- move_paths
- transform
- coverage
- rustc_mir_build/src
- build/expr
- rustc_parse/src/parser
- rustc_passes/src
- liveness
- rustc_query_system/src
- query
- rustc_resolve/src
- late
- rustc_span/src
- rustc_trait_selection/src
- traits
- error_reporting
- select
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- method
- library
- alloc/src
- vec
- core/src
- array
- fmt
- iter
- adapters
- traits
- num
- ptr
- slice
- std/src
- io
- sys/unix
- ext/net
- sys_common
- src
- librustdoc/html
- test/ui
- binding
- closures/2229_closure_analysis/diagnostics
- const-generics
- issues
- occurs-check
- derives
- issues
- iterators
- lint
- packed
- proc-macro
- auxiliary
- suggestions
- unsafe
- tools/clippy
- clippy_lints/src
- loops
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
165 files changed
+884
-815
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2273 | 2273 |
| |
2274 | 2274 |
| |
2275 | 2275 |
| |
| 2276 | + | |
2276 | 2277 |
| |
2277 | 2278 |
| |
2278 | 2279 |
| |
| |||
2483 | 2484 |
| |
2484 | 2485 |
| |
2485 | 2486 |
| |
2486 |
| - | |
| 2487 | + | |
2487 | 2488 |
| |
2488 | 2489 |
| |
2489 | 2490 |
| |
| |||
2497 | 2498 |
| |
2498 | 2499 |
| |
2499 | 2500 |
| |
2500 |
| - | |
| 2501 | + | |
2501 | 2502 |
| |
2502 | 2503 |
| |
2503 | 2504 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 |
| - | |
| 344 | + | |
345 | 345 |
| |
346 | 346 |
| |
347 | 347 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
209 |
| - | |
| 210 | + | |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
| |||
537 | 538 |
| |
538 | 539 |
| |
539 | 540 |
| |
540 |
| - | |
| 541 | + | |
541 | 542 |
| |
542 | 543 |
| |
543 | 544 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1034 | 1034 |
| |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 |
| - | |
| 1037 | + | |
1038 | 1038 |
| |
1039 | 1039 |
| |
1040 | 1040 |
| |
| |||
1351 | 1351 |
| |
1352 | 1352 |
| |
1353 | 1353 |
| |
1354 |
| - | |
| 1354 | + | |
1355 | 1355 |
| |
1356 | 1356 |
| |
1357 | 1357 |
| |
| |||
1571 | 1571 |
| |
1572 | 1572 |
| |
1573 | 1573 |
| |
1574 |
| - | |
1575 |
| - | |
1576 |
| - | |
| 1574 | + | |
1577 | 1575 |
| |
1578 | 1576 |
| |
1579 | 1577 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
| |||
916 | 917 |
| |
917 | 918 |
| |
918 | 919 |
| |
919 |
| - | |
920 |
| - | |
921 |
| - | |
| 920 | + | |
922 | 921 |
| |
923 | 922 |
| |
924 | 923 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
1352 | 1353 |
| |
1353 | 1354 |
| |
1354 | 1355 |
| |
1355 |
| - | |
1356 |
| - | |
1357 |
| - | |
| 1356 | + | |
1358 | 1357 |
| |
1359 | 1358 |
| |
1360 | 1359 |
| |
1361 | 1360 |
| |
1362 | 1361 |
| |
1363 | 1362 |
| |
1364 |
| - | |
1365 |
| - | |
1366 |
| - | |
| 1363 | + | |
1367 | 1364 |
| |
1368 | 1365 |
| |
1369 | 1366 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1962 | 1962 |
| |
1963 | 1963 |
| |
1964 | 1964 |
| |
1965 |
| - | |
1966 |
| - | |
1967 |
| - | |
| 1965 | + | |
1968 | 1966 |
| |
1969 | 1967 |
| |
1970 | 1968 |
| |
| |||
2336 | 2334 |
| |
2337 | 2335 |
| |
2338 | 2336 |
| |
2339 |
| - | |
2340 |
| - | |
2341 |
| - | |
| 2337 | + | |
2342 | 2338 |
| |
2343 | 2339 |
| |
2344 | 2340 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
448 | 449 |
| |
449 | 450 |
| |
450 | 451 |
| |
451 |
| - | |
452 |
| - | |
453 |
| - | |
| 452 | + | |
454 | 453 |
| |
455 | 454 |
| |
456 | 455 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
286 |
| - | |
287 |
| - | |
| 285 | + | |
288 | 286 |
| |
289 | 287 |
| |
290 | 288 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2214 | 2214 |
| |
2215 | 2215 |
| |
2216 | 2216 |
| |
2217 |
| - | |
2218 |
| - | |
2219 |
| - | |
| 2217 | + | |
2220 | 2218 |
| |
2221 | 2219 |
| |
2222 | 2220 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
23 |
| - | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 |
| - | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
| |||
204 | 206 |
| |
205 | 207 |
| |
206 | 208 |
| |
207 |
| - | |
| 209 | + | |
208 | 210 |
| |
209 | 211 |
| |
210 | 212 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 |
| - | |
| 359 | + | |
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
845 |
| - | |
| 845 | + | |
846 | 846 |
| |
847 | 847 |
| |
848 | 848 |
| |
| |||
858 | 858 |
| |
859 | 859 |
| |
860 | 860 |
| |
861 |
| - | |
| 861 | + | |
862 | 862 |
| |
863 | 863 |
| |
864 | 864 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
| |||
418 | 419 |
| |
419 | 420 |
| |
420 | 421 |
| |
421 |
| - | |
| 422 | + | |
| 423 | + | |
422 | 424 |
| |
423 | 425 |
| |
424 | 426 |
| |
|
0 commit comments