This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
539 files changed
+7135
-3330
lines changed- compiler
- rustc_ast
- src
- rustc_borrowck/src/region_infer
- rustc_codegen_llvm/src/coverageinfo
- rustc_const_eval/src
- interpret
- util
- rustc_data_structures/src
- rustc_driver_impl
- src
- rustc_fluent_macro
- rustc_hir_analysis/src
- astconv
- check
- collect
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_infer/src/infer
- error_reporting
- nice_region_error
- rustc_interface/src
- rustc_lexer
- rustc_lint_defs/src
- rustc_lint
- src
- rustc_macros
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- middle
- mir
- query
- ty
- print
- rustc_mir_build/src/build/custom
- rustc_mir_transform/src
- coverage
- rustc_passes/src
- rustc_session/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- solve
- project_goals
- traits
- error_reporting
- select
- rustc_transmute
- rustc_type_ir/src
- stable_mir/src
- mir
- library
- alloc/src
- core/src
- sync
- panic_unwind/src
- std/src
- os/fd
- sys_common
- sys
- hermit
- personality
- dwarf
- solid
- unix
- windows
- unwind/src
- src
- bootstrap
- src
- bin
- core
- build_steps
- config
- tests
- utils
- ci/docker
- doc
- rustc/src
- platform-support
- rustdoc/src
- unstable-book/src/compiler-flags
- tools
- clippy
- clippy_lints/src
- matches
- methods
- clippy_utils/src
- tests/ui
- compiletest
- src
- miri/src
- tests
- assembly
- asm
- stack-protector
- codegen-units/item-collection
- auxiliary
- codegen
- instrument-xray
- sanitizer
- src-hash-algorithm
- coverage-map/status-quo
- mir-opt
- building/custom
- const_prop
- dataflow-const-prop
- dest-prop
- inline
- pre-codegen
- run-make
- dump-ice-to-disk
- emit-stack-sizes
- intrinsic-unreachable
- rustdoc-ui
- check-cfg
- doctest
- rustdoc
- inline_cross
- auxiliary
- ui-fulldeps
- internal-lints
- stable-mir
- ui
- associated-consts
- associated-inherent-types
- associated-item
- associated-type-bounds
- associated-types
- async-await/in-trait
- check-cfg
- coherence
- const-generics/issues
- const-ptr
- consts
- const-eval
- heap
- miri_unleashed
- did_you_mean
- error-codes
- generic-associated-types
- hygiene
- impl-trait
- in-trait
- inference
- intrinsics
- issues
- iterators
- lang-items
- lint
- methods
- mismatched_types
- repr
- return
- rfcs/rfc-2632-const-trait-impl
- effects
- self
- structs
- suggestions
- traits
- new-solver
- type-alias-enum-variants
- type-alias-impl-trait
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
539 files changed
+7135
-3330
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
700 | 701 | | |
701 | 702 | | |
702 | 703 | | |
| |||
3418 | 3419 | | |
3419 | 3420 | | |
3420 | 3421 | | |
| 3422 | + | |
3421 | 3423 | | |
3422 | 3424 | | |
3423 | 3425 | | |
| |||
3838 | 3840 | | |
3839 | 3841 | | |
3840 | 3842 | | |
3841 | | - | |
| 3843 | + | |
3842 | 3844 | | |
3843 | 3845 | | |
3844 | 3846 | | |
| |||
3914 | 3916 | | |
3915 | 3917 | | |
3916 | 3918 | | |
3917 | | - | |
| 3919 | + | |
3918 | 3920 | | |
3919 | 3921 | | |
3920 | 3922 | | |
| |||
4042 | 4044 | | |
4043 | 4045 | | |
4044 | 4046 | | |
4045 | | - | |
| 4047 | + | |
4046 | 4048 | | |
4047 | 4049 | | |
4048 | 4050 | | |
| |||
4111 | 4113 | | |
4112 | 4114 | | |
4113 | 4115 | | |
4114 | | - | |
| 4116 | + | |
4115 | 4117 | | |
4116 | 4118 | | |
4117 | 4119 | | |
| |||
4595 | 4597 | | |
4596 | 4598 | | |
4597 | 4599 | | |
4598 | | - | |
| 4600 | + | |
4599 | 4601 | | |
4600 | 4602 | | |
4601 | 4603 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
800 | 801 | | |
801 | 802 | | |
802 | 803 | | |
803 | | - | |
804 | | - | |
805 | | - | |
806 | | - | |
807 | | - | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | 804 | | |
855 | 805 | | |
856 | 806 | | |
| |||
1579 | 1529 | | |
1580 | 1530 | | |
1581 | 1531 | | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | | - | |
1589 | | - | |
1590 | | - | |
1591 | | - | |
1592 | | - | |
1593 | 1532 | | |
1594 | 1533 | | |
1595 | 1534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
Lines changed: 13 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
351 | 344 | | |
352 | 345 | | |
353 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 76 | | |
88 | 77 | | |
89 | 78 | | |
| |||
0 commit comments