File tree
182 files changed
+762
-356
lines changed- compiler
- rustc_errors/src
- rustc_hir_typeck/src
- rustc_mir_transform/src
- rustc_smir/src/rustc_smir
- rustc_trait_selection/src/traits/select
- stable_mir/src/mir
- library/core/src
- tests
- mir-opt/inline
- rustdoc-ui
- intra-doc
- issues
- lints
- ui
- allocator
- associated-consts
- associated-inherent-types
- associated-type-bounds
- associated-types
- async-await
- return-type-notation
- borrowck
- cfg
- conditional-compilation
- const-generics
- issues
- consts
- const-eval
- stable-metric
- const_in_pattern
- miri_unleashed
- crate-loading
- derives
- diagnostic_namespace/on_unimplemented
- dyn-keyword
- error-codes
- feature-gates
- generic-associated-types
- higher-ranked
- subtype
- trait-bounds
- impl-trait
- imports
- issues
- lifetimes
- limits
- lint
- force-warn
- must_not_suspend
- rfc-2383-lint-reason
- lub-glb
- macros
- native-library-link-flags
- nll
- relate_tys
- user-annotations
- object-safety
- parser
- issues
- macro
- pattern
- bindings-after-at
- privacy
- proc-macro
- recursion_limit
- regions
- repr
- rfcs
- rfc-1623-static
- rfc-2632-const-trait-impl
- rust-2018
- uniform-paths
- sanitize
- suggestions
- tool-attributes
- traits
- tuple/tuple-struct-fields
- type
- type-alias-enum-variants
- type-alias-impl-trait
- typeck
- unknown-unstable-lints
- use
- ui-fulldeps
- plugin
- session-diagnostic
- stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
182 files changed
+762
-356
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1376 | 1376 |
| |
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 |
| - | |
| 1379 | + | |
1380 | 1380 |
| |
1381 | 1381 |
| |
1382 | 1382 |
| |
1383 |
| - | |
| 1383 | + | |
1384 | 1384 |
| |
1385 | 1385 |
| |
1386 | 1386 |
| |
1387 | 1387 |
| |
1388 |
| - | |
| 1388 | + | |
1389 | 1389 |
| |
1390 | 1390 |
| |
1391 | 1391 |
| |
| |||
1401 | 1401 |
| |
1402 | 1402 |
| |
1403 | 1403 |
| |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
1404 | 1409 |
| |
1405 | 1410 |
| |
1406 | 1411 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 |
| |
28 | 33 |
| |
29 | 34 |
| |
| |||
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
51 |
| - | |
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
470 |
| - | |
471 | 470 |
| |
472 | 471 |
| |
473 | 472 |
| |
| |||
483 | 482 |
| |
484 | 483 |
| |
485 | 484 |
| |
| 485 | + | |
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| 60 | + | |
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
|
Lines changed: 116 additions & 59 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
110 | 117 |
| |
111 | 118 |
| |
112 | 119 |
| |
| |||
223 | 230 |
| |
224 | 231 |
| |
225 | 232 |
| |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
234 | 244 |
| |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
239 | 255 |
| |
240 | 256 |
| |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
246 | 273 |
| |
247 |
| - | |
248 |
| - | |
249 |
| - | |
| 274 | + | |
| 275 | + | |
250 | 276 |
| |
251 | 277 |
| |
252 | 278 |
| |
253 | 279 |
| |
254 | 280 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
258 | 289 |
| |
259 |
| - | |
260 |
| - | |
| 290 | + | |
261 | 291 |
| |
262 | 292 |
| |
263 | 293 |
| |
| |||
806 | 836 |
| |
807 | 837 |
| |
808 | 838 |
| |
809 |
| - | |
810 | 839 |
| |
811 |
| - | |
812 |
| - | |
813 |
| - | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
814 | 853 |
| |
815 | 854 |
| |
816 | 855 |
| |
| |||
821 | 860 |
| |
822 | 861 |
| |
823 | 862 |
| |
824 |
| - | |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 |
| - | |
831 |
| - | |
832 |
| - | |
833 |
| - | |
834 |
| - | |
835 |
| - | |
836 |
| - | |
837 |
| - | |
838 |
| - | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
839 | 871 |
| |
840 | 872 |
| |
841 | 873 |
| |
842 |
| - | |
843 |
| - | |
844 |
| - | |
845 |
| - | |
846 |
| - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
847 | 887 |
| |
848 | 888 |
| |
849 |
| - | |
850 |
| - | |
851 |
| - | |
852 |
| - | |
853 |
| - | |
854 |
| - | |
855 |
| - | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
856 | 895 |
| |
857 | 896 |
| |
858 | 897 |
| |
859 |
| - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
860 | 917 |
| |
861 | 918 |
| |
862 | 919 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3116 | 3116 |
| |
3117 | 3117 |
| |
3118 | 3118 |
| |
3119 |
| - | |
3120 |
| - | |
3121 |
| - | |
3122 | 3119 |
| |
3123 | 3120 |
| |
3124 | 3121 |
| |
|
Lines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
| |||
15 | 21 |
| |
16 | 22 |
| |
17 | 23 |
| |
18 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
19 | 31 |
| |
20 | 32 |
| |
21 | 33 |
| |
| |||
179 | 191 |
| |
180 | 192 |
| |
181 | 193 |
| |
182 |
| - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
183 | 201 |
| |
184 | 202 |
| |
185 | 203 |
| |
|
0 commit comments