| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -161/+0 | |
| 2025-07-03 | Block SIMD in transmute_immediate; delete `OperandValueKind` | Scott McMurray | -30/+1 | |
| See conversation in <https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Is.20transmuting.20a.20.60T.60.20to.20.60Tx1.60.20.28one-element.20SIMD.20vector.29.20UB.3F/near/526262799>. | ||||
| 2025-02-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2025-01-09 | Update a bunch of library types for MCP807 | Scott McMurray | -12/+42 | |
| This greatly reduces the number of places that actually use the `rustc_layout_scalar_valid_range_*` attributes down to just 3: ``` library/core\src\ptr\non_null.rs 68:#[rustc_layout_scalar_valid_range_start(1)] library/core\src\num\niche_types.rs 19: #[rustc_layout_scalar_valid_range_start($low)] 20: #[rustc_layout_scalar_valid_range_end($high)] ``` Everything else -- PAL Nanoseconds, alloc's `Cap`, niched FDs, etc -- all just wrap those `niche_types` types. | ||||
| 2024-12-15 | Asserts the maximum value that can be returned from `Vec::len` | EFanZh | -0/+46 | |
| 2024-10-31 | tests: `ignore-debug` -> `ignore-std-debug-assertions` | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-05-20 | add codegen test for issue 120493 | Joshua Wong | -0/+22 | |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -1/+1 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -2/+2 | |
| 2023-11-21 | Update the minimum external LLVM to 16. | Dario Nieuwenhuis | -1/+0 | |
| 2023-04-03 | llvm 16 finally reconizes some additional vec in-place conversions as noops | The 8472 | -11/+31 | |
| 2023-02-10 | Update the minimum external LLVM to 14 | Josh Stone | -1/+0 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+74 | |
