This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
669 files changed
+7062
-4609
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- state
- rustc_borrowck/src
- diagnostics
- type_check
- rustc_builtin_macros/src
- assert
- rustc_codegen_cranelift/src
- driver
- rustc_codegen_gcc
- src
- rustc_codegen_llvm/src
- coverageinfo
- mapgen
- rustc_codegen_ssa
- src
- back
- traits
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis
- src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_interface/src
- rustc_lint
- src
- context/diagnostics
- rustc_metadata/src
- rmeta
- rustc_middle/src
- middle
- mir
- query
- traits
- ty
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- rustc_mir_dataflow/src
- framework
- impls
- rustc_mir_transform/src
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_query_impl/src
- rustc_query_system/src/query
- rustc_resolve/src
- rustc_session/src
- config
- rustc_smir/src
- rustc_internal
- rustc_smir/convert
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- callconv
- spec
- base
- targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits
- query/type_op
- stable_mir/src
- mir
- library
- core/src
- fmt
- iter/traits
- ptr
- std/src
- sys/pal/hermit
- src
- bootstrap/src
- core
- build_steps
- builder
- config
- utils
- ci/docker/host-x86_64
- dist-various-2
- test-various
- doc/rustc/src
- platform-support
- librustdoc
- clean
- html/render
- tools
- clippy
- clippy_lints/src
- loops
- methods
- utils
- clippy_utils/src
- tests
- ui
- branches_sharing_code
- crashes
- crate_level_checks
- empty_line_after
- ui-toml
- arbitrary_source_item_ordering
- excessive_nesting
- undocumented_unsafe_blocks
- miri
- src
- tests
- fail/function_calls
- fail-dep/concurrency
- rustfmt/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
669 files changed
+7062
-4609
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3507 | 3507 |
| |
3508 | 3508 |
| |
3509 | 3509 |
| |
3510 |
| - | |
3511 | 3510 |
| |
3512 | 3511 |
| |
3513 | 3512 |
| |
|
Lines changed: 29 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 | 1384 |
| |
| 1385 | + | |
1385 | 1386 |
| |
1386 | 1387 |
| |
1387 | 1388 |
| |
| |||
1509 | 1510 |
| |
1510 | 1511 |
| |
1511 | 1512 |
| |
1512 |
| - | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1513 | 1520 |
| |
1514 | 1521 |
| |
1515 | 1522 |
| |
| |||
1614 | 1621 |
| |
1615 | 1622 |
| |
1616 | 1623 |
| |
| 1624 | + | |
| 1625 | + | |
1617 | 1626 |
| |
1618 | 1627 |
| |
1619 | 1628 |
| |
| |||
1652 | 1661 |
| |
1653 | 1662 |
| |
1654 | 1663 |
| |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
1655 | 1674 |
| |
1656 | 1675 |
| |
1657 | 1676 |
| |
| |||
2223 | 2242 |
| |
2224 | 2243 |
| |
2225 | 2244 |
| |
| 2245 | + | |
| 2246 | + | |
| 2247 | + | |
| 2248 | + | |
| 2249 | + | |
| 2250 | + | |
2226 | 2251 |
| |
2227 | 2252 |
| |
2228 | 2253 |
| |
| |||
2242 | 2267 |
| |
2243 | 2268 |
| |
2244 | 2269 |
| |
| 2270 | + | |
| 2271 | + | |
2245 | 2272 |
| |
2246 | 2273 |
| |
2247 | 2274 |
| |
| |||
2877 | 2904 |
| |
2878 | 2905 |
| |
2879 | 2906 |
| |
2880 |
| - | |
| 2907 | + | |
2881 | 2908 |
| |
2882 | 2909 |
| |
2883 | 2910 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
561 | 566 |
| |
562 | 567 |
| |
563 | 568 |
| |
| |||
1212 | 1217 |
| |
1213 | 1218 |
| |
1214 | 1219 |
| |
1215 |
| - | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
1216 | 1226 |
| |
1217 | 1227 |
| |
1218 | 1228 |
| |
| |||
1775 | 1785 |
| |
1776 | 1786 |
| |
1777 | 1787 |
| |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1778 | 1794 |
| |
1779 | 1795 |
| |
1780 | 1796 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
155 | 156 |
| |
156 | 157 |
| |
157 | 158 |
| |
| |||
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
| 236 | + | |
235 | 237 |
| |
236 | 238 |
| |
237 | 239 |
| |
| |||
253 | 255 |
| |
254 | 256 |
| |
255 | 257 |
| |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
256 | 262 |
| |
257 | 263 |
| |
258 | 264 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
525 | 529 |
| |
526 | 530 |
| |
527 | 531 |
| |
| |||
1226 | 1230 |
| |
1227 | 1231 |
| |
1228 | 1232 |
| |
| 1233 | + | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1229 | 1237 |
| |
1230 | 1238 |
| |
1231 | 1239 |
| |
|
Lines changed: 15 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
85 | 96 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
90 | 101 |
| |
91 | 102 |
| |
92 | 103 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
382 | 390 |
| |
383 | 391 |
| |
384 | 392 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
263 | 270 |
| |
264 | 271 |
| |
265 | 272 |
| |
| |||
1228 | 1235 |
| |
1229 | 1236 |
| |
1230 | 1237 |
| |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
1231 | 1245 |
| |
1232 | 1246 |
| |
1233 | 1247 |
| |
| |||
1320 | 1334 |
| |
1321 | 1335 |
| |
1322 | 1336 |
| |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
1323 | 1340 |
| |
1324 | 1341 |
| |
1325 | 1342 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1029 | 1029 |
| |
1030 | 1030 |
| |
1031 | 1031 |
| |
1032 |
| - | |
| 1032 | + | |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 | 1035 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
| 563 | + | |
563 | 564 |
| |
564 | 565 |
| |
565 | 566 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1201 | 1209 |
| |
1202 | 1210 |
| |
1203 | 1211 |
| |
|
Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
772 | 772 |
| |
773 | 773 |
| |
774 | 774 |
| |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
775 | 794 |
| |
776 | 795 |
| |
777 | 796 |
| |
|
0 commit comments