File tree
353 files changed
+5151
-2497
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_attr/src
- rustc_borrowck/src/region_infer
- rustc_builtin_macros/src
- rustc_codegen_gcc
- example
- src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa
- src
- back
- rustc_const_eval/src/transform/check_consts
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src/persist
- rustc_infer/src/infer/error_reporting
- nice_region_error
- rustc_interface
- src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm
- llvm-wrapper
- src
- rustc_metadata/src
- rmeta
- decoder
- rustc_middle/src
- dep_graph
- hir
- map
- query
- thir
- traits
- ty
- print
- rustc_mir_build/src
- build
- custom/parse
- expr
- thir
- cx
- pattern
- rustc_mir_transform/src/coverage
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src
- rustc_smir
- stable_mir
- rustc_span/src
- rustc_target
- src
- abi/call
- asm
- spec
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- search_graph
- traits
- error_reporting
- select
- library
- alloc
- src
- tests
- core
- src
- ffi
- iter
- adapters
- traits
- num
- str
- tests
- iter/adapters
- proc_macro/src
- profiler_builtins
- std
- src
- env
- error
- ffi
- os
- l4re
- linux
- sys
- common
- hermit
- personality
- sgx
- solid
- unix
- unsupported
- wasi
- windows
- sys_common
- thread
- unwind/src
- src
- bootstrap
- ci
- docker
- github-actions
- doc
- rustc/src
- codegen-options
- platform-support
- unstable-book/src
- compiler-flags
- language-features
- librustdoc
- clean
- html
- tools
- build-manifest/src
- clippy
- clippy_lints/src
- matches
- methods
- unit_types
- clippy_utils/src
- tests/ui
- miri
- src
- rust-analyzer
- crates
- ide-completion/src/completions/attribute
- proc-macro-api
- proc-macro-srv
- tidy/src
- tests
- rustdoc-gui
- ui
- asm
- async-await/await-keyword
- check-cfg
- coherence
- did_you_mean
- generic-associated-types
- generic-const-items
- higher-ranked
- subtype
- trait-bounds
- impl-trait
- rpit
- implied-bounds
- inline-const
- internal
- issues
- lint
- dead-code
- unknown-lints
- macros
- match
- parser/issues
- regions
- rfcs
- rfc-2027-object-safe-for-dispatch
- rfc-2632-const-trait-impl
- specialization
- std
- suggestions
- target-feature
- test-attrs
- traits
- new-solver/coherence
- solver-cycles
- trait-upcasting
- type-alias-impl-trait
- unsized
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
353 files changed
+5151
-2497
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Lines changed: 70 additions & 55 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 |
| - | |
14 |
| - | |
15 | 12 |
| |
16 | 13 |
| |
17 | 14 |
| |
18 |
| - | |
19 |
| - | |
| 15 | + | |
| 16 | + | |
20 | 17 |
| |
21 |
| - | |
| 18 | + | |
22 | 19 |
| |
23 | 20 |
| |
| 21 | + | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
28 |
| - | |
29 |
| - | |
| 27 | + | |
| 28 | + | |
30 | 29 |
| |
31 |
| - | |
| 30 | + | |
32 | 31 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
| |||
178 | 176 |
| |
179 | 177 |
| |
180 | 178 |
| |
181 |
| - | |
| 179 | + | |
182 | 180 |
| |
183 |
| - | |
| 181 | + | |
184 | 182 |
| |
185 |
| - | |
| 183 | + | |
186 | 184 |
| |
187 | 185 |
| |
188 | 186 |
| |
| |||
252 | 250 |
| |
253 | 251 |
| |
254 | 252 |
| |
255 |
| - | |
| 253 | + | |
256 | 254 |
| |
257 | 255 |
| |
258 | 256 |
| |
259 | 257 |
| |
260 |
| - | |
| 258 | + | |
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
| |||
1159 | 1157 |
| |
1160 | 1158 |
| |
1161 | 1159 |
| |
1162 |
| - | |
| 1160 | + | |
1163 | 1161 |
| |
1164 |
| - | |
| 1162 | + | |
1165 | 1163 |
| |
1166 | 1164 |
| |
1167 | 1165 |
| |
| |||
1439 | 1437 |
| |
1440 | 1438 |
| |
1441 | 1439 |
| |
1442 |
| - | |
| 1440 | + | |
1443 | 1441 |
| |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
| 1442 | + | |
1450 | 1443 |
| |
1451 | 1444 |
| |
1452 | 1445 |
| |
1453 |
| - | |
| 1446 | + | |
1454 | 1447 |
| |
1455 |
| - | |
| 1448 | + | |
1456 | 1449 |
| |
1457 | 1450 |
| |
| 1451 | + | |
| 1452 | + | |
1458 | 1453 |
| |
1459 | 1454 |
| |
| 1455 | + | |
1460 | 1456 |
| |
1461 | 1457 |
| |
1462 | 1458 |
| |
| |||
1525 | 1521 |
| |
1526 | 1522 |
| |
1527 | 1523 |
| |
1528 |
| - | |
1529 |
| - | |
1530 |
| - | |
1531 |
| - | |
1532 |
| - | |
1533 |
| - | |
1534 |
| - | |
1535 |
| - | |
1536 |
| - | |
1537 |
| - | |
1538 |
| - | |
1539 |
| - | |
1540 | 1524 |
| |
1541 | 1525 |
| |
1542 | 1526 |
| |
1543 | 1527 |
| |
1544 | 1528 |
| |
1545 | 1529 |
| |
1546 | 1530 |
| |
| 1531 | + | |
1547 | 1532 |
| |
1548 | 1533 |
| |
1549 | 1534 |
| |
| |||
2449 | 2434 |
| |
2450 | 2435 |
| |
2451 | 2436 |
| |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
2452 | 2446 |
| |
2453 | 2447 |
| |
2454 | 2448 |
| |
2455 | 2449 |
| |
2456 |
| - | |
2457 |
| - | |
| 2450 | + | |
| 2451 | + | |
2458 | 2452 |
| |
2459 | 2453 |
| |
2460 | 2454 |
| |
| |||
3362 | 3356 |
| |
3363 | 3357 |
| |
3364 | 3358 |
| |
3365 |
| - | |
| 3359 | + | |
3366 | 3360 |
| |
3367 | 3361 |
| |
3368 | 3362 |
| |
| |||
3398 | 3392 |
| |
3399 | 3393 |
| |
3400 | 3394 |
| |
3401 |
| - | |
| 3395 | + | |
3402 | 3396 |
| |
3403 | 3397 |
| |
3404 | 3398 |
| |
| |||
3805 | 3799 |
| |
3806 | 3800 |
| |
3807 | 3801 |
| |
| 3802 | + | |
3808 | 3803 |
| |
3809 | 3804 |
| |
3810 | 3805 |
| |
| |||
4331 | 4326 |
| |
4332 | 4327 |
| |
4333 | 4328 |
| |
4334 |
| - | |
| 4329 | + | |
4335 | 4330 |
| |
4336 | 4331 |
| |
4337 | 4332 |
| |
| |||
4586 | 4581 |
| |
4587 | 4582 |
| |
4588 | 4583 |
| |
4589 |
| - | |
| 4584 | + | |
4590 | 4585 |
| |
4591 |
| - | |
| 4586 | + | |
4592 | 4587 |
| |
4593 | 4588 |
| |
4594 |
| - | |
| 4589 | + | |
4595 | 4590 |
| |
4596 | 4591 |
| |
4597 | 4592 |
| |
| |||
4860 | 4855 |
| |
4861 | 4856 |
| |
4862 | 4857 |
| |
4863 |
| - | |
| 4858 | + | |
4864 | 4859 |
| |
4865 | 4860 |
| |
4866 | 4861 |
| |
| |||
4871 | 4866 |
| |
4872 | 4867 |
| |
4873 | 4868 |
| |
4874 |
| - | |
| 4869 | + | |
4875 | 4870 |
| |
4876 | 4871 |
| |
4877 | 4872 |
| |
| |||
5138 | 5133 |
| |
5139 | 5134 |
| |
5140 | 5135 |
| |
| 5136 | + | |
| 5137 | + | |
| 5138 | + | |
| 5139 | + | |
| 5140 | + | |
| 5141 | + | |
| 5142 | + | |
| 5143 | + | |
| 5144 | + | |
| 5145 | + | |
| 5146 | + | |
| 5147 | + | |
| 5148 | + | |
| 5149 | + | |
| 5150 | + | |
| 5151 | + | |
| 5152 | + | |
| 5153 | + | |
| 5154 | + | |
| 5155 | + | |
5141 | 5156 |
| |
5142 | 5157 |
| |
5143 | 5158 |
| |
| |||
5151 | 5166 |
| |
5152 | 5167 |
| |
5153 | 5168 |
| |
5154 |
| - | |
| 5169 | + | |
5155 | 5170 |
| |
5156 |
| - | |
| 5171 | + | |
5157 | 5172 |
| |
5158 |
| - | |
5159 |
| - | |
5160 |
| - | |
| 5173 | + | |
| 5174 | + | |
| 5175 | + | |
5161 | 5176 |
| |
5162 | 5177 |
| |
5163 | 5178 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1648 | 1648 |
| |
1649 | 1649 |
| |
1650 | 1650 |
| |
1651 |
| - | |
| 1651 | + | |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 | 1654 |
| |
|
Lines changed: 23 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2495 | 2495 |
| |
2496 | 2496 |
| |
2497 | 2497 |
| |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
2498 | 2506 |
| |
2499 |
| - | |
2500 |
| - | |
2501 |
| - | |
2502 |
| - | |
2503 |
| - | |
2504 |
| - | |
2505 |
| - | |
2506 |
| - | |
2507 |
| - | |
2508 |
| - | |
2509 |
| - | |
2510 |
| - | |
2511 |
| - | |
2512 |
| - | |
2513 |
| - | |
2514 |
| - | |
2515 |
| - | |
2516 |
| - | |
2517 |
| - | |
2518 |
| - | |
2519 |
| - | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
2520 | 2513 |
| |
2521 |
| - | |
2522 |
| - | |
2523 |
| - | |
2524 |
| - | |
2525 |
| - | |
2526 |
| - | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
2527 | 2523 |
| |
2528 | 2524 |
| |
2529 | 2525 |
| |
|
Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
81 | 94 |
| |
82 | 95 |
| |
83 | 96 |
| |
|
0 commit comments