| Age | Commit message (Expand) | Author | Lines |
| 2020-08-29 | Auto merge of #75916 - jyn514:unify-error-reporting, r=euclio | bors | -68/+56 |
| 2020-08-28 | Rollup merge of #75989 - matklad:renamerustdoctest, r=GuillaumeGomez | Pietro Albini | -7/+7 |
| 2020-08-28 | Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomez | Pietro Albini | -28/+133 |
| 2020-08-27 | Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514 | bors | -4/+5 |
| 2020-08-27 | Rename rustdoc/test -> rustdoc/doctest | Aleksey Kladov | -7/+7 |
| 2020-08-27 | Delay help popup creation to when it's needed | Guillaume Gomez | -2/+3 |
| 2020-08-27 | Improve helper wording | Guillaume Gomez | -2/+2 |
| 2020-08-27 | Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514 | bors | -1/+5 |
| 2020-08-27 | Rollup merge of #75953 - jyn514:missing-lints, r=Manishearth | Dylan DPC | -6/+6 |
| 2020-08-27 | Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfire | Dylan DPC | -1/+1 |
| 2020-08-27 | Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire | Dylan DPC | -0/+2 |
| 2020-08-27 | Rollup merge of #75806 - GuillaumeGomez:prevent-automatic-page-change-history... | Dylan DPC | -4/+14 |
| 2020-08-26 | Fix swapped stability attributes | Joshua Nelson | -6/+6 |
| 2020-08-25 | Note that `from_res` panics on errors | Joshua Nelson | -0/+1 |
| 2020-08-25 | Remove outdated FIXME | Joshua Nelson | -1/+0 |
| 2020-08-25 | Remove unused `ns` parameter | Joshua Nelson | -9/+6 |
| 2020-08-25 | Unify error reporting for intra-doc links | Joshua Nelson | -60/+51 |
| 2020-08-25 | Don't special case `warnings` | Joshua Nelson | -4/+1 |
| 2020-08-25 | Warn about unknown or renamed lints | Joshua Nelson | -2/+9 |
| 2020-08-25 | Rename debugging_options -> debugging_opts to match rustc | Joshua Nelson | -13/+13 |
| 2020-08-25 | Minor refactors | Joshua Nelson | -3/+3 |
| 2020-08-25 | Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor | bors | -7/+7 |
| 2020-08-24 | Auto merge of #74590 - jyn514:timing, r=Mark-Simulacrum | bors | -186/+216 |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -7/+7 |
| 2020-08-24 | Add explanations on the results search element check | Guillaume Gomez | -0/+3 |
| 2020-08-24 | Unify theme choices border color in ayu theme | Guillaume Gomez | -1/+1 |
| 2020-08-23 | Fix bad rebase | Joshua Nelson | -164/+164 |
| 2020-08-23 | Use underscores instead of spaces | Joshua Nelson | -7/+7 |
| 2020-08-23 | Time how long it takes to render HTML | Joshua Nelson | -8/+11 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -12/+25 |
| 2020-08-23 | Time running the global context | Joshua Nelson | -1/+1 |
| 2020-08-23 | Separate `run_global_ctxt` into a separate function | Joshua Nelson | -8/+14 |
| 2020-08-23 | Remove redundant timing for query | Joshua Nelson | -3/+1 |
| 2020-08-23 | Time loading all crates, not each individual crate | Joshua Nelson | -2/+2 |
| 2020-08-23 | Add some timing info to rustdoc | Joshua Nelson | -5/+15 |
| 2020-08-23 | xpy fmt | Joshua Nelson | -7/+2 |
| 2020-08-23 | Report an ambiguity if both modules and primitives are in scope | Joshua Nelson | -43/+109 |
| 2020-08-23 | Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov | bors | -93/+227 |
| 2020-08-23 | Highlight crate links like normal links | Camelid | -1/+5 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -1/+0 |
| 2020-08-23 | Fix font color for help button in ayu and dark themes | Guillaume Gomez | -0/+2 |
| 2020-08-23 | Prevent automatic page change when using history | Guillaume Gomez | -4/+11 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -4/+4 |
| 2020-08-22 | stabilize ptr_offset_from | Ralf Jung | -1/+0 |
| 2020-08-22 | Auto merge of #75776 - GuillaumeGomez:missing-doc-examples-lint-improvements,... | bors | -22/+20 |
| 2020-08-22 | rustdoc: Only resolve traits in scope | Joshua Nelson | -17/+22 |
| 2020-08-22 | rustdoc: Cache traits implemented by a type | Joshua Nelson | -45/+65 |
| 2020-08-22 | rustdoc: Add support for associated items even outside the impl itself | Joshua Nelson | -89/+198 |
| 2020-08-22 | rustdoc: Rename misleading function | Joshua Nelson | -2/+2 |
| 2020-08-22 | Rollup merge of #75745 - jyn514:refactor-resolve, r=Manishearth | Dylan DPC | -23/+1 |