| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -1/+26 |
| 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 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -54/+54 |
| 2023-10-31 | Do not ICE on constant evaluation failure in GVN. | Camille GILLOT | -3/+26 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -1/+1 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -7/+5 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -44/+44 |
| 2023-10-16 | Rebless. | Camille GILLOT | -9/+9 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -63/+63 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -7/+7 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -2/+19 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -86/+105 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -0/+14 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -0/+14 |
| 2023-10-14 | Auto merge of #116015 - EvanMerlock:master, r=oli-obk | bors | -0/+53 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -0/+72 |
| 2023-10-10 | Rollup merge of #116444 - RalfJung:broken-unused-const, r=oli-obk | Guillaume Gomez | -0/+31 |
| 2023-10-08 | add test for const-eval error in dead code during monomorphization | Ralf Jung | -0/+31 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+2 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -5/+9 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+2 |
| 2023-09-28 | Const stabilize mem::discriminant | David Tolnay | -1/+1 |
| 2023-09-26 | add misalignment const-eval test | Ralf Jung | -0/+72 |
| 2023-09-22 | test(const_eval): add test cases for #114994 | Evan Merlock | -0/+53 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -23/+23 |
| 2023-09-05 | Auto merge of #115531 - RalfJung:read_via_copy, r=scottmcm | bors | -4/+26 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -4/+26 |
| 2023-09-04 | Auto merge of #115513 - Urgau:normalize-msg-after-translate, r=petrochenkov | bors | -0/+16 |
| 2023-09-03 | Don't forget to normalize the translated message | Urgau | -0/+16 |
| 2023-08-24 | Fix ub-int-array test for big-endian platforms | Ulrich Weigand | -42/+10 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -131/+165 |