| Age | Commit message (Expand) | Author | Lines |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -4/+53 |
| 2023-03-07 | Fix invalid inlining of reexport of reexport of private item | Guillaume Gomez | -42/+66 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -3/+3 |
| 2023-02-28 | Auto merge of #108098 - notriddle:notriddle/rustdoc-tooltip-alloc, r=Guillaum... | bors | -4/+4 |
| 2023-02-25 | Add ErrorGuaranteed to HIR TyKind::Err | Michael Goulet | -1/+1 |
| 2023-02-23 | Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-02-22 | rustdoc: reduce allocations when generating tooltips | Michael Howell | -4/+4 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | Prevent duplicated imports | Guillaume Gomez | -2/+2 |
| 2023-02-22 | Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obk | bors | -1/+2 |
| 2023-02-22 | Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,... | Guillaume Gomez | -7/+17 |
| 2023-02-22 | various: translation resources from cg backend | David Wood | -1/+2 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -1/+1 |
| 2023-02-21 | Fix duplicated attributes for first reexport | Guillaume Gomez | -7/+17 |
| 2023-02-21 | Allow disabling of auto and blanket trait impls retrieval in rustdoc when in ... | Guillaume Gomez | -0/+6 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -2/+3 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -18/+44 |
| 2023-02-16 | changes from review | Kyle Matsuda | -1/+6 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -30/+19 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -17/+49 |
| 2023-02-17 | Rollup merge of #108104 - matthiaskrgr:into, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -5/+5 |
| 2023-02-16 | don't into self | Matthias Krüger | -1/+1 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -27/+145 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -5/+5 |
| 2023-02-15 | Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddle | Matthias Krüger | -93/+83 |
| 2023-02-15 | Use more let chain | Guillaume Gomez | -93/+83 |
| 2023-02-15 | Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do... | Guillaume Gomez | -4/+15 |
| 2023-02-14 | Correctly handle reexport traversal by fixing multiple bugs, especially for i... | Guillaume Gomez | -59/+85 |
| 2023-02-14 | Prevent some attributes from being merged with others on reexports | Guillaume Gomez | -8/+89 |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -4/+8 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -1/+1 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -1/+1 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-11 | Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddle | Matthias Krüger | -3/+5 |
| 2023-02-11 | Auto merge of #94857 - petrochenkov:doclink2, r=oli-obk | bors | -180/+6 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+2 |
| 2023-02-10 | Also get current import attributes | Guillaume Gomez | -3/+5 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+2 |
| 2023-02-10 | Stop resolving doc links on `mod` items twice | Vadim Petrochenkov | -13/+3 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -168/+4 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -0/+1 |
| 2023-02-02 | Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri... | bors | -10/+6 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -35/+20 |
| 2023-01-28 | Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk | bors | -0/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor | bors | -1/+3 |