| Age | Commit message (Expand) | Author | Lines |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -36/+23 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -3/+37 |
| 2021-09-10 | Don't require documentation for fields in an enum tuple variant or for tuple ... | Guillaume Gomez | -3/+37 |
| 2021-09-09 | Allow missing code examples in trait impls. | Hans Niklas Jacob | -0/+20 |
| 2021-09-03 | Use `summary_opts()` for Markdown summaries | Noah Lev | -4/+4 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -2/+2 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -2/+2 |
| 2021-08-29 | Fix: don't document private macros by default | inquisitivecrystal | -2/+3 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -17/+29 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -1/+67 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -1/+1 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -2/+2 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -5/+2 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -7/+7 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -5/+2 |
| 2021-07-29 | Change span for intra-doc links errors | Guillaume Gomez | -24/+73 |
| 2021-07-12 | suggest removing disambiguator if linking to field | Deadbeef | -0/+6 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -2/+2 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -36/+38 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -38/+36 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -52/+57 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -11/+11 |
| 2021-07-02 | Rollup merge of #85749 - GuillaumeGomez:revert-smart-extern-crate-load, r=jyn514 | Guillaume Gomez | -67/+1 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -67/+1 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -2/+2 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -27/+12 |
| 2021-06-22 | Accept `!{}` and `![]` as macro disambiguators | LeSeulArtichaut | -3/+5 |
| 2021-06-22 | Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 | Yuki Okushi | -5/+46 |
| 2021-06-21 | Fix handling of disambiguator suffixes for intra-doc links | LeSeulArtichaut | -27/+10 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -5/+46 |
| 2021-06-15 | Auto merge of #86311 - LeSeulArtichaut:cleanup-array-iter, r=jackh726 | bors | -4/+4 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -4/+4 |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -62/+35 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -2/+5 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -6/+6 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -2/+5 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -6/+6 |
| 2021-05-17 | Fix rebase conflicts | Joshua Nelson | -1/+1 |
| 2021-05-17 | Address review comments | Joshua Nelson | -1/+1 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -1/+1 |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -28/+26 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -33/+59 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -6/+4 |
| 2021-05-15 | Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G... | Guillaume Gomez | -46/+25 |
| 2021-05-15 | Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomez | Guillaume Gomez | -5/+5 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -46/+25 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -4/+2 |