| Age | Commit message (Expand) | Author | Lines |
| 2023-09-18 | Rename `CloneLiftImpls` as `TrivialLiftImpls`. | Nicholas Nethercote | -2/+2 |
| 2023-09-18 | Remove unused `Display` impls. | Nicholas Nethercote | -6/+0 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -14/+9 |
| 2023-09-17 | nop_lift macros: ensure that we are using the right interner | Ralf Jung | -0/+24 |
| 2023-09-17 | Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi... | bors | -0/+16 |
| 2023-09-16 | Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obk | Matthias Krüger | -6/+20 |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+20 |
| 2023-09-15 | Fix incorrect codeblock attributes in docs | Guillaume Gomez | -2/+2 |
| 2023-09-14 | move required_consts check to general post-mono-check function | Ralf Jung | -5/+5 |
| 2023-09-14 | Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgr | bors | -15/+45 |
| 2023-09-14 | Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726 | Matthias Krüger | -15/+45 |
| 2023-09-14 | Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obk | bors | -5/+0 |
| 2023-09-14 | Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obk | bors | -8/+16 |
| 2023-09-14 | treat host effect params as erased generics in codegen | Deadbeef | -8/+16 |
| 2023-09-14 | found another place where we can eval() a const, and go through valtrees | Ralf Jung | -5/+0 |
| 2023-09-14 | make it more clear which functions create fresh AllocId | Ralf Jung | -4/+4 |
| 2023-09-14 | use AllocId instead of Allocation in ConstValue::ByRef | Ralf Jung | -0/+1 |
| 2023-09-14 | Properly consider binder vars in HasTypeFlagsVisitor | Michael Goulet | -15/+45 |
| 2023-09-13 | Auto merge of #115803 - RalfJung:const-eval, r=oli-obk | bors | -169/+115 |
| 2023-09-13 | restore the old logic adjusting ty::UnevaluatedConst before evaluation | Ralf Jung | -25/+36 |
| 2023-09-13 | Auto merge of #115810 - nnethercote:folding-comments, r=WaffleLapkin | bors | -8/+8 |
| 2023-09-13 | Comments to clarify the working of `HasTypeFlagsVisitor`. | Nicholas Nethercote | -8/+8 |
| 2023-09-13 | make the set of methods between our two Const types more consistent | Ralf Jung | -97/+85 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -120/+67 |
| 2023-09-12 | `#[diagnostic::on_unimplemented]` without filters | Georg Semmler | -0/+16 |
| 2023-09-12 | Auto merge of #115699 - RalfJung:interpret-abi-compat, r=oli-obk | bors | -1/+3 |
| 2023-09-11 | Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwco | Matthias Krüger | -0/+4 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -8/+39 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -3/+3 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -3/+22 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+4 |
| 2023-09-10 | Implement fallback for effect param | Deadbeef | -5/+36 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -5/+3 |
| 2023-09-09 | fix ptr_metadata_ty for DynStar type | Ralf Jung | -1/+3 |
| 2023-09-08 | Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obk | bors | -0/+5 |
| 2023-09-08 | Rollup merge of #115629 - compiler-errors:sugg-deref-unsize, r=oli-obk | Matthias Krüger | -11/+8 |
| 2023-09-08 | Rollup merge of #115624 - compiler-errors:rtn-path, r=WaffleLapkin | Matthias Krüger | -0/+11 |
| 2023-09-07 | Ensure that dyn trait bounds stay sorted | Michael Goulet | -11/+8 |
| 2023-09-07 | Print the path of an RPITIT in RTN | Michael Goulet | -0/+11 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -1/+1 |
| 2023-09-06 | Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-06 | Support a few more rvalues. | Camille GILLOT | -0/+5 |
| 2023-09-06 | make comments less cryptic | ouz-a | -1/+1 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -10/+10 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -2/+0 |
| 2023-08-30 | Don't record spans for predicates in coherence | Michael Goulet | -1/+1 |
| 2023-08-30 | Pretty-print impl trait to name it. | Camille GILLOT | -4/+0 |
| 2023-08-29 | Rollup merge of #111580 - atsuzaki:layout-ice, r=oli-obk | Matthias Krüger | -1/+9 |
| 2023-08-29 | Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot | bors | -19/+20 |
| 2023-08-28 | Don't ICE on layout computation failure | Katherine Philip | -1/+9 |