File tree
439 files changed
+4240
-3024
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_codegen_cranelift
- .github/workflows
- build_system
- example
- patches
- scripts
- src
- abi
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src/back
- rustc_const_eval
- src
- const_eval
- interpret
- transform/check_consts
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- check
- collect
- structured_errors
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_interface/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rustc_middle/src
- mir/interpret
- ty
- print
- rustc_mir_transform/src
- rustc_passes/src
- rustc_session
- src
- rustc_smir/src
- rustc_internal
- rustc_smir
- stable_mir
- rustc_span/src
- rustc_target/src
- abi
- call
- spec
- abi
- rustc_trait_selection
- src
- traits/error_reporting
- rustc_ty_utils/src
- library
- core/src
- ascii
- std
- src
- f32
- f64
- sys
- unix
- process
- process_unix
- unsupported
- windows
- test/src/term/terminfo/searcher
- src
- bootstrap
- builder
- mk
- ci
- docker
- host-x86_64
- i686-gnu
- mingw-check-tidy
- wasm32
- x86_64-gnu-llvm-15
- scripts
- github-actions
- doc/rustc/src
- platform-support
- etc/completions
- tools
- compiletest/src
- miri
- src
- shims
- tests/pass
- opt-dist/src
- rust-analyzer/crates/ide-completion/src/completions
- tidy
- config
- src
- tests
- run-make/optimization-remarks-dir-pgo
- rustdoc-gui
- rustdoc-json
- enums
- structs
- unions
- ui
- abi
- associated-type-bounds
- return-type-notation
- async-await
- in-trait
- issues
- auto-traits
- builtin-superkinds
- check-cfg
- closures
- const-generics
- generic_const_exprs
- consts
- error-codes
- extern
- feature-gates
- fmt
- generator
- print
- generic-associated-types
- impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
439 files changed
+4240
-3024
lines changed+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| 47 | + | |
| 48 | + | |
46 | 49 |
| |
47 | 50 |
| |
48 | 51 |
| |
|
Diff for: .github/workflows/ci.yml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
| 339 | + | |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
|
Diff for: Cargo.lock
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 |
| - | |
| 644 | + | |
645 | 645 |
| |
646 |
| - | |
| 646 | + | |
647 | 647 |
| |
648 | 648 |
| |
649 | 649 |
| |
|
Diff for: compiler/rustc_ast/src/ast.rs
+10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
316 | 326 |
| |
317 | 327 |
| |
318 | 328 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/asm.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| 210 | + | |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
|
+17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
37 | 54 |
| |
38 | 55 |
| |
39 | 56 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/expr.rs
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| 103 | + | |
103 | 104 |
| |
104 | 105 |
| |
105 | 106 |
| |
| |||
260 | 261 |
| |
261 | 262 |
| |
262 | 263 |
| |
| 264 | + | |
263 | 265 |
| |
264 | 266 |
| |
265 | 267 |
| |
| |||
307 | 309 |
| |
308 | 310 |
| |
309 | 311 |
| |
| 312 | + | |
310 | 313 |
| |
311 | 314 |
| |
312 | 315 |
| |
| |||
1179 | 1182 |
| |
1180 | 1183 |
| |
1181 | 1184 |
| |
| 1185 | + | |
1182 | 1186 |
| |
1183 | 1187 |
| |
1184 | 1188 |
| |
| |||
1198 | 1202 |
| |
1199 | 1203 |
| |
1200 | 1204 |
| |
| 1205 | + | |
1201 | 1206 |
| |
1202 | 1207 |
| |
1203 | 1208 |
| |
| |||
1222 | 1227 |
| |
1223 | 1228 |
| |
1224 | 1229 |
| |
| 1230 | + | |
1225 | 1231 |
| |
1226 | 1232 |
| |
1227 | 1233 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/item.rs
+67-29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| 93 | + | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
148 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
149 | 166 |
| |
150 | 167 |
| |
151 | 168 |
| |
| |||
389 | 406 |
| |
390 | 407 |
| |
391 | 408 |
| |
| 409 | + | |
392 | 410 |
| |
393 | 411 |
| |
394 | 412 |
| |
| |||
419 | 437 |
| |
420 | 438 |
| |
421 | 439 |
| |
422 |
| - | |
423 | 440 |
| |
424 | 441 |
| |
425 | 442 |
| |
| |||
1254 | 1271 |
| |
1255 | 1272 |
| |
1256 | 1273 |
| |
1257 |
| - | |
1258 |
| - | |
| 1274 | + | |
| 1275 | + | |
1259 | 1276 |
| |
1260 | 1277 |
| |
1261 | 1278 |
| |
| |||
1268 | 1285 |
| |
1269 | 1286 |
| |
1270 | 1287 |
| |
1271 |
| - | |
| 1288 | + | |
1272 | 1289 |
| |
1273 | 1290 |
| |
1274 | 1291 |
| |
| |||
1277 | 1294 |
| |
1278 | 1295 |
| |
1279 | 1296 |
| |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
1280 | 1301 |
| |
1281 | 1302 |
| |
1282 | 1303 |
| |
| |||
1363 | 1384 |
| |
1364 | 1385 |
| |
1365 | 1386 |
| |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
1366 | 1410 |
| |
1367 | 1411 |
| |
1368 | 1412 |
| |
| |||
1410 | 1454 |
| |
1411 | 1455 |
| |
1412 | 1456 |
| |
1413 |
| - | |
1414 |
| - | |
1415 |
| - | |
1416 |
| - | |
1417 |
| - | |
1418 |
| - | |
1419 |
| - | |
1420 |
| - | |
1421 |
| - | |
1422 |
| - | |
1423 |
| - | |
| 1457 | + | |
1424 | 1458 |
| |
1425 |
| - | |
1426 |
| - | |
| 1459 | + | |
| 1460 | + | |
1427 | 1461 |
| |
1428 |
| - | |
1429 | 1462 |
| |
1430 | 1463 |
| |
1431 | 1464 |
| |
| |||
1435 | 1468 |
| |
1436 | 1469 |
| |
1437 | 1470 |
| |
1438 |
| - | |
1439 |
| - | |
1440 |
| - | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
1441 | 1474 |
| |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
1446 | 1480 |
| |
1447 | 1481 |
| |
1448 | 1482 |
| |
| |||
1481 | 1515 |
| |
1482 | 1516 |
| |
1483 | 1517 |
| |
1484 |
| - | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1485 | 1523 |
| |
1486 | 1524 |
| |
1487 | 1525 |
| |
|
0 commit comments