| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -0/+3 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -2/+2 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -0/+1 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -1/+5 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -25/+2 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -15/+15 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -1/+1 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -2/+11 |
| 2024-05-09 | Rollup merge of #124919 - nnethercote:Recovered-Yes-ErrorGuaranteed, r=compil... | Matthias Krüger | -8/+4 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -8/+4 |
| 2024-05-09 | Remove `enum_from_u32`. | Nicholas Nethercote | -13/+19 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -29/+25 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -7/+2 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -4/+2 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -6/+5 |
| 2024-04-26 | `Span`s are already 64 bit, just like references, so stop putting them behind... | Oli Scherer | -8/+4 |
| 2024-04-26 | Move `ConstArg::span` to `AnonConst::span` | Oli Scherer | -2/+2 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -19/+19 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -3/+6 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -0/+35 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -5/+41 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -5/+5 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+13 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -5/+41 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -11/+8 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -5/+5 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+13 |
| 2024-04-16 | Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomez | bors | -2/+2 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -1/+1 |
| 2024-04-15 | Opaque types have no namespace | Michael Goulet | -2/+2 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+5 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -2/+11 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -1/+28 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -2/+7 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+6 |
| 2024-04-05 | explaining `DefKind::Field` | bohan | -0/+3 |
| 2024-04-04 | Auto merge of #123097 - oli-obk:perf_experiment, r=petrochenkov | bors | -2/+7 |
| 2024-04-04 | Try explicitly outlining the panic machinery | Oli Scherer | -1/+6 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -6/+5 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+1 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -2/+2 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -0/+19 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -2/+2 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -2/+2 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+1 |