| Age | Commit message (Expand) | Author | Lines |
| 2022-12-02 | Merge generics and where predicates and prevent duplicates in where predicates | Guillaume Gomez | -33/+91 |
| 2022-12-01 | rustc_hir: Change representation of import paths to support multiple resolutions | Vadim Petrochenkov | -4/+27 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -2/+2 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -1/+1 |
| 2022-11-28 | Rename At::normalize to At::query_normalize | Michael Goulet | -1/+1 |
| 2022-11-28 | Rollup merge of #104804 - nnethercote:MetaItemLit, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2022-11-28 | Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -3/+3 |
| 2022-11-27 | Rollup merge of #104984 - GuillaumeGomez:remote-crate-primitives, r=notriddle | Matthias Krüger | -3/+2 |
| 2022-11-27 | Remove Crate::primitives field | Guillaume Gomez | -3/+2 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -27/+14 |
| 2022-11-27 | Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaning | Maybe Waffle | -1/+1 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -14/+30 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -6/+1 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -16/+12 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -11/+2 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -10/+10 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -10/+10 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -1/+1 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -0/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -1/+1 |
| 2022-11-11 | Correctly import all attributes from multi-level import | Guillaume Gomez | -7/+87 |
| 2022-11-08 | Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez | bors | -27/+21 |
| 2022-11-07 | Rollup merge of #103885 - fmease:rustdoc-various-cross-crate-reexport-fixes, ... | Yuki Okushi | -40/+87 |
| 2022-11-05 | rustdoc: print usize with less string manipulation | Michael Howell | -12/+6 |
| 2022-11-05 | rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind` | Michael Howell | -15/+15 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -1/+2 |
| 2022-11-04 | rustdoc: create helper `GenericParamDef::lifetime` | León Orell Valerian Liehr | -28/+13 |
| 2022-11-04 | rustdoc: add test for cross-crate trait-object types | León Orell Valerian Liehr | -0/+3 |
| 2022-11-04 | rustdoc: render the return type of cross-crate `Fn`-family trait bounds in tr... | León Orell Valerian Liehr | -7/+7 |
| 2022-11-04 | rustdoc: render `for<>` param lists of cross-crate trait-object types | León Orell Valerian Liehr | -2/+19 |
| 2022-11-04 | rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c... | León Orell Valerian Liehr | -1/+10 |
| 2022-11-04 | rustdoc: render unnamed arguments as underscores in cross-crate functions & f... | León Orell Valerian Liehr | -7/+13 |
| 2022-11-04 | rustdoc: render late-bound lifetimes in generic parameter list of cross-crate... | León Orell Valerian Liehr | -7/+34 |
| 2022-11-04 | Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr... | Matthias Krüger | -44/+19 |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -17/+20 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -17/+20 |
| 2022-11-04 | Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomez | bors | -63/+60 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -44/+19 |
| 2022-11-03 | roll another resolution logic in rustdoc | Deadbeef | -1/+2 |
| 2022-11-02 | rustdoc: add size tracking for `Generics` | Michael Howell | -0/+1 |
| 2022-11-02 | rustdoc: remove unneeded Box from ItemKind | Michael Howell | -3/+3 |