| Age | Commit message (Expand) | Author | Lines |
| 2023-01-22 | Inline encode_enum_variant_info. | Camille GILLOT | -28/+18 |
| 2023-01-22 | Encode AdtDef in the def-id loop. | Camille GILLOT | -100/+41 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -9/+47 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -5/+9 |
| 2023-01-19 | Conditionally encode boolean | Michael Goulet | -4/+15 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+3 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -1/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -5/+9 |
| 2023-01-18 | Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko | Michael Goulet | -11/+2 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -5/+5 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -5/+5 |
| 2023-01-16 | Encode const mir for closures if they're const | Michael Goulet | -11/+2 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -3/+3 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -9/+5 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -3/+9 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -1/+1 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -0/+2 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -4/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -20/+14 |
| 2023-01-03 | Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 | bors | -2/+15 |
| 2022-12-31 | Add help for the error message when missing rustc_driver | bjorn3 | -2/+15 |
| 2022-12-31 | refactor: merge `E0465` into `E0464` | Ezra Shaw | -54/+31 |
| 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 | -3/+3 |
| 2022-12-22 | A few metadata nits | Nilstrieb | -26/+11 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -3/+3 |
| 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-16 | Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk | bors | -16/+3 |
| 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 | Fold `Definitions` into the untracked data | Oli Scherer | -3/+3 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+3 |
| 2022-12-09 | Generate crate loaders on the fly | Oli Scherer | -29/+31 |
| 2022-12-08 | Make encode_info_for_trait_item use queries instead of accessing the HIR | Santiago Pastorino | -12/+4 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -5/+4 |
| 2022-12-03 | Remove all but one call site of `prepare_outputs` and fetch the value from th... | Oli Scherer | -6/+4 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -1/+1 |