| Age | Commit message (Expand) | Author | Lines |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -4/+4 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -1/+2 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -1/+1 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -2/+0 |
| 2024-04-23 | promotion: do not promote const-fn calls in const when that may fail without ... | Ralf Jung | -184/+0 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -3/+2 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -6/+16 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -0/+39 |
| 2024-04-09 | tests: bless ui and rustdoc-ui tests for ICE messages | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+41 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -4/+4 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -6/+6 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -0/+88 |
| 2024-03-14 | Rollup merge of #122440 - RalfJung:required-consts, r=oli-obk | Matthias Krüger | -101/+0 |
| 2024-03-13 | const-eval: organize and extend tests for required-consts | Ralf Jung | -101/+0 |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -1/+26 |
| 2024-03-10 | Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to i... | Markus Reiter | -6/+6 |
| 2024-03-08 | Fix crash in late internal checking | yukang | -3/+33 |
| 2024-02-29 | add const test for ptr::metadata | Ralf Jung | -33/+36 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+2 |
| 2024-02-25 | Use generic `NonZero` in tests. | Markus Reiter | -135/+135 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -2/+2 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -52/+23 |
| 2024-02-17 | Enable `ConstPropLint` for promoteds | Gurinder Singh | -3/+28 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -123/+123 |
| 2024-02-16 | remove stderr-per-bitwidth from some tests | Ralf Jung | -62/+8 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -1/+1 |
| 2024-02-03 | Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ... | Matthias Krüger | -0/+22 |
| 2024-02-03 | Check for presence of field in typeck results before visiting it | León Orell Valerian Liehr | -0/+22 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -1/+0 |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from p... | Ralf Jung | -35/+7 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -3/+2 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -3/+2 |
| 2024-01-16 | Skip dead code checks on items that failed typeck | Oli Scherer | -4/+12 |
| 2024-01-13 | Bless tests | George-lewis | -0/+3 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-06 | remove an unnecessary stderr-per-bitwidth | Ralf Jung | -139/+5 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -6/+0 |
| 2023-12-12 | also test projecting to some sized fields at non-zero offset in structs with ... | Ralf Jung | -2/+7 |
| 2023-12-12 | make it more clear what comments refer to; avoid dangling unaligned references | Ralf Jung | -5/+11 |
| 2023-12-12 | reject projecting to fields whose offset we cannot compute | Ralf Jung | -59/+41 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -48/+48 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -0/+85 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -2/+2 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 2023-11-27 | make const tests independent of std debug assertions | Ralf Jung | -163/+112 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -2/+2 |
| 2023-11-25 | Fix tests | Gary Guo | -110/+111 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -5/+5 |