| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | Handle ambiguous projections | Samuel Moelius | -4/+21 |
| 2023-04-13 | Cache `has_sig_drop_attr` for `significant_drop_tightening` | Nilstrieb | -7/+31 |
| 2023-03-02 | Fix array-size-threshold config deserialization error | Alex Macleod | -17/+13 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -8/+5 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -8/+5 |
| 2023-02-26 | Auto merge of #108474 - Jarcho:clippyup, r=Manishearth | bors | -628/+3023 |
| 2023-02-26 | Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë... | Matthias Krüger | -5/+6 |
| 2023-02-26 | Remove `from_fn` lang item | Nilstrieb | -5/+6 |
| 2023-02-25 | Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup | Jason Newcomb | -628/+3023 |
| 2023-02-25 | Make clippy happy | Michael Goulet | -10/+10 |
| 2023-02-24 | Use `List::empty()` instead of `mk_substs(&[])`. | Nicholas Nethercote | -2/+2 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -8/+8 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -2/+2 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -14/+14 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -14/+14 |
| 2023-02-22 | clippy: update clippy to use new `TyCtxt::def_descr` | Michael Howell | -2/+2 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -3/+8 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -2/+2 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -18/+36 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -4/+2 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -3/+1 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+2 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -54/+58 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -56/+56 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -53/+57 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -2/+2 |
| 2023-02-15 | Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJung | Matthias Krüger | -4/+4 |
| 2023-02-15 | Auto merge of #108006 - cjgillot:def-impl, r=oli-obk | bors | -2/+2 |
| 2023-02-15 | Use target instead of machine for mir interpreter integer handling. | Oli Scherer | -4/+4 |
| 2023-02-14 | Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr | bors | -11/+10 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -2/+2 |
| 2023-02-14 | Rollup merge of #108007 - compiler-errors:str-less-kind, r=Nilstrieb | Matthias Krüger | -11/+10 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -8/+8 |
| 2023-02-13 | Use is_str instead of string kind comparison | Michael Goulet | -11/+10 |
| 2023-02-13 | Auto merge of #107924 - eggyal:move_fold_visit_traits_to_type_lib_with_trait_... | bors | -4/+4 |
| 2023-02-13 | Rollup merge of #107838 - estebank:terminal_hyperlinks, r=nagisa | Matthias Krüger | -1/+3 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -2/+2 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+1 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+1 |
| 2023-02-10 | Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup | Philipp Krones | -560/+2192 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+3 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+1 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -0/+1 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -161/+184 |
| 2023-01-28 | Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgr | bors | -5/+3 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -5/+3 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -0/+4 |