This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
91 files changed
+899
-313
lines changed- compiler
- rustc_ast_lowering/src
- rustc_codegen_llvm/src
- rustc_driver_impl/src
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_interface/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- ty
- rustc_span/src
- symbol
- rustc_trait_selection/src
- error_reporting/traits
- solve
- fulfill
- library
- alloc
- core/src
- intrinsics
- iter
- adapters
- traits
- std
- src
- bootstrap
- defaults
- src/core/config
- doc/rustc-dev-guide/src/tests
- librustdoc
- tools
- clippy
- clippy_lints/src
- attrs
- doc
- clippy_utils/src
- src
- compiletest/src
- header
- tests
- assembly
- codegen/simd
- ui
- const-generics/generic_arg_infer
- consts/static-default-lifetime
- diagnostic_namespace/do_not_recommend
- generic-associated-types
- generic-const-items
- impl-trait
- in-trait
- invalid-compile-flags
- lifetimes
- linkage-attr
- lint/non-snake-case
- no_std
- panic-runtime
- simd/intrinsic
- traits
- const-traits
- next-solver
- overflow
- type-alias-impl-trait
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+899
-313
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 |
| - | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
2038 | 2040 |
| |
2039 | 2041 |
| |
2040 | 2042 |
| |
|
Lines changed: 39 additions & 30 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 | 1423 |
| |
1424 |
| - | |
| 1424 | + | |
1425 | 1425 |
| |
1426 | 1426 |
| |
1427 | 1427 |
| |
| |||
1432 | 1432 |
| |
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 |
| - | |
1436 |
| - | |
1437 |
| - | |
1438 |
| - | |
1439 |
| - | |
1440 |
| - | |
1441 |
| - | |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
1450 |
| - | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
1451 | 1454 |
| |
1452 |
| - | |
| 1455 | + | |
1453 | 1456 |
| |
1454 | 1457 |
| |
1455 | 1458 |
| |
1456 | 1459 |
| |
1457 |
| - | |
1458 |
| - | |
1459 |
| - | |
1460 |
| - | |
1461 |
| - | |
1462 |
| - | |
1463 |
| - | |
1464 |
| - | |
1465 |
| - | |
1466 |
| - | |
1467 |
| - | |
1468 |
| - | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
| 1470 | + | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1469 | 1478 |
| |
1470 | 1479 |
| |
1471 | 1480 |
| |
|
0 commit comments