File tree
100 files changed
+852
-1069
lines changed- compiler
- rustc_ast/src
- attr
- rustc_ast_lowering/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_ssa/src/back
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_next_trait_solver/src/solve/eval_ctxt
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- rustc_type_ir/src/search_graph
- library
- core/src
- fmt
- num
- std/src
- src
- bootstrap/src/bin
- librustdoc
- clean
- json
- tools/clippy/clippy_lints/src/doc
- tests
- codegen/asm
- run-make/used-proc-macro
- ui
- argument-suggestions
- associated-types
- binop
- closures
- deprecation
- derives
- errors
- fmt
- generic-associated-types
- impl-trait/in-trait
- issues
- methods
- mismatched_types
- modules
- on-unimplemented
- rfcs/rfc-2361-dbg-macro
- span
- suggestions
- traits
- type
- pattern_types
- type-alias-impl-trait
- typeck
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+852
-1069
lines changedLines changed: 22 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
210 |
| - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
211 | 219 |
| |
212 | 220 |
| |
213 | 221 |
| |
214 | 222 |
| |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
215 | 227 |
| |
216 | 228 |
| |
217 | 229 |
| |
| |||
806 | 818 |
| |
807 | 819 |
| |
808 | 820 |
| |
809 |
| - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
810 | 829 |
| |
811 | 830 |
| |
812 | 831 |
| |
| |||
881 | 900 |
| |
882 | 901 |
| |
883 | 902 |
| |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 |
| - | |
888 | 903 |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 |
| |
54 | 62 |
| |
55 | 63 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1389 | 1389 |
| |
1390 | 1390 |
| |
1391 | 1391 |
| |
1392 |
| - | |
| 1392 | + | |
1393 | 1393 |
| |
1394 | 1394 |
| |
1395 | 1395 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 |
| |
18 | 25 |
| |
19 | 26 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 |
| |
244 | 247 |
| |
245 | 248 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
| 609 | + | |
609 | 610 |
| |
610 | 611 |
| |
611 | 612 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1817 | 1817 |
| |
1818 | 1818 |
| |
1819 | 1819 |
| |
1820 |
| - | |
1821 |
| - | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
1822 | 1827 |
| |
1823 | 1828 |
| |
1824 | 1829 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
710 | 710 |
| |
711 | 711 |
| |
712 | 712 |
| |
713 |
| - | |
| 713 | + | |
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
|
Lines changed: 10 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1346 | 1346 |
| |
1347 | 1347 |
| |
1348 | 1348 |
| |
1349 |
| - | |
1350 |
| - | |
1351 |
| - | |
1352 |
| - | |
1353 |
| - | |
1354 |
| - | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
1355 | 1356 |
| |
1356 | 1357 |
| |
1357 | 1358 |
| |
| |||
1442 | 1443 |
| |
1443 | 1444 |
| |
1444 | 1445 |
| |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
1450 | 1446 |
| |
1451 | 1447 |
| |
1452 | 1448 |
| |
| |||
2286 | 2282 |
| |
2287 | 2283 |
| |
2288 | 2284 |
| |
2289 |
| - | |
2290 |
| - | |
2291 |
| - | |
2292 |
| - | |
| 2285 | + | |
2293 | 2286 |
| |
2294 |
| - | |
2295 |
| - | |
2296 |
| - | |
2297 |
| - | |
2298 |
| - | |
| 2287 | + | |
2299 | 2288 |
| |
2300 | 2289 |
| |
2301 | 2290 |
| |
| |||
2351 | 2340 |
| |
2352 | 2341 |
| |
2353 | 2342 |
| |
2354 |
| - | |
| 2343 | + | |
2355 | 2344 |
| |
2356 | 2345 |
| |
2357 | 2346 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
1384 | 1385 |
| |
1385 | 1386 |
| |
1386 | 1387 |
| |
1387 |
| - | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
1388 | 1393 |
| |
1389 | 1394 |
| |
1390 | 1395 |
| |
|
0 commit comments