| Age | Commit message (Expand) | Author | Lines |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-13 | Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkin | bors | -59/+52 |
| 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-12 | Improve an error involving attribute values. | Nicholas Nethercote | -2/+2 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -7/+1 |
| 2023-12-10 | fix tests | Deadbeef | -7/+1 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -12/+1 |
| 2023-12-07 | also print 'immutable' flag | Ralf Jung | -61/+61 |
| 2023-12-07 | compile-time evaluation: emit a lint when a write through an immutable pointe... | Ralf Jung | -15/+94 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -12/+1 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -19/+19 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 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 | -232/+112 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -19/+19 |
| 2023-11-25 | Fix tests | Gary Guo | -114/+116 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -9/+9 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -169/+169 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -20/+20 |
| 2023-11-19 | Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwco | bors | -2/+19 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -20/+20 |
| 2023-11-12 | patterns: don't ice when encountering a raw str slice | Ralf Jung | -2/+19 |
| 2023-11-12 | Reenable effects in libcore | Deadbeef | -2/+22 |
| 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 |