| Age | Commit message (Expand) | Author | Lines |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -0/+1 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -4/+4 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -2/+2 |
| 2021-05-03 | Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 | Dylan DPC | -3/+13 |
| 2021-05-03 | Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -3/+13 |
| 2021-05-01 | RustDoc: Fix bounds linking trait.Foo instead of traitalias.Foo | Scott McMurray | -1/+1 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -8/+1 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -19/+28 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -18/+28 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -2/+1 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -2/+1 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -3/+3 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -1/+2 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -16/+16 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -16/+16 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -1/+1 |
| 2021-04-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -1/+1 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+1 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+4 |
| 2021-03-24 | Rename clean::Constant did fields to def_id | Guillaume Gomez | -2/+2 |
| 2021-03-24 | Improve new Constant variants' name | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -13/+6 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+1 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -6/+7 |
| 2021-02-25 | Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514 | bors | -5/+6 |
| 2021-02-24 | Prevent to compute Item attributes twice | Guillaume Gomez | -5/+6 |
| 2021-02-23 | Improve code readability | Guillaume Gomez | -7/+5 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -3/+7 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -3/+3 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -11/+10 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -18/+22 |
| 2021-02-11 | clean up clean::Static struct | Guillaume Gomez | -1/+1 |
| 2021-02-05 | Remove Function all_types and ret_types fields | Guillaume Gomez | -3/+0 |
| 2021-01-30 | rustdoc tweaking | bors | -15/+10 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -7/+3 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -6/+4 |
| 2021-01-14 | Auto merge of #80802 - jyn514:box-attributes, r=nnethercote | bors | -3/+3 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -9/+11 |
| 2021-01-10 | Box Item::attributes | Joshua Nelson | -3/+3 |
| 2021-01-10 | Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitor | bors | -50/+41 |
| 2021-01-10 | Rollup merge of #80825 - GuillaumeGomez:rustdoc-cleanup-bis-repetita, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -1/+1 |
| 2021-01-07 | Remove useless `fill_in` function | Joshua Nelson | -49/+40 |
| 2021-01-06 | Style nit: avoid confusing name shadowing in pattern match | Daniel Henry-Mantilla | -2/+2 |