| Age | Commit message (Expand) | Author | Lines |
| 2023-11-09 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+12 |
| 2023-11-09 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-09 | dropck_outlives check generator witness needs_drop | lcnr | -4/+6 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -10/+10 |
| 2023-09-26 | subst -> instantiate | lcnr | -24/+12 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -10/+10 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -9/+9 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -79/+26 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -75/+2 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -0/+6 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -8/+8 |
| 2023-09-22 | Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJung | Matthias Krüger | -0/+5 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -0/+6 |
| 2023-09-22 | Add note to is_known_rigid | Michael Goulet | -0/+5 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -0/+14 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -8/+8 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -0/+14 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -1/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -11/+6 |
| 2023-09-21 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -1/+0 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -0/+1 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -40/+6 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -11/+6 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -4/+0 |
| 2023-09-20 | remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat... | Ziru Niu | -8/+6 |
| 2023-09-20 | remove unneeded `ToPredicate` impls | Ziru Niu | -32/+0 |
| 2023-09-19 | Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3 | Guillaume Gomez | -0/+4 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -0/+1 |
| 2023-09-19 | Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk | bors | -0/+15 |
| 2023-09-19 | rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m... | msizanoen | -0/+4 |
| 2023-09-19 | use pretty_print_const_value from MIR constant 'extra' printing | Ralf Jung | -1/+1 |
| 2023-09-19 | move some MIR const pretty-printing into pretty.rs | Ralf Jung | -0/+15 |
| 2023-09-19 | Don't resolve generic instances if they may be shadowed by dyn | Michael Goulet | -0/+27 |
| 2023-09-19 | Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-09-18 | Auto merge of #115748 - RalfJung:post-mono, r=oli-obk | bors | -5/+5 |
| 2023-09-18 | make more pretty | Boxy | -0/+1 |
| 2023-09-18 | Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -105/+28 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -15/+18 |
| 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 |