summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-11-20Fix Rustdoc ICE when checking blanket implsAaron Hill-2/+9
2018-11-20squashed form of #54145Nick Cameron-0/+2
2018-11-19don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+14
2018-10-29Remove redundant cloneShotaro Yamada-4/+4
2018-10-22Correct trailing ellipsis in name_from_patvarkor-1/+1
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-11/+10
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-18/+18
2018-10-13Also adjust rustdoc to the principal changesOliver Scherer-38/+35
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-8/+8
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-29Auto merge of #54660 - kennytm:rollup, r=kennytmbors-30/+74
2018-09-29Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomezkennytm-30/+74
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-2/+4
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-1/+9
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-5/+14
2018-09-25disable proc-macro re-export inliningQuietMisdreavus-7/+8
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-32/+67
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-6/+14
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-7/+4
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-62/+26
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-6/+10
2018-09-20pull impl generics from HIR if availableQuietMisdreavus-13/+19
2018-09-20collect impl items from the HIR if availableQuietMisdreavus-6/+17
2018-09-20pull local types from the HIR instead of tcxQuietMisdreavus-1/+10
2018-09-20handle local names when registering FQNsQuietMisdreavus-4/+8
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+1
2018-09-20undo some tweaks to build_implQuietMisdreavus-13/+8
2018-09-20don't record an external trait if it's not externalQuietMisdreavus-0/+4
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-5/+2
2018-09-20print local inlined consts via the HIR mapQuietMisdreavus-1/+5
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-73/+13
2018-09-13expose `evaluate_obligation` that captures overflow, use in rustdocNiko Matsakis-5/+14
2018-09-13introduce SelfCtorF001-1/+2
2018-09-08Auto merge of #53705 - ms2300:tmp, r=oli-obkbors-2/+2
2018-09-05Changing TyAnon -> TyOpaque and relevant functionsms2300-2/+2
2018-08-31rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor...Eduard-Mihai Burtescu-1/+7
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-10/+10
2018-08-22Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+9
2018-08-22Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obkGuillaume Gomez-0/+9
2018-08-22Replace TyForeign with ForeignTyvarkor-2/+2
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-6/+6
2018-08-22Remove unnecessary TyKind::svarkor-1/+1
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-24/+24
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-8/+8
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-25/+25
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-1/+1