| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -14/+0 | |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -1/+1 | |
| This skips emitting extra arguments at every callsite (of which there can be many). For a librustc_driver build with overflow checks enabled, this cuts 0.7MB from the resulting binary. | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -4/+4 | |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -1/+1 | |
| 2023-03-15 | inherit_overflow: adapt pattern to also work with v0 mangling | Augie Fackler | -1/+1 | |
| This test was failing under new-symbol-mangling = true. Adapt pattern to work in both cases. Related to #106002 from December. | ||||
| 2023-02-18 | Fix codegen test. | Camille GILLOT | -1/+1 | |
| 2023-02-18 | Add codegen test. | Camille GILLOT | -0/+14 | |
