| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Rollup merge of #111899 - nnethercote:cgu-cleanups, r=wesleywiser | Matthias Krüger | -202/+168 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -17/+17 |
| 2023-05-26 | Add struct for the return type of `place_root_mono_items`. | Nicholas Nethercote | -6/+13 |
| 2023-05-25 | Remove some unnecessary `pub` markers. | Nicholas Nethercote | -2/+2 |
| 2023-05-24 | Add a clarifying comment. | Nicholas Nethercote | -0/+2 |
| 2023-05-24 | Remove `{Pre,Post}InliningPartitioning`. | Nicholas Nethercote | -87/+64 |
| 2023-05-24 | Remove the `merging` module. | Nicholas Nethercote | -109/+94 |
| 2023-05-24 | Inline and remove `numbered_codegen_unit_name`. | Nicholas Nethercote | -8/+3 |
| 2023-05-19 | Improve CGU partitioning debug output. | Nicholas Nethercote | -10/+16 |
| 2023-05-19 | Fix an ICE in CGU dumping code. | Nicholas Nethercote | -2/+2 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -3/+2 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -3/+4 |
| 2023-05-06 | use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions | Kyle Matsuda | -1/+1 |
| 2023-05-06 | make (try_)subst_and_normalize_erasing_regions take EarlyBinder | Kyle Matsuda | -3/+3 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+6 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -1/+1 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-26 | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | -1/+2 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -2/+5 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+1 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-22 | Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naber | bors | -20/+91 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -8/+7 |
| 2023-04-19 | Remove a few uses of dynamic dispatch during | John Bobbo | -20/+91 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-15 | fix clippy::{filter_map_identiy, map_identity, manual_flatten} | Matthias Krüger | -1/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+10 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -4/+1 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -4/+1 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -1/+2 |
| 2023-03-30 | Rollup merge of #109758 - nnethercote:parallel-cleanups, r=cjgillot | Michael Goulet | -5/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+2 |
| 2023-03-30 | Improve the `rustc_data_structures::sync` module doc comment. | Nicholas Nethercote | -5/+5 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -20/+39 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -19/+29 |
| 2023-03-28 | Erase impl regions when checking for impossible to eagerly monomorphize items | Michael Goulet | -19/+29 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -3/+6 |
| 2023-03-15 | Rollup merge of #109109 - compiler-errors:polymorphize-foreign, r=Nilstrieb | Dylan DPC | -7/+2 |
| 2023-03-14 | Use `unused_generic_params` from crate metadata | Michael Goulet | -7/+2 |
| 2023-03-14 | Don't codegen impossible to satisfy impls | Michael Goulet | -0/+15 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -2/+1 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -2/+1 |