| Age | Commit message (Expand) | Author | Lines |
| 2023-10-16 | add oversized-ref test back | Ralf Jung | -1/+15 |
| 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/+20 |
| 2023-10-15 | avoid re-checking the offset while iterating an array/slice | Ralf Jung | -0/+3 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -118/+150 |
| 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-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -21/+2 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -19/+22 |
| 2023-10-10 | Rollup merge of #116444 - RalfJung:broken-unused-const, r=oli-obk | Guillaume Gomez | -0/+31 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -4/+10 |
| 2023-10-08 | add test for const-eval error in dead code during monomorphization | Ralf Jung | -0/+31 |
| 2023-10-08 | Do not run optimizations on trivial MIR. | Camille GILLOT | -1/+1 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -2/+8 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+2 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -29/+48 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -29/+48 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-02 | MIRI -> Miri | Ralf Jung | -1/+2 |
| 2023-09-28 | Const stabilize mem::discriminant | David Tolnay | -2/+1 |
| 2023-09-26 | add misalignment const-eval test | Ralf Jung | -0/+72 |
| 2023-09-25 | rename lint; add tracking issue | Ralf Jung | -4/+4 |
| 2023-09-24 | work towards rejecting consts in patterns that do not implement PartialEq | Ralf Jung | -1/+25 |
| 2023-09-22 | test(const_eval): add test cases for #114994 | Evan Merlock | -0/+53 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -34/+70 |
| 2023-09-20 | Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillot | bors | -0/+33 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -28/+7 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -40/+97 |
| 2023-09-14 | don't point at const usage site for resolution-time errors | Ralf Jung | -55/+49 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -2/+18 |
| 2023-09-14 | add regression test for something we fixed | Ralf Jung | -0/+31 |
| 2023-09-07 | Auto merge of #115527 - oli-obk:drop_maybe_uninit_in_const, r=lcnr | bors | -0/+17 |
| 2023-09-07 | Don't require `Drop` for `[PhantomData<T>; N]` where `N` and `T` are generic,... | Oli Scherer | -0/+17 |
| 2023-09-05 | Correctly deny late-bound lifetimes from parent in anon consts and TAITs | Michael Goulet | -0/+33 |
| 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-25 | Handle Self in paths too | Michael Goulet | -2/+2 |
| 2023-08-25 | Rollup merge of #115169 - RalfJung:do-not-ignore-debug, r=cjgillot | Matthias Krüger | -5/+4 |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -5/+4 |
| 2023-08-24 | Fix ub-int-array test for big-endian platforms | Ulrich Weigand | -42/+10 |
| 2023-08-22 | Rollup merge of #115011 - compiler-errors:warn-on-elided-assoc-ct-lt, r=cjgillot | Michael Goulet | -0/+52 |
| 2023-08-20 | interpret: have assert_* intrinsics call the panic machinery instead of a dir... | Ralf Jung | -3/+3 |
| 2023-08-20 | Warn on elided lifetimes in associated constants | Michael Goulet | -0/+52 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -14/+33 |
| 2023-08-07 | Fix ICE | Deadbeef | -9/+2 |