| Age | Commit message (Expand) | Author | Lines |
| 2020-11-16 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ... | Guillaume Gomez | -14/+27 |
| 2020-11-16 | Ensure that the source code display is working with DOS backline | Guillaume Gomez | -0/+2 |
| 2020-10-02 | Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk... | Jonas Schievink | -1/+1 |
| 2020-10-02 | Remove unneeded replace | Guillaume Gomez | -1/+1 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -1/+12 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -0/+2 |
| 2020-09-27 | Resolve `crate` properly across crates | Joshua Nelson | -1/+12 |
| 2020-09-27 | Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate... | Joshua Nelson | -8/+13 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -0/+2 |
| 2020-09-27 | Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio | bors | -231/+204 |
| 2020-09-25 | Rename `whence` to `span` | Camelid | -53/+53 |
| 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-23 | Unify primitive errors with other intra-link errors | Joshua Nelson | -34/+14 |
| 2020-09-23 | Fix intra-doc links for primitives | Joshua Nelson | -6/+14 |
| 2020-09-23 | Perform most diagnostic lookups in `resolution_failure` | Joshua Nelson | -206/+191 |
| 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 |