| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -1/+0 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -30/+39 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -30/+39 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -1/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -1/+1 |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -1/+2 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -140/+29 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+2 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -14/+3 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -1/+2 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -30/+58 |
| 2023-03-23 | Use Cow to reduce numbers of memory clone | Guillaume Gomez | -25/+29 |
| 2023-03-23 | Fix ICE for intra-doc link on intermediate re-export | Guillaume Gomez | -20/+44 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -1/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -1/+1 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -18/+8 |
| 2023-03-20 | Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+1 |
| 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 | -1/+1 |
| 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 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | Prevent duplicated imports | Guillaume Gomez | -2/+2 |
| 2023-02-21 | Fix duplicated attributes for first reexport | Guillaume Gomez | -7/+17 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -11/+26 |
| 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 | -15/+9 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -11/+27 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -5/+5 |
| 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 | Use more let chain | Guillaume Gomez | -62/+57 |
| 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 | 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 #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-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 |