| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -4/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -17/+11 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -2/+2 |
| 2022-12-28 | better names and a comment | Michael Goulet | -2/+2 |
| 2022-12-25 | Rollup merge of #106137 - matthiaskrgr:clippy_style, r=jyn514 | Matthias Krüger | -1/+1 |
| 2022-12-25 | Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-acc... | Matthias Krüger | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -1/+1 |
| 2022-12-22 | A few metadata nits | Nilstrieb | -20/+9 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -1/+1 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -2/+2 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -1/+1 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -2/+2 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -1/+1 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -1/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -7/+9 |
| 2022-12-11 | Rollup merge of #105472 - spastorino:make-encoder-use-queries, r=oli-obk | Matthias Krüger | -12/+4 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+3 |
| 2022-12-08 | Make encode_info_for_trait_item use queries instead of accessing the HIR | Santiago Pastorino | -12/+4 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -4/+4 |
| 2022-11-26 | Auto merge of #104730 - petrochenkov:modchild5, r=cjgillot | bors | -80/+50 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -7/+1 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-22 | rustc_metadata: Cleanup to `get_module_children` | Vadim Petrochenkov | -49/+26 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -59/+54 |
| 2022-11-22 | rustc_metadata: Do not encode empty reexport lists | Vadim Petrochenkov | -7/+5 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -76/+30 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -76/+30 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -2/+2 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -5/+2 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -2/+1 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -5/+5 |
| 2022-11-12 | Compute variance for opaques too. | Camille GILLOT | -2/+2 |
| 2022-11-01 | Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqd | bors | -2/+1 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+12 |
| 2022-10-29 | Encode LangItem directly | Cameron Steffen | -19/+11 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -16/+17 |
| 2022-10-29 | rustc_metadata: Encode even less doc comments | Vadim Petrochenkov | -2/+1 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -3/+2 |
| 2022-10-27 | Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillot | Matthias Krüger | -50/+53 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -3/+2 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -41/+15 |
| 2022-10-25 | rustc_metadata: Add constructors to module children at encoding time | Vadim Petrochenkov | -50/+53 |