| 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 | -103/+916 |
| 2024-03-14 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -123/+126 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -1/+0 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -8/+8 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -1/+0 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -1/+1 |
| 2024-01-26 | interpret: project_downcast: do not ICE for uninhabited variants | Ralf Jung | -0/+10 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -133/+74 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+15 |
| 2024-01-25 | Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot | bors | -3/+12 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -133/+74 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -1/+1 |
| 2024-01-24 | Remove extra # from url | est31 | -4/+4 |
| 2024-01-23 | Rollup merge of #119805 - chenyukang:yukang-fix-119530, r=davidtwco | León Orell Valerian Liehr | -0/+8 |
| 2024-01-23 | Stop using `eval_rvalue_into_place` in const prop | Oli Scherer | -3/+12 |
| 2024-01-22 | raw pointers are not references | Ralf Jung | -12/+12 |
| 2024-01-22 | const-eval interner: from-scratch rewrite using mutability information from p... | Ralf Jung | -196/+733 |
| 2024-01-21 | Suggest arry::from_fn for array initialization | yukang | -0/+8 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -38/+18 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+15 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -38/+18 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from the tests | Jake Goulding | -1/+1 |
| 2024-01-16 | Skip dead code checks on items that failed typeck | Oli Scherer | -4/+12 |
| 2024-01-13 | Bless tests | George-lewis | -0/+62 |
| 2024-01-11 | Rollup merge of #119852 - RalfJung:const-err4, r=compiler-errors | Matthias Krüger | -11/+1 |
| 2024-01-11 | give const-err4 a more descriptive name | Ralf Jung | -11/+1 |
| 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 |