summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-0/+1
2018-11-15Rollup merge of #55778 - nnethercote:LrcPreds, r=eddybPietro Albini-1/+1
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-1/+1
2018-11-13Auto merge of #55912 - kennytm:rollup, r=kennytmbors-1/+14
2018-11-13Use a dummy outlives requirement for `where Type:,` (see #53696)scalexm-9/+4
2018-11-12Use type safe `VariantIdx` instead of `usize` everywhereOliver Scherer-2/+10
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-1/+14
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-1/+1
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-11-03Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+8
2018-11-03Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd...Guillaume Gomez-0/+8
2018-11-03Remove `ReCanonical` in favor of `ReLateBound`scalexm-1/+0
2018-11-03Move `BoundTy` to `ty::TyKind`scalexm-0/+1
2018-11-02Don't show associated const items by defaultGuillaume Gomez-1/+0
2018-10-26Remove redundant cloneShotaro Yamada-1/+1
2018-10-26Fix tests and rustdocNick Cameron-0/+2
2018-10-22Correct trailing ellipsis in name_from_patvarkor-1/+1
2018-10-22Fix multiple errorsGuillaume Gomez-0/+9
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-3/+2
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-8/+8
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-1/+35
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-1/+3
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-0/+2
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-1/+33
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-2/+4
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-4/+1
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-41/+19
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-5/+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-1/+1
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-5/+5
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-12/+12
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-7/+7
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-24/+24
2018-08-21Fix missing impl trait display as ret typeGuillaume Gomez-0/+9
2018-08-20Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddybbors-4/+1
2018-08-19mv codemap() source_map()Donato Sciarra-4/+4
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1