| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | subst -> instantiate | lcnr | -1/+1 |
| 2023-09-19 | Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin | bors | -6/+6 |
| 2023-09-07 | Enable incremental-relative-spans by default. | Camille GILLOT | -1/+1 |
| 2023-09-02 | Don't hold the definitions' lock across `index_hir` | John Kåre Alsaker | -2/+1 |
| 2023-08-30 | Pretty-print impl trait to name it. | Camille GILLOT | -6/+6 |
| 2023-08-30 | Capture lifetimes for associated type bounds destined to be lowered to opaques | Michael Goulet | -0/+11 |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -22/+31 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+12 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+12 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -27/+23 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -8/+87 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -5/+1 |
| 2023-08-07 | Fix ICE | Deadbeef | -3/+13 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -8/+77 |
| 2023-08-05 | Consolidate opaque ty and async fn lowering code | Michael Goulet | -414/+181 |
| 2023-07-21 | Auto merge of #113847 - SparrowLii:path_clone, r=cjgillot | bors | -10/+0 |
| 2023-07-19 | avoid clone path prefix when lowering to hir | SparrowLii | -10/+0 |
| 2023-07-17 | Properly document lifetime_mapping in OpaqueTy | Michael Goulet | -10/+14 |
| 2023-06-29 | Do not generate lifetime_mapping for RPIT no in_trait | Santiago Pastorino | -12/+32 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -22/+28 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -1/+1 |
| 2023-06-29 | Reorganize opaque lowering code | Santiago Pastorino | -43/+50 |
| 2023-05-25 | Don't print newlines in APITs | Michael Goulet | -1/+10 |
| 2023-05-16 | Turn debugger_visualizers from feed- into regular query. | Michael Woerister | -1/+2 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -16/+20 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -3/+5 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -2/+4 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -2/+4 |
| 2023-05-05 | misc nameres changes for anon consts | Boxy | -3/+5 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -2/+15 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -1/+0 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+2 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-17 | Make `IndexVec::ensure_contains_elem` return a reference to the element | Maybe Waffle | -8/+7 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+1 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -11/+16 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -30/+55 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -5/+12 |
| 2023-03-28 | RTN | Michael Goulet | -0/+12 |
| 2023-03-28 | ParenthesizedGenericArgs::{Ok -> ParenSugar} | Michael Goulet | -1/+1 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+1 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -2/+3 |
| 2023-03-12 | Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot | bors | -31/+24 |
| 2023-03-11 | Use ensure_with_value in a few more places. | Camille GILLOT | -2/+3 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Rollup merge of #108806 - cjgillot:query-lints, r=davidtwco | Matthias Krüger | -0/+1 |