| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -4/+2 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -3/+3 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -8/+11 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -2/+2 |
| 2023-04-19 | Fix missing blanket impl if the trait is not directly public | Guillaume Gomez | -1/+1 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -6/+6 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -6/+6 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -6/+5 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -6/+5 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -3/+1 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -40/+55 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -40/+55 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -3/+1 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -2/+2 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -1/+1 |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -2/+3 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -2/+1 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -140/+29 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |
| 2023-04-04 | rustdoc: Add human-readable cfg string for loongarch64 | zhaixiaojuan | -0/+1 |
| 2023-04-04 | Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddle | bors | -7/+11 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -7/+11 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -27/+17 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+2 |
| 2023-03-30 | Improve code | Guillaume Gomez | -14/+5 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -19/+18 |
| 2023-03-29 | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomez | Dylan DPC | -17/+0 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -23/+8 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -17/+0 |
| 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 | -49/+100 |
| 2023-03-23 | Remove `span` method from AttributesExt trait | Guillaume Gomez | -4/+0 |
| 2023-03-23 | Use Cow to reduce numbers of memory clone | Guillaume Gomez | -29/+39 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Fix ICE for intra-doc link on intermediate re-export | Guillaume Gomez | -35/+80 |
| 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-22 | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelid | Matthias Krüger | -10/+62 |
| 2023-03-21 | rustdoc: Cleanup parent module tracking for doc links | Vadim Petrochenkov | -73/+34 |
| 2023-03-20 | Rollup merge of #109266 - petrochenkov:docice4, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2023-03-17 | Add clarifying comments | Michael Howell | -0/+3 |
| 2023-03-17 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+8 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -1/+1 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -3/+2 |
| 2023-03-12 | rustdoc: rename `Type::is_same` to `is_doc_subtype_of` | Michael Howell | -9/+9 |