| Age | Commit message (Expand) | Author | Lines |
| 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/+38 |
| 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 |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -7/+7 |
| 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 | -3/+2 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -1/+4 |
| 2023-01-09 | Delete unused polymorphization code | Nilstrieb | -46/+1 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -21/+19 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -12/+11 |
| 2023-01-02 | Fix `unknown_crate` when `--crate-name` isn't passed on the CLI | Joshua Nelson | -4/+4 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -16/+34 |
| 2022-12-25 | Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr | bors | -1/+1 |
| 2022-12-25 | Auto merge of #105997 - RalfJung:immediate-abort, r=eholk | bors | -1/+1 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -1/+1 |