| Age | Commit message (Expand) | Author | Lines |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -1/+1 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+1 |
| 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/+1 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 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 |
| 2023-03-07 | Simplify `sort_by` calls | Maybe Waffle | -2/+2 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -4/+6 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -4/+6 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -3/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-14 | Move query out of path. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Do not fetch HIR to monomorphize impls. | Camille GILLOT | -72/+42 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -4/+2 |
| 2023-01-31 | Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors | bors | -15/+29 |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -15/+29 |
| 2023-01-30 | use a more descriptive name | Tshepang Mbambo | -2/+2 |
| 2023-01-26 | add EarlyBinder::no_bound_vars | Kyle Matsuda | -1/+1 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |