| Age | Commit message (Expand) | Author | Lines |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -13/+39 |
| 2021-09-17 | rustdoc: Add human-readable cfg string for m68k | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | Don't lint about missing code examples in derived traits | Hans | -0/+1 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -45/+53 |
| 2021-09-15 | Fix rustdoc | jackh726 | -2/+6 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+2 |
| 2021-09-14 | Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514 | bors | -22/+30 |
| 2021-09-14 | Rename --display-warnings to --display-doctest-warnings | Guillaume Gomez | -22/+30 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -8/+20 |
| 2021-09-13 | Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelid | Guillaume Gomez | -1/+1 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -2/+2 |
| 2021-09-13 | Add support for primitives in "jump to definition" feature | Guillaume Gomez | -7/+19 |
| 2021-09-13 | Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez | bors | -0/+20 |
| 2021-09-12 | Rename `is_generic()` to `is_assoc_ty()` | Noah Lev | -8/+8 |
| 2021-09-12 | Remove `Type::ResolvedPath.is_generic` | Noah Lev | -77/+52 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -6/+2 |
| 2021-09-12 | Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514 | Manish Goregaokar | -83/+58 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -11/+11 |
| 2021-09-12 | Fix linkcheck issues | Joshua Nelson | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -119/+94 |
| 2021-09-12 | downgrade some logging | Joshua Nelson | -9/+12 |
| 2021-09-11 | rustdoc: Cleanup a pattern match in `external_generic_args()` | Noah Lev | -3/+2 |
| 2021-09-11 | Remove unnecessary `is_trait` argument | Noah Lev | -13/+8 |
| 2021-09-11 | Fix redundant arguments in `external_path()` | Noah Lev | -34/+27 |
| 2021-09-11 | Remove unused `hir_id` parameter from `resolve_type` | Noah Lev | -7/+7 |
| 2021-09-11 | Create a valid `Res` in `external_path()` | Noah Lev | -19/+12 |
| 2021-09-11 | rustdoc: Get symbol for `TyParam` directly | Noah Lev | -1/+1 |
| 2021-09-11 | Only take `tcx` when it's all that's needed | Noah Lev | -7/+12 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -3/+3 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -1/+1 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -11/+11 |
| 2021-09-10 | Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ... | Manish Goregaokar | -0/+12 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -3/+48 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -3/+37 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -24/+27 |
| 2021-09-10 | Rollup merge of #88632 - camelid:md-opts, r=CraftSpider | Manish Goregaokar | -13/+18 |
| 2021-09-10 | Don't require documentation for fields in an enum tuple variant or for tuple ... | Guillaume Gomez | -3/+37 |
| 2021-09-09 | Remove unnecessary `Cache.*_did` fields | Noah Lev | -29/+19 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -6/+0 |
| 2021-09-09 | Workaround blink/chromium grid layout limitation of 1000 rows | Stefan Schindler | -0/+12 |
| 2021-09-09 | Allow missing code examples in trait impls. | Hans Niklas Jacob | -0/+20 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -2/+2 |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -11/+46 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -3/+48 |
| 2021-09-08 | Auto merge of #87489 - bdalrhm:rustdoc-line-num, r=CraftSpider | bors | -1/+29 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -8/+1 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -2/+2 |
| 2021-09-06 | fix ICE on hidden tuple variant fields | Emil Gardström | -24/+27 |