| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | Rollup merge of #75438 - Cldfire:rustdoc/use-adaptive-svg-favicon, r=Guillaum... | Jonas Schievink | -4/+34 |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -8/+2 |
| 2020-09-23 | Use theme-adaptive SVG favicon from other Rust sites | Jarek Samic | -4/+34 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-18 | Auto merge of #76782 - lzutao:rd-cap, r=jyn514 | bors | -6/+8 |
| 2020-09-18 | Calculate more correct capacity in merge_attrs | Lzu Tao | -6/+8 |
| 2020-09-16 | Rollup merge of #76728 - jyn514:rustdoc-extern-crate, r=ehuss | Tyler Mandry | -2/+10 |
| 2020-09-16 | Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 | Tyler Mandry | -10/+6 |
| 2020-09-16 | Only get ImplKind::Impl once | Lzu Tao | -19/+22 |
| 2020-09-16 | Rollup merge of #76641 - nox:pointee-random-stuff, r=eddyb | Ralf Jung | -1/+1 |
| 2020-09-16 | Rollup merge of #76689 - jyn514:update-pulldown, r=GuillaumeGomez | Dylan DPC | -17/+21 |
| 2020-09-15 | Add a comment why rustdoc loads crates from the sysroot | Joshua Nelson | -1/+5 |
| 2020-09-15 | Auto merge of #76684 - jyn514:refactor-intra-links, r=manishearth | bors | -631/+659 |
| 2020-09-14 | Add a comment why `extern crate` is necessary for rustdoc | Joshua Nelson | -2/+6 |
| 2020-09-14 | Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 | bors | -9/+10 |
| 2020-09-13 | Use `.as_str()` instead of `CowStr::Borrowed` | Joshua Nelson | -2/+2 |
| 2020-09-13 | Don't use `link.span` yet | Joshua Nelson | -1/+3 |
| 2020-09-13 | Stabilize intra-doc links | Manish Goregaokar | -8/+2 |
| 2020-09-13 | Upgrade to pulldown-cmark 0.8.0 | Joshua Nelson | -17/+19 |
| 2020-09-13 | Require `module_id` param to `resolve` to be non-empty | Joshua Nelson | -295/+279 |
| 2020-09-13 | Refactor `resolve_with_disambiguator` into a separate function | Joshua Nelson | -163/+190 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -1/+1 |
| 2020-09-13 | Refactor `resolve_link` into a separate function | Joshua Nelson | -325/+342 |
| 2020-09-13 | Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis | bors | -1/+2 |
| 2020-09-13 | Auto merge of #76623 - slightlyoutofphase:master, r=jyn514 | bors | -5/+7 |
| 2020-09-13 | Ignore rustc_private items from std docs | Lzu Tao | -9/+10 |
| 2020-09-12 | Don't emit an error on private doc tests when they're ignored | Guillaume Gomez | -10/+6 |
| 2020-09-12 | Fix a typo | Anthony Ramine | -1/+1 |
| 2020-09-12 | Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-12 | Rollup merge of #76297 - lcnr:const-ty-alias, r=varkor | Ralf Jung | -10/+10 |
| 2020-09-12 | update the version of itertools and parking_lot | Andreas Jonson | -1/+1 |
| 2020-09-12 | Auto merge of #75756 - jyn514:diagnostic-suggestions, r=estebank | bors | -167/+600 |
| 2020-09-11 | Fix formatting for tidy | SlightlyOutOfPhase | -1/+2 |
| 2020-09-11 | Check basic constness before unstable constness | SlightlyOutOfPhase | -2/+3 |
| 2020-09-11 | Use `is_unstable_const_fn` where appropriate | SlightlyOutOfPhase | -5/+5 |
| 2020-09-11 | Name the current module | Joshua Nelson | -2/+3 |
| 2020-09-11 | Remove unnecessary clone | Joshua Nelson | -7/+2 |
| 2020-09-11 | Use `span_label` instead of `note` | Joshua Nelson | -37/+47 |
| 2020-09-11 | box ResolutionFailures on the heap | Joshua Nelson | -37/+32 |
| 2020-09-09 | Remove def_id field from ParamEnv | Bram van den Heuvel | -1/+2 |
| 2020-09-09 | Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27 | bors | -3/+4 |
| 2020-09-09 | Rollup merge of #76374 - pickfire:patch-4, r=Cldfire | Dylan DPC | -2/+3 |
| 2020-09-07 | rustdoc: Fix font CSS for crate lists | Camelid | -3/+4 |
| 2020-09-05 | Find the first segment that failed to resolve for _any_ namespace | Joshua Nelson | -45/+64 |
| 2020-09-05 | Give a much better error message when an item has a macro disambiguator | Joshua Nelson | -30/+57 |
| 2020-09-05 | Say 'prefix with `kind@`' instead of 'prefix with the item kind' | Joshua Nelson | -18/+39 |
| 2020-09-05 | Don't suggest \[ \] if there's a :: in the path | Joshua Nelson | -2/+7 |
| 2020-09-05 | Show the first path segment which failed to resolve. | Joshua Nelson | -5/+25 |
| 2020-09-05 | Address my own review comments | Joshua Nelson | -3/+10 |
| 2020-09-05 | Fix rebase conflicts | Joshua Nelson | -2/+2 |