| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | higher-ranked lifetime message | Michael Goulet | -6/+21 |
| 2022-12-13 | Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank | Matthias Krüger | -1/+23 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -25/+26 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -26/+22 |
| 2022-12-09 | Generate crate loaders on the fly | Oli Scherer | -25/+36 |
| 2022-12-09 | ResolverTree does not require access to the crate loader, only the store | Oli Scherer | -6/+6 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -1/+1 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-12-05 | Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -12/+27 |
| 2022-12-03 | Skip recording resolution for duplicated generic params. | Camille GILLOT | -1/+1 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -12/+27 |
| 2022-12-03 | fix #105069, Add AmbiguityError for inconsistent resolution for an import | yukang | -5/+16 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -49/+8 |
| 2022-11-29 | clean up pr 104954 | Rageking8 | -1/+1 |
| 2022-11-28 | Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank | Matthias Krüger | -0/+8 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -4/+4 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -0/+6 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -4/+4 |
| 2022-11-27 | make simple check of prinf function. | Vincenzo Palazzo | -0/+8 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -2/+4 |
| 2022-11-25 | fix the crossing function issue | yukang | -1/+3 |
| 2022-11-25 | Auto merge of #104602 - petrochenkov:effvisperf5, r=oli-obk | bors | -45/+71 |
| 2022-11-25 | fix #104700, account for item-local in inner scope for E0425 | yukang | -1/+21 |
| 2022-11-24 | Rollup merge of #104747 - petrochenkov:ctorfields, r=cjgillot | Matthias Krüger | -20/+15 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -0/+6 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -1/+1 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -1/+1 |
| 2022-11-24 | effective visibility: Stop recalculating current private visibility | Vadim Petrochenkov | -2/+16 |
| 2022-11-24 | effective visibility: Always add table entries for nodes used as parents | Vadim Petrochenkov | -7/+14 |
| 2022-11-24 | effective visibility: Fix private visibility calculation for modules | Vadim Petrochenkov | -4/+6 |
| 2022-11-24 | effective visibility: Remove questionable optimizations | Vadim Petrochenkov | -30/+20 |
| 2022-11-24 | effective visibility: Satisfy borrow checker to use resolver lazily from a cl... | Vadim Petrochenkov | -13/+26 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -1/+3 |
| 2022-11-23 | resolve: Don't use constructor def ids in the map for field names | Vadim Petrochenkov | -20/+15 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -2/+4 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -7/+2 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -7/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -33/+22 |
| 2022-11-19 | Create def_id for async fns during lowering | Santiago Pastorino | -7/+2 |
| 2022-11-18 | Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr | bors | -363/+665 |
| 2022-11-18 | Rollup merge of #101162 - rajputrajat:master, r=davidtwco | Matthias Krüger | -363/+665 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -3/+6 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -40/+41 |
| 2022-11-14 | Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomez | Matthias Krüger | -0/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-13 | Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillot | Matthias Krüger | -1/+3 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -0/+5 |