| Age | Commit message (Expand) | Author | Lines |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -3/+3 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -4/+1 |
| 2022-11-24 | Fix rustc_pass_by_value. | Camille GILLOT | -1/+1 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -5/+35 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -0/+2 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -1/+5 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+5 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -1/+13 |
| 2022-11-23 | `random::<Improve<Mutability>>()` | Maybe Waffle | -4/+1 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -57/+30 |
| 2022-11-22 | fix tests, update size asserts | The 8472 | -1/+8 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -26/+21 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -0/+2 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -0/+6 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -0/+6 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -0/+2 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+2 |
| 2022-11-17 | Add variant_name function to `LangItem` | Philipp Krones | -0/+8 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+2 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -6/+16 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -2/+3 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -1/+2 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -0/+2 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -0/+2 |
| 2022-11-03 | Add visit_fn_ret_ty to hir intravisit | Santiago Pastorino | -1/+4 |
| 2022-11-01 | Reorder `walk_` functions in intravisit.rs | Samuel Moelius | -361/+361 |
| 2022-11-01 | Implement Idx for OwnerId. | Camille GILLOT | -1/+13 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -5/+1 |
| 2022-11-01 | Rollup merge of #103692 - smoelius:walk_generic_arg, r=fee1-dead | Yuki Okushi | -6/+10 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -5/+1 |
| 2022-10-29 | Simplify lang item groups | Cameron Steffen | -70/+62 |
| 2022-10-29 | Cleanup weak lang items | Cameron Steffen | -42/+19 |
| 2022-10-29 | Use an array in LanguageItems | Cameron Steffen | -13/+13 |
| 2022-10-29 | Factor out ITEM_REFS | Cameron Steffen | -12/+14 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -6/+1 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -21/+38 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -30/+30 |
| 2022-10-28 | Add `walk_generic_arg` | Samuel Moelius | -6/+10 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -0/+24 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -2/+3 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -0/+10 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -54/+71 |
| 2022-09-27 | Do not overwrite binders for another HirId. | Camille GILLOT | -3/+12 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -6/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+1 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -31/+75 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -1/+1 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -5/+4 |