| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-28 | Rollup merge of #107357 - GuillaumeGomez:fix-infinite-loop-in-rustdoc-get_all... | Yuki Okushi | -1/+3 |
| 2023-01-27 | Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr | bors | -4/+4 |
| 2023-01-27 | Fix handling of items inside a `doc(hidden)` block | Guillaume Gomez | -10/+6 |
| 2023-01-27 | Fix infinite loop in rustdoc get_all_import_attributes function | Guillaume Gomez | -1/+3 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -5/+0 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -4/+4 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -4/+4 |
| 2023-01-26 | rustdoc: Stop using `HirId`s | Vadim Petrochenkov | -33/+19 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -5/+0 |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -8/+1 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -15/+11 |
| 2023-01-21 | rustc_metadata: Encode `doc(hidden)` flag to metadata | Vadim Petrochenkov | -8/+1 |
| 2023-01-17 | rustdoc: Fix glob import inlining | Vadim Petrochenkov | -4/+21 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -10/+8 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -3/+3 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -1/+3 |
| 2023-01-12 | Fix rendering 'const' for intrinsics | clubby789 | -2/+10 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -10/+6 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -0/+11 |
| 2023-01-03 | clean: Remove `ctor_kind` from `VariantStruct`. | Nixon Enraght-Moony | -3/+0 |