| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -3/+31 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -3/+31 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -82/+206 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -82/+206 |
| 2024-01-06 | remove an unnecessary stderr-per-bitwidth | Ralf Jung | -140/+6 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -16/+18 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -42/+24 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -10/+10 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -29/+29 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -6/+18 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -10/+10 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -29/+29 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -4/+16 |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -3/+3 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -6/+0 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -11/+11 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -11/+11 |
| 2023-12-26 | Auto merge of #119133 - scottmcm:assert-unchecked, r=thomcc | bors | -0/+19 |
| 2023-12-24 | Replace legacy ConstProp by GVN. | Camille GILLOT | -6/+0 |
| 2023-12-24 | fix ICE when using raw ptr in a pattern | Ralf Jung | -0/+33 |
| 2023-12-19 | Add `hint::assert_unchecked` | Scott McMurray | -0/+19 |
| 2023-12-19 | bless ui tests | Deadbeef | -58/+30 |
| 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 |