File tree
1,013 files changed
+15133
-9323
lines changed- .github/workflows
- compiler
- rustc/src
- rustc_ast/src
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_attr
- src
- rustc_borrowck
- src
- diagnostics
- type_check
- rustc_builtin_macros/src
- deriving/generic
- rustc_codegen_cranelift/src
- intrinsics
- rustc_codegen_gcc
- build_system/src
- src
- tests/run
- rustc_codegen_llvm/src
- back
- debuginfo
- metadata/enums
- llvm
- rustc_codegen_ssa/src
- back
- debuginfo
- mir
- traits
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures
- src
- graph/scc
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- variance
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_index/src
- rustc_infer/src
- infer
- canonical
- outlives
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_metadata
- src
- rustc_middle/src
- hir
- map
- mir
- interpret
- query
- ty
- consts
- print
- rustc_mir_build
- src
- build/expr
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- impls
- move_paths
- rustc_mir_transform/src
- coroutine
- coverage
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve
- assembly
- inspect
- rustc_parse/src
- lexer
- parser
- rustc_passes
- src
- rustc_pattern_analysis/src
- rustc
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- late
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- abi/call
- spec
- abi
- targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- solve
- inspect
- traits
- query
- type_op
- select
- rustc_traits/src
- rustc_ty_utils/src
- rustc_type_ir/src
- search_graph
- solve
- ty_kind
- library
- alloc
- src
- raw_vec
- tests
- core/src
- array
- ascii
- clone
- fmt
- future
- iter/adapters
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,013 files changed
+15133
-9323
lines changedDiff for: .github/workflows/dependencies.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Diff for: Cargo.lock
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1775 | 1775 |
| |
1776 | 1776 |
| |
1777 | 1777 |
| |
1778 |
| - | |
| 1778 | + | |
1779 | 1779 |
| |
1780 |
| - | |
| 1780 | + | |
1781 | 1781 |
| |
1782 | 1782 |
| |
1783 | 1783 |
| |
| |||
3149 | 3149 |
| |
3150 | 3150 |
| |
3151 | 3151 |
| |
| 3152 | + | |
3152 | 3153 |
| |
3153 | 3154 |
| |
3154 | 3155 |
| |
|
Diff for: compiler/rustc/src/main.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 | 5 |
| |
3 | 6 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+8-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
588 |
| - | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
| |||
1187 | 1189 |
| |
1188 | 1190 |
| |
1189 | 1191 |
| |
1190 |
| - | |
1191 |
| - | |
| 1192 | + | |
| 1193 | + | |
1192 | 1194 |
| |
1193 | 1195 |
| |
1194 | 1196 |
| |
| |||
1248 | 1250 |
| |
1249 | 1251 |
| |
1250 | 1252 |
| |
1251 |
| - | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
1252 | 1256 |
| |
1253 | 1257 |
| |
1254 | 1258 |
| |
|
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| 170 | + | |
| 171 | + | |
| 172 | + | |
170 | 173 |
| |
171 | 174 |
| |
172 | 175 |
| |
173 | 176 |
| |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 |
| |
| 183 | + | |
| 184 | + | |
175 | 185 |
| |
176 | 186 |
| |
177 | 187 |
|
Diff for: compiler/rustc_ast_lowering/src/asm.rs
+16-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 |
| - | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
55 |
| - | |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
58 | 60 |
| |
| |||
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 |
| - | |
68 |
| - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 |
| |
70 | 77 |
| |
71 | 78 |
| |
| |||
176 | 183 |
| |
177 | 184 |
| |
178 | 185 |
| |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
193 | 189 |
| |
194 | 190 |
| |
195 | 191 |
| |
| |||
246 | 242 |
| |
247 | 243 |
| |
248 | 244 |
| |
249 |
| - | |
| 245 | + | |
250 | 246 |
| |
251 | 247 |
| |
252 | 248 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
| 192 | + | |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
279 |
| - | |
| 278 | + | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+3-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
1540 | 1540 |
| |
1541 | 1541 |
| |
1542 | 1542 |
| |
1543 |
| - | |
1544 | 1543 |
| |
1545 | 1544 |
| |
1546 | 1545 |
| |
| |||
1575 | 1574 |
| |
1576 | 1575 |
| |
1577 | 1576 |
| |
1578 |
| - | |
| 1577 | + | |
1579 | 1578 |
| |
1580 | 1579 |
| |
1581 | 1580 |
| |
| |||
1587 | 1586 |
| |
1588 | 1587 |
| |
1589 | 1588 |
| |
1590 |
| - | |
| 1589 | + | |
1591 | 1590 |
| |
1592 | 1591 |
| |
1593 | 1592 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+17-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
| 240 | + | |
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
| |||
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
671 |
| - | |
| 671 | + | |
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
| |||
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
685 |
| - | |
686 | 685 |
| |
687 |
| - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
688 | 694 |
| |
689 | 695 |
| |
690 | 696 |
| |
| |||
1390 | 1396 |
| |
1391 | 1397 |
| |
1392 | 1398 |
| |
1393 |
| - | |
| 1399 | + | |
1394 | 1400 |
| |
1395 | 1401 |
| |
1396 | 1402 |
| |
| |||
1403 | 1409 |
| |
1404 | 1410 |
| |
1405 | 1411 |
| |
1406 |
| - | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
1407 | 1417 |
| |
1408 | 1418 |
| |
1409 | 1419 |
| |
1410 | 1420 |
| |
1411 | 1421 |
| |
1412 | 1422 |
| |
1413 |
| - | |
| 1423 | + | |
1414 | 1424 |
| |
1415 | 1425 |
| |
1416 | 1426 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2326 | 2326 |
| |
2327 | 2327 |
| |
2328 | 2328 |
| |
2329 |
| - | |
2330 | 2329 |
| |
2331 | 2330 |
| |
2332 | 2331 |
| |
| |||
2340 | 2339 |
| |
2341 | 2340 |
| |
2342 | 2341 |
| |
2343 |
| - | |
| 2342 | + | |
2344 | 2343 |
| |
2345 | 2344 |
| |
2346 | 2345 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
559 | 559 |
| |
560 | 560 |
| |
561 | 561 |
| |
562 |
| - | |
563 | 562 |
| |
564 | 563 |
| |
565 | 564 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
502 | 502 |
| |
503 | 503 |
| |
504 | 504 |
| |
505 |
| - | |
506 |
| - | |
| 505 | + | |
| 506 | + | |
507 | 507 |
| |
508 | 508 |
| |
509 | 509 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
786 |
| - | |
787 |
| - | |
| 786 | + | |
| 787 | + | |
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
|
Diff for: compiler/rustc_attr/messages.ftl
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 |
| |
108 | 111 |
| |
109 | 112 |
| |
|
0 commit comments