summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-11-20Fix Rustdoc ICE when checking blanket implsAaron Hill-2/+9
2018-11-20squashed form of #54145Nick Cameron-0/+4
2018-11-19don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+14
2018-11-17resolve: Support resolving macros without leaving tracesVadim Petrochenkov-1/+1
2018-10-29Remove redundant cloneShotaro Yamada-11/+11
2018-10-25Rollup merge of #55254 - rust-lang:clean-two-dots, r=GuillaumeGomezPietro Albini-1/+1
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-1/+3
2018-10-22Correct trailing ellipsis in name_from_patvarkor-1/+1
2018-10-21improve search tabs lookGuillaume Gomez-23/+14
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-24/+23
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-39/+39
2018-10-18Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavusbors-29/+89
2018-10-18Rollup merge of #55161 - akxcv:rustdoc/disable-spellcheck, r=QuietMisdreavus,...kennytm-0/+1
2018-10-18Rollup merge of #55080 - thanatos:fix-localstorage-crash, r=GuillaumeGomezkennytm-2/+20
2018-10-18Rollup merge of #55077 - ollie27:rustdoc_dyn_trait, r=QuietMisdreavuskennytm-0/+3
2018-10-17[librustdoc] Disable spellcheck for search fieldAlexander Komarov-0/+1
2018-10-17Auto merge of #54939 - pnkfelix:issue-54478-dont-prefer-dynamic-in-doc-tests,...bors-1/+0
2018-10-16Move usableLocalStorage() above functions that make use of itRoy Wellington Ⅳ-15/+15
2018-10-17Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakisbors-0/+1
2018-10-15Extract localStorage tests out into a helper method; use in getCurrentValue()Roy Wellington Ⅳ-8/+20
2018-10-14Detect if access to localStorage is forbidden by the user's browserRoy Wellington Ⅳ-0/+6
2018-10-15rustdoc: Use dyn keyword when rendering dynamic traitsOliver Middleton-0/+3
2018-10-14Auto merge of #55032 - oli-obk:the_early_unwrap_gets_the_panic, r=Mark-Simula...bors-38/+35
2018-10-13Copy extern prelude from resolver to global contextVadim Petrochenkov-0/+1
2018-10-13Also adjust rustdoc to the principal changesOliver Scherer-38/+35
2018-10-12Rollup merge of #54869 - GuillaumeGomez:fix-mobile-docs, r=QuietMisdreavuskennytm-16/+28
2018-10-12Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavusbors-7/+18
2018-10-11Fix mobile doc displayGuillaume Gomez-15/+27
2018-10-11Update minifier versionGuillaume Gomez-1/+1
2018-10-09Use default of preferring static over dynamic linking in rustdoc tests.Felix S. Klock II-1/+0
2018-10-09Store nightly build instead of checking env var every timeGuillaume Gomez-3/+5
2018-10-09Add lint for doc without codeblocksGuillaume Gomez-29/+87
2018-10-05Rollup merge of #54834 - kzys:fix-small-screen, r=GuillaumeGomezPietro Albini-1/+0
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-8/+8
2018-10-04rustdoc: overflow:auto doesn't work nicely on small screensKazuyoshi Kato-1/+0
2018-10-04rename skolemized to placeholderNiko Matsakis-1/+1
2018-10-03Fix `ty::UnnormalizedProjection` in rustdocscalexm-0/+1
2018-10-02Fix rustdocOliver Schneider-8/+8
2018-10-02Attempt to resolve linking issues.David Wood-1/+1
2018-10-02Add `crate::` to trait suggestions in Rust 2018.David Wood-0/+1
2018-09-30Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrumbors-1/+1
2018-09-29Add a sentence before rustc errorsGuillaume Gomez-1/+1
2018-09-29Improve error display for codeblocks in rustdocGuillaume Gomez-7/+18
2018-09-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-52/+248
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-52/+248
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-2/+4
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+1
2018-09-27show "all items" link even if crate doesn't have a versionQuietMisdreavus-4/+5
2018-09-27add attributes/derives to "all items" pageQuietMisdreavus-0/+8
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-1/+34