This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
62 files changed
+904
-605
lines changed- compiler
- rustc_ast/src
- rustc_ast_passes/src
- rustc_hir_analysis/src/check/compare_impl_item
- rustc_hir_typeck/src/method
- rustc_next_trait_solver/src/solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- library/core
- src/iter/adapters
- tests/iter/adapters
- src/tools
- miri/tests/pass/tls
- tidy
- config
- src
- tests
- run-make
- invalid-so
- issue-20626
- lto-empty
- raw-fn-pointer-opt-undefined-behavior
- ui
- array-slice-vec
- binop
- error-codes
- impl-trait/in-trait
- issues
- parser
- pattern
- rust-2024
- unsafe-extern-blocks
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+904
-605
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2831 | 2831 |
| |
2832 | 2832 |
| |
2833 | 2833 |
| |
2834 |
| - | |
2835 |
| - | |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
2836 | 2837 |
| |
2837 | 2838 |
| |
2838 |
| - | |
2839 |
| - | |
| 2839 | + | |
| 2840 | + | |
2840 | 2841 |
| |
2841 | 2842 |
| |
2842 |
| - | |
2843 |
| - | |
2844 |
| - | |
2845 |
| - | |
2846 |
| - | |
2847 |
| - | |
2848 | 2843 |
| |
2849 | 2844 |
| |
2850 | 2845 |
| |
2851 |
| - | |
2852 |
| - | |
| 2846 | + | |
| 2847 | + | |
| 2848 | + | |
| 2849 | + | |
| 2850 | + | |
| 2851 | + | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
2853 | 2859 |
| |
2854 | 2860 |
| |
2855 | 2861 |
| |
2856 | 2862 |
| |
2857 | 2863 |
| |
2858 | 2864 |
| |
2859 |
| - | |
| 2865 | + | |
2860 | 2866 |
| |
2861 | 2867 |
| |
2862 | 2868 |
| |
2863 | 2869 |
| |
2864 | 2870 |
| |
2865 | 2871 |
| |
2866 | 2872 |
| |
2867 |
| - | |
2868 |
| - | |
| 2873 | + | |
2869 | 2874 |
| |
2870 |
| - | |
2871 |
| - | |
| 2875 | + | |
| 2876 | + | |
2872 | 2877 |
| |
2873 | 2878 |
| |
2874 | 2879 |
| |
2875 | 2880 |
| |
2876 | 2881 |
| |
2877 | 2882 |
| |
2878 | 2883 |
| |
2879 |
| - | |
2880 |
| - | |
2881 |
| - | |
| 2884 | + | |
| 2885 | + | |
2882 | 2886 |
| |
2883 | 2887 |
| |
2884 |
| - | |
2885 |
| - | |
| 2888 | + | |
| 2889 | + | |
2886 | 2890 |
| |
2887 | 2891 |
| |
2888 | 2892 |
| |
2889 | 2893 |
| |
2890 | 2894 |
| |
2891 |
| - | |
2892 |
| - | |
2893 |
| - | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
| 2900 | + | |
| 2901 | + | |
| 2902 | + | |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
| 2942 | + | |
| 2943 | + | |
2894 | 2944 |
| |
2895 | 2945 |
| |
2896 |
| - | |
| 2946 | + | |
2897 | 2947 |
| |
2898 | 2948 |
| |
2899 | 2949 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments