This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
251 files changed
+3878
-3081
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck/src
- region_infer
- type_check
- rustc_codegen_llvm/src/back
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_error_codes/src
- error_codes
- rustc_errors/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- rustc_infer/src/infer/error_reporting
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir/map
- mir
- ty
- rustc_mir_build/src/build
- expr
- matches
- rustc_privacy
- src
- rustc_query_system/src/query
- rustc_resolve/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_trait_selection
- src
- solve
- traits
- library
- core
- src
- char
- iter
- adapters
- num
- ptr
- slice
- str
- tests
- iter
- std/src
- ffi
- sys
- common
- solid
- unix
- os_str
- process
- windows
- src
- bootstrap
- doc/rustc/src
- librustdoc
- clean
- html
- render
- static/js
- json
- tools
- build_helper/src
- clippy
- clippy_lints/src/operators
- tests/ui
- miri
- src
- shims
- unix
- tests/utils
- tests
- codegen
- lib-optimizations
- mir-opt
- building
- dataflow-const-prop
- inline
- pre-codegen
- run-coverage
- rustdoc
- inline_cross
- auxiliary
- rustdoc-gui
- rustdoc-js
- rustdoc-js-std
- ui
- argument-suggestions
- associated-consts
- associated-inherent-types
- attributes
- c-variadic
- const-generics/generic_const_exprs
- error-codes
- feature-gates
- fn
- impl-trait/in-trait
- imports
- infinite
- issues
- lint
- unused
- mismatched_types
- nll
- privacy
- restricted
- proc-macro
- pub
- range
- regions
- rfcs
- rfc-2396-target_feature-11
- rfc-2497-if-let-chains
- static
- test-attrs
- transmutability/visibility
- assume
- type-alias-impl-trait
- unsafe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
251 files changed
+3878
-3081
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| 156 | + | |
156 | 157 |
| |
157 | 158 |
| |
158 | 159 |
| |
| |||
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
216 | 222 |
| |
217 | 223 |
| |
218 | 224 |
| |
| |||
1089 | 1095 |
| |
1090 | 1096 |
| |
1091 | 1097 |
| |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1092 | 1103 |
| |
1093 | 1104 |
| |
1094 | 1105 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2249 | 2249 |
| |
2250 | 2250 |
| |
2251 | 2251 |
| |
2252 |
| - | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
| 2256 | + | |
| 2257 | + | |
| 2258 | + | |
| 2259 | + | |
2253 | 2260 |
| |
2254 | 2261 |
| |
2255 | 2262 |
| |
|
Lines changed: 5 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 52 | + | |
| 53 | + | |
56 | 54 |
| |
57 | 55 |
| |
58 | 56 |
| |
| |||
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
72 |
| - | |
73 |
| - | |
74 | 70 |
| |
75 | 71 |
| |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 | 72 |
| |
82 | 73 |
| |
83 | 74 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 | 166 |
| |
171 | 167 |
| |
172 | 168 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
| 370 | + | |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 |
| - | |
| 444 | + | |
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
|
Lines changed: 23 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| 257 | + | |
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
| |||
263 | 264 |
| |
264 | 265 |
| |
265 | 266 |
| |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
| 267 | + | |
271 | 268 |
| |
272 | 269 |
| |
273 | 270 |
| |
| |||
289 | 286 |
| |
290 | 287 |
| |
291 | 288 |
| |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 | 289 |
| |
304 | 290 |
| |
305 | 291 |
| |
| |||
308 | 294 |
| |
309 | 295 |
| |
310 | 296 |
| |
311 |
| - | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
312 | 304 |
| |
313 |
| - | |
| 305 | + | |
314 | 306 |
| |
315 | 307 |
| |
316 | 308 |
| |
317 | 309 |
| |
318 | 310 |
| |
319 |
| - | |
| 311 | + | |
320 | 312 |
| |
321 | 313 |
| |
322 | 314 |
| |
323 |
| - | |
324 |
| - | |
| 315 | + | |
| 316 | + | |
325 | 317 |
| |
326 | 318 |
| |
327 |
| - | |
| 319 | + | |
| 320 | + | |
328 | 321 |
| |
329 | 322 |
| |
330 |
| - | |
331 |
| - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
332 | 331 |
| |
333 | 332 |
| |
334 | 333 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| |||
327 | 327 |
| |
328 | 328 |
| |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
| 611 | + | |
611 | 612 |
| |
612 | 613 |
| |
613 | 614 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 25 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 31 | + | |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
| 59 | + | |
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3729 | 3729 |
| |
3730 | 3730 |
| |
3731 | 3731 |
| |
| 3732 | + | |
| 3733 | + | |
3732 | 3734 |
| |
3733 | 3735 |
| |
3734 | 3736 |
| |
| |||
3737 | 3739 |
| |
3738 | 3740 |
| |
3739 | 3741 |
| |
3740 |
| - | |
3741 |
| - | |
3742 | 3742 |
| |
3743 | 3743 |
| |
3744 | 3744 |
| |
|
Lines changed: 12 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
910 | 910 |
| |
911 | 911 |
| |
912 | 912 |
| |
913 |
| - | |
914 | 913 |
| |
915 |
| - | |
916 |
| - | |
917 |
| - | |
918 |
| - | |
919 |
| - | |
| 914 | + | |
| 915 | + | |
920 | 916 |
| |
921 | 917 |
| |
922 | 918 |
| |
923 | 919 |
| |
924 | 920 |
| |
925 |
| - | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
926 | 931 |
| |
927 | 932 |
| |
928 | 933 |
| |
|
0 commit comments