| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-12 | minor code cleanups | Matthias Krüger | -6/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+1 |
| 2022-12-08 | Rollup merge of #105441 - nnethercote:rm-UnsafetyState, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -17/+21 |
| 2022-12-08 | Fix a typo. | Nicholas Nethercote | -1/+1 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -17/+21 |
| 2022-12-06 | Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obk | Matthias Krüger | -2/+1 |
| 2022-12-06 | Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa | bors | -1/+5 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+1 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -20/+20 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+4 |
| 2022-12-02 | Add StableOrd trait as proposed in MCP 533. | Michael Woerister | -1/+5 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -20/+20 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -6/+13 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -2/+2 |
| 2022-11-29 | Only allow feeding a value to newly created definitions. | Camille GILLOT | -4/+4 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+4 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -13/+13 |
| 2022-11-27 | Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgr | bors | -3/+3 |
| 2022-11-27 | Rollup merge of #104931 - Swatinem:async-pretty, r=eholk | Matthias Krüger | -3/+3 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -61/+66 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -13/+13 |
| 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 |