| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk | Matthias Krüger | -2/+43 |
| 2024-02-10 | rebless after rebase | Ralf Jung | -2/+28 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -47/+76 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -112/+249 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -318/+311 |
| 2024-02-10 | interpret: rename ReadExternStatic → ExternStatic | Ralf Jung | -2/+43 |
| 2024-02-10 | Rollup merge of #117614 - RalfJung:static-mut-refs, r=davidtwco,oli-obk | Matthias Krüger | -38/+30 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -16/+351 |
| 2024-02-08 | Taint borrowck results without running any borrowck if the MIR body was alrea... | Oli Scherer | -90/+20 |
| 2024-02-07 | Update tests | r0cky | -3/+13 |
| 2024-02-07 | Auto merge of #120722 - matthiaskrgr:rollup-9o32280, r=matthiaskrgr | bors | -139/+148 |
| 2024-02-05 | revert stabilization of const_intrinsic_copy | Ralf Jung | -1/+1 |
| 2024-02-05 | merge the accepted-structural-match tests into one | Ralf Jung | -34/+14 |
| 2024-02-05 | update the tracking issue for structural match violations | Ralf Jung | -15/+32 |
| 2024-02-05 | show indirect_structural_match and pointer_structural_match in future compat ... | Ralf Jung | -0/+107 |
| 2024-02-05 | get rid of nontrivial_structural_match lint and custom_eq const qualif | Ralf Jung | -99/+4 |
| 2024-02-05 | Rollup merge of #120384 - wackbyte:array-equality-generics, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -2/+1 |
| 2024-02-04 | Auto merge of #120624 - matthiaskrgr:rollup-3gvcl20, r=matthiaskrgr | bors | -2/+10 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -2/+10 |
| 2024-02-03 | Rollup merge of #120616 - fmease:fix-ice-const-eval-fail-undef-field-access, ... | Matthias Krüger | -0/+22 |
| 2024-02-03 | Check for presence of field in typeck results before visiting it | León Orell Valerian Liehr | -0/+22 |
| 2024-02-01 | `#![feature(inline_const_pat)]` is no longer incomplete | Matthew Jasper | -2/+1 |
| 2024-01-31 | Remove a has_errors check that only hides errors after unrelated items have e... | Oli Scherer | -2/+10 |
| 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-28 | static mut: allow reference to arbitrary types, not just slices and arrays | Ralf Jung | -38/+30 |
| 2024-01-26 | Use `<T, U>` for array/slice equality `impl`s | wackbyte | -6/+6 |
| 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 |