| Age | Commit message (Expand) | Author | Lines |
| 2023-02-07 | Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r... | Matthias Krüger | -13/+6 |
| 2023-02-06 | Add extended error message for E0523 | Matthew Kelly | -13/+6 |
| 2023-02-05 | rustc_metadata: Encode/decode `DefPathHash`es without an `Option` | Vadim Petrochenkov | -11/+14 |
| 2023-02-05 | rustc_metadata: Encode/decode some `LazyArray`s without an `Option` | Vadim Petrochenkov | -32/+39 |
| 2023-02-05 | rustc_metadata: Support encoding/decoding `LazyArray` without an `Option` | Vadim Petrochenkov | -30/+66 |
| 2023-02-05 | rustc_metadata: Refactor lazy table reading/writing | Vadim Petrochenkov | -90/+127 |
| 2023-02-05 | rustc_metadata: remove huge error imports | est31 | -92/+89 |
| 2023-02-02 | Retry opening proc-macro DLLs a few times on Windows. | Michael Woerister | -2/+40 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -33/+30 |
| 2023-01-30 | Replace some `_ == _ || _ == _`s with `matches!(_, _ | _)`s | Maybe Waffle | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -32/+29 |
| 2023-01-29 | Test drop_tracking_mir before querying generator. | Camille GILLOT | -1/+1 |
| 2023-01-29 | Auto merge of #107406 - cjgillot:eliminate-witnesses, r=compiler-errors | bors | -1/+1 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -2/+2 |
| 2023-01-28 | Only compute mir_generator_witnesses query in drop_tracking_mir mode. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -0/+6 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -3/+3 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -0/+6 |
| 2023-01-27 | Rollup merge of #107171 - petrochenkov:encattrs, r=cjgillot | Yuki Okushi | -29/+48 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -3/+3 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-26 | Rollup merge of #107189 - cjgillot:meta-adt, r=compiler-errors | Matthias Krüger | -113/+45 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -0/+6 |
| 2023-01-25 | rustc_metadata: Fix `encode_attrs` | Vadim Petrochenkov | -29/+48 |
| 2023-01-23 | rustc_metadata: Support non-`Option` nullable values in metadata tables | Vadim Petrochenkov | -76/+64 |
| 2023-01-22 | Tweak comments. | Camille GILLOT | -4/+5 |
| 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 |