File tree
128 files changed
+629
-773
lines changed- compiler
- rustc_abi/src
- layout
- rustc_ast_lowering/src
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc
- example
- src
- rustc_codegen_llvm
- src
- rustc_codegen_ssa
- src
- back
- link
- mir
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_error_messages
- src
- rustc_errors/src
- rustc_expand/src
- rustc_feature/src
- rustc_fluent_macro/src
- rustc_hir/src
- rustc_hir_typeck/src
- rustc_infer/src
- rustc_interface/src
- rustc_macros/src
- rustc_middle/src
- rustc_mir_transform/src
- rustc_parse/src
- rustc_passes/src
- rustc_query_system/src
- rustc_session/src
- rustc_span/src
- rustc_target
- src
- asm
- callconv
- spec
- targets
- rustc_trait_selection/src
- library
- core
- src
- intrinsics
- pin
- sync
- std
- src
- os/linux
- sys
- alloc
- personality
- unwind
- src
- src
- bootstrap
- src/core
- ci/github-actions
- doc/rustc/src
- platform-support
- librustdoc/clean
- tools
- build-manifest/src
- compiletest/src
- miri/src/shims
- tests
- assembly/targets
- ui
- abi
- attributes
- check-cfg
- cross-crate
- auxiliary
- diagnostic-width
- imports
- intrinsics
- layout
- lifetimes
- linking
- repr
- runtime
- test-attrs
- traits
- type/pattern_types
- unboxed-closures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+629
-773
lines changedLines changed: 30 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| |||
2509 | 2509 |
| |
2510 | 2510 |
| |
2511 | 2511 |
| |
2512 |
| - | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
2513 | 2525 |
| |
2514 | 2526 |
| |
2515 | 2527 |
| |
| |||
3109 | 3121 |
| |
3110 | 3122 |
| |
3111 | 3123 |
| |
3112 |
| - | |
| 3124 | + | |
3113 | 3125 |
| |
3114 | 3126 |
| |
3115 | 3127 |
| |
| |||
3422 | 3434 |
| |
3423 | 3435 |
| |
3424 | 3436 |
| |
3425 |
| - | |
| 3437 | + | |
3426 | 3438 |
| |
3427 | 3439 |
| |
3428 | 3440 |
| |
| |||
3463 | 3475 |
| |
3464 | 3476 |
| |
3465 | 3477 |
| |
3466 |
| - | |
| 3478 | + | |
3467 | 3479 |
| |
3468 | 3480 |
| |
3469 | 3481 |
| |
| |||
3640 | 3652 |
| |
3641 | 3653 |
| |
3642 | 3654 |
| |
| 3655 | + | |
3643 | 3656 |
| |
3644 | 3657 |
| |
3645 | 3658 |
| |
| |||
4495 | 4508 |
| |
4496 | 4509 |
| |
4497 | 4510 |
| |
4498 |
| - | |
| 4511 | + | |
4499 | 4512 |
| |
4500 | 4513 |
| |
4501 | 4514 |
| |
| |||
5247 | 5260 |
| |
5248 | 5261 |
| |
5249 | 5262 |
| |
5250 |
| - | |
| 5263 | + | |
5251 | 5264 |
| |
5252 | 5265 |
| |
5253 | 5266 |
| |
| |||
5908 | 5921 |
| |
5909 | 5922 |
| |
5910 | 5923 |
| |
5911 |
| - | |
5912 |
| - | |
5913 |
| - | |
5914 |
| - | |
5915 |
| - | |
5916 |
| - | |
5917 |
| - | |
5918 |
| - | |
5919 |
| - | |
5920 | 5924 |
| |
5921 | 5925 |
| |
5922 | 5926 |
| |
| |||
5941 | 5945 |
| |
5942 | 5946 |
| |
5943 | 5947 |
| |
| 5948 | + | |
| 5949 | + | |
| 5950 | + | |
| 5951 | + | |
| 5952 | + | |
| 5953 | + | |
| 5954 | + | |
| 5955 | + | |
| 5956 | + | |
5944 | 5957 |
| |
5945 | 5958 |
| |
5946 | 5959 |
| |
|
Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 176 | + | |
183 | 177 |
| |
184 | 178 |
| |
185 | 179 |
| |
| |||
435 | 429 |
| |
436 | 430 |
| |
437 | 431 |
| |
438 |
| - | |
| 432 | + | |
439 | 433 |
| |
440 | 434 |
| |
441 | 435 |
| |
442 | 436 |
| |
443 | 437 |
| |
444 |
| - | |
| 438 | + | |
445 | 439 |
| |
446 | 440 |
| |
447 | 441 |
| |
| |||
1289 | 1283 |
| |
1290 | 1284 |
| |
1291 | 1285 |
| |
1292 |
| - | |
| 1286 | + | |
1293 | 1287 |
| |
1294 | 1288 |
| |
1295 | 1289 |
| |
| |||
1308 | 1302 |
| |
1309 | 1303 |
| |
1310 | 1304 |
| |
1311 |
| - | |
| 1305 | + | |
1312 | 1306 |
| |
1313 | 1307 |
| |
1314 | 1308 |
| |
| |||
1342 | 1336 |
| |
1343 | 1337 |
| |
1344 | 1338 |
| |
1345 |
| - | |
| 1339 | + | |
1346 | 1340 |
| |
1347 | 1341 |
| |
1348 | 1342 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments