| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -25/+70 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -9/+55 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -7/+6 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -7/+6 |
| 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 | -2/+1 |
| 2023-10-28 | also lint against fn ptr and raw ptr nested inside the const | Ralf Jung | -3/+23 |
| 2023-10-28 | patterns: reject raw pointers that are not just integers | Ralf Jung | -9/+34 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -0/+10 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -12/+9 |
| 2023-10-26 | Remove unused feature from a miri test | Maybe Waffle | -4/+3 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -9/+7 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -4/+44 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -1/+10 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -0/+10 |
| 2023-10-23 | return unfixed len if pat has reported error | bohan | -0/+33 |
| 2023-10-20 | Avoid a `track_errors` by bubbling up most errors from `check_well_formed` | Oli Scherer | -2/+12 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -0/+30 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -65/+65 |
| 2023-10-16 | Rebless. | Camille GILLOT | -11/+11 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -100/+100 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -1/+10 |
| 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 |