| Age | Commit message (Expand) | Author | Lines |
| 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-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -3/+1 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+6 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -3/+15 |
| 2023-05-29 | Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu | bors | -0/+1 |
| 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 | -18/+28 |
| 2023-05-09 | Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot | Matthias Krüger | -3/+5 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -1/+24 |
| 2023-05-08 | asm: Stabilize loongarch64 | WANG Rui | -0/+1 |
| 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-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -2/+15 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -2/+15 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -21/+7 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -9/+9 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -11/+3 |
| 2023-04-27 | Tweak await span | Michael Goulet | -15/+9 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -8/+1 |
| 2023-04-24 | Restructure std::fmt::rt a bit. | Mara Bos | -1/+1 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -9/+9 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -3/+3 |
| 2023-04-22 | Also arena-allocate `ast::MacroDef` to make `Item: Copy` | Nilstrieb | -1/+2 |
| 2023-04-21 | offset_of | DrMeepster | -0/+9 |
| 2023-04-20 | Update comments in format args lowering. | Mara Bos | -7/+7 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-19 | Rollup merge of #110451 - WaffleLapkin:ensure_return_elem, r=scottmcm | Matthias Krüger | -13/+12 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -6/+4 |
| 2023-04-17 | Make `IndexVec::ensure_contains_elem` return a reference to the element | Maybe Waffle | -13/+12 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -30/+25 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -30/+25 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+1 |
| 2023-04-12 | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | -31/+17 |
| 2023-04-10 | Remove `..` from return type notation | Michael Goulet | -31/+17 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -4/+4 |
| 2023-04-04 | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | -1/+1 |
| 2023-04-04 | box a bunch of large types | Oli Scherer | -4/+4 |
| 2023-04-04 | Split out ast::ItemKind::Const into its own struct | Oli Scherer | -5/+5 |
| 2023-04-04 | rust-analyzer guided tuple field to named field | Oli Scherer | -1/+1 |
| 2023-04-04 | rust-analyzer guided enum variant structification | Oli Scherer | -1/+1 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -4/+4 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -21/+107 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -23/+43 |