| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-03-08 | Only compute the crate hash when necessary. | Nicholas Nethercote | -31/+24 |
| 2023-03-06 | Querify early_lint_checks. | Camille GILLOT | -0/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-02-28 | Only look for param in generics if it actually comes from generics | Michael Goulet | -9/+30 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -9/+13 |
| 2023-02-22 | pluralize stuff | Michael Goulet | -31/+25 |
| 2023-02-22 | Suppress duplicated errors for associated type bounds in object types | Michael Goulet | -33/+46 |
| 2023-02-22 | Move associated type bounds check to ast lowering | Michael Goulet | -3/+7 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -3/+10 |
| 2023-02-21 | Use `ThinVec` in `ast::Generics` and related types. | Nicholas Nethercote | -2/+2 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -4/+22 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -12/+1 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -0/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+1 |