This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
174 files changed
+922
-535
lines changed- compiler
- rustc_ast_passes/src
- rustc_ast/src
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_const_eval/src/transform/check_consts
- rustc_data_structures/src
- rustc_driver/src
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_index/src
- rustc_interface/src
- rustc_lint/src
- rustc_metadata/src
- rustc_middle/src/ty
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_passes/src
- rustc_resolve/src
- rustc_save_analysis/src
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- rustc_typeck/src
- astconv
- check
- method
- library
- alloc
- benches
- src
- collections
- btree
- vec_deque
- vec
- tests
- core
- src
- iter
- adapters
- traits
- tests/iter
- adapters
- std/src/sync
- src
- librustdoc/passes
- test
- assembly/asm
- mir-opt
- ui
- anon-params
- associated-type-bounds
- associated-types
- consts
- const-eval
- const-extern-fn
- control-flow
- min_const_fn
- miri_unleashed
- enum-discriminant
- error-codes
- imports
- issues
- iterators
- lang-items
- lint
- must_not_suspend
- rfc-2457-non-ascii-idents
- macros
- missing
- never_type
- parser
- rfc-1717-dllimport
- rfc-2457
- rfc-2632-const-trait-impl
- sanitize
- specialization
- test-attrs
- traits
- alias
- vtable
- wf-object
- trivial-bounds
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
174 files changed
+922
-535
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1211 | 1211 | | |
1212 | 1212 | | |
1213 | 1213 | | |
| 1214 | + | |
| 1215 | + | |
1214 | 1216 | | |
1215 | 1217 | | |
1216 | 1218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
593 | | - | |
| 593 | + | |
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
419 | 424 | | |
420 | 425 | | |
421 | 426 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
891 | | - | |
892 | 890 | | |
893 | 891 | | |
894 | 892 | | |
| |||
Lines changed: 2 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 371 | | |
389 | 372 | | |
390 | 373 | | |
| |||
407 | 390 | | |
408 | 391 | | |
409 | 392 | | |
410 | | - | |
| 393 | + | |
411 | 394 | | |
412 | 395 | | |
413 | 396 | | |
| |||
443 | 426 | | |
444 | 427 | | |
445 | 428 | | |
446 | | - | |
| 429 | + | |
447 | 430 | | |
448 | 431 | | |
449 | 432 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments