| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-25 | Auto merge of #114201 - Centri3:explicit-repr-rust, r=WaffleLapkin | bors | -0/+1 |
| 2023-08-24 | Optimize `lock_shards` | John Kåre Alsaker | -19/+20 |
| 2023-08-19 | instead of collecting newly formatted Strings into one String, only create a ... | Matthias Krüger | -4/+5 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -1/+0 |
| 2023-08-16 | Don't ICE in is_trivially_sized when encountering late-bound self ty | Michael Goulet | -2/+2 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -6/+9 |
| 2023-08-15 | more span info | Michael Goulet | -1/+1 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -6/+9 |
| 2023-08-10 | Rollup merge of #114622 - petrochenkov:noplugin, r=oli-obk | Michael Goulet | -7/+54 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-08-09 | rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -4/+12 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -3/+42 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -7/+18 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -2/+7 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -0/+78 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -1/+10 |