| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -7/+16 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+12 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -1/+1 |
| 2023-09-26 | subst -> instantiate | lcnr | -7/+6 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -1/+1 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -35/+19 |
| 2023-09-24 | Try to use approximate placeholder regions when outputting an AscribeUserType... | Jack Huey | -13/+54 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -22/+21 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -1/+1 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -22/+21 |
| 2023-09-18 | Remove `RegionHighlightMode::tcx`. | Nicholas Nethercote | -4/+4 |
| 2023-09-12 | cleanup on messages | yukang | -9/+0 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -13/+20 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -13/+20 |
| 2023-09-11 | Auto merge of #115595 - surechen:114896, r=davidtwco | bors | -6/+78 |
| 2023-09-11 | Auto merge of #115308 - chenyukang:yukang-fix-62387-iter-mut, r=davidtwco | bors | -1/+41 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -5/+22 |
| 2023-09-07 | Auto merge of #115602 - oli-obk:lower_intrinsics, r=petrochenkov | bors | -9/+29 |
| 2023-09-07 | fixes #114896 | surechen | -6/+78 |
| 2023-09-06 | Rollup merge of #114511 - chenyukang:yukang-fix-114374-fmt-args, r=b-naber | Matthias Krüger | -13/+37 |
| 2023-09-07 | suggest iter_mut() where trying to modify elements from .iter() | yukang | -1/+41 |
| 2023-09-06 | Don't report any errors in `lower_intrinsics`. They should have been typecked... | Oli Scherer | -9/+29 |
| 2023-09-02 | Take `&mut Results` in `ResultsVisitor` | Jason Newcomb | -3/+3 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `fully_perform_op` | Rémy Rakic | -7/+5 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `type_check` | Rémy Rakic | -4/+0 |
| 2023-08-31 | remove dummy UniverseInfo causes from type checker `instantiate_canonical_wit... | Rémy Rakic | -7/+0 |
| 2023-08-30 | return default `UniverseInfo` cause in `RegionInferenceContext` | Rémy Rakic | -1/+8 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -6/+6 |
| 2023-08-24 | Auto merge of #115147 - estebank:issue-114311, r=davidtwco | bors | -88/+91 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -6/+6 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-23 | Suggest mutable borrow on read only for-loop that should be mutable | Esteban Küber | -88/+91 |
| 2023-08-23 | Remove the unhelpful let binding diag comes from FormatArguments | yukang | -13/+37 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -10/+14 |
| 2023-08-19 | Fix redundant explicit link in rustc_borrowck | Kyle Lin | -1/+1 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -2/+2 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -6/+9 |
| 2023-08-16 | Move domain_size to GenKillAnalysis. | Camille GILLOT | -0/+4 |
| 2023-08-14 | review | lcnr | -9/+6 |
| 2023-08-14 | check for non-defining uses of RPIT | lcnr | -27/+17 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-04 | Rollup merge of #114477 - estebank:arc-clone, r=compiler-errors | Matthias Krüger | -1/+11 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -3/+3 |
| 2023-08-04 | Account for `Rc` and `Arc` when suggesting to clone | Esteban Küber | -1/+11 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -11/+29 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -3/+3 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -4/+2 |