| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -29/+89 |
| 2018-10-18 | Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,... | kennytm | -0/+1 |
| 2018-10-18 | Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomez | kennytm | -2/+20 |
| 2018-10-18 | Rollup merge of #55077 - ollie27:rustdoc_dyn_trait, r=QuietMisdreavus | kennytm | -0/+3 |
| 2018-10-17 | [librustdoc] Disable spellcheck for search field | Alexander Komarov | -0/+1 |
| 2018-10-17 | Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-doc-tests,... | bors | -1/+0 |
| 2018-10-16 | Move usableLocalStorage() above functions that make use of it | Roy Wellington Ⅳ | -15/+15 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -0/+1 |
| 2018-10-15 | Extract localStorage tests out into a helper method; use in getCurrentValue() | Roy Wellington Ⅳ | -8/+20 |
| 2018-10-14 | Detect if access to localStorage is forbidden by the user's browser | Roy Wellington Ⅳ | -0/+6 |
| 2018-10-15 | rustdoc: Use dyn keyword when rendering dynamic traits | Oliver Middleton | -0/+3 |
| 2018-10-14 | Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula... | bors | -38/+35 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -0/+1 |
| 2018-10-13 | Also adjust rustdoc to the principal changes | Oliver Scherer | -38/+35 |
| 2018-10-12 | Rollup merge of #54869 - GuillaumeGomez:fix-mobile-docs, r=QuietMisdreavus | kennytm | -16/+28 |
| 2018-10-12 | Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavus | bors | -7/+18 |
| 2018-10-11 | Fix mobile doc display | Guillaume Gomez | -15/+27 |
| 2018-10-11 | Update minifier version | Guillaume Gomez | -1/+1 |
| 2018-10-09 | Use default of preferring static over dynamic linking in rustdoc tests. | Felix S. Klock II | -1/+0 |
| 2018-10-09 | Store nightly build instead of checking env var every time | Guillaume Gomez | -3/+5 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -29/+87 |
| 2018-10-05 | Rollup merge of #54834 - kzys:fix-small-screen, r=GuillaumeGomez | Pietro Albini | -1/+0 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -8/+8 |
| 2018-10-04 | rustdoc: overflow:auto doesn't work nicely on small screens | Kazuyoshi Kato | -1/+0 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -1/+1 |
| 2018-10-03 | Fix `ty::UnnormalizedProjection` in rustdoc | scalexm | -0/+1 |
| 2018-10-02 | Fix rustdoc | Oliver Schneider | -8/+8 |
| 2018-10-02 | Attempt to resolve linking issues. | David Wood | -1/+1 |
| 2018-10-02 | Add `crate::` to trait suggestions in Rust 2018. | David Wood | -0/+1 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-09-29 | Add a sentence before rustc errors | Guillaume Gomez | -1/+1 |
| 2018-09-29 | Improve error display for codeblocks in rustdoc | Guillaume Gomez | -7/+18 |
| 2018-09-29 | Auto merge of #54660 - kennytm:rollup, r=kennytm | bors | -52/+248 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -52/+248 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -1/+1 |
| 2018-09-27 | show "all items" link even if crate doesn't have a version | QuietMisdreavus | -4/+5 |
| 2018-09-27 | add attributes/derives to "all items" page | QuietMisdreavus | -0/+8 |
| 2018-09-26 | add derive macros' helper attributes to doc output | QuietMisdreavus | -1/+34 |
| 2018-09-26 | add declaration blocks to attribute/derive pages | QuietMisdreavus | -4/+18 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -5/+14 |
| 2018-09-25 | disable proc-macro re-export inlining | QuietMisdreavus | -7/+8 |
| 2018-09-25 | Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavus | Pietro Albini | -2/+5 |
| 2018-09-25 | Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -50/+189 |
| 2018-09-24 | Fix JS error | Guillaume Gomez | -2/+5 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -38/+94 |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -6/+17 |
| 2018-09-22 | Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik | Pietro Albini | -32/+77 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -3/+1 |