summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2017-12-24Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddybbors-2/+6
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-38/+49
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-1/+0
2017-12-20Const-eval TyArray trait implementorsWilco Kusee-2/+6
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-0/+1
2017-12-18Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavusGuillaume Gomez-3/+23
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-3/+23
2017-12-17syntax: Rename `P::unwrap` into `P::into_inner`Vadim Petrochenkov-2/+2
2017-12-15Refactor argument-position impl TraitTaylor Cramer-1/+0
2017-12-15add a new RegionKind variant: ReClosureBoundNiko Matsakis-0/+1
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-8/+7
2017-12-10Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavusbors-0/+6
2017-12-07Generate difference warnings for markdown files as wellGuillaume Gomez-1/+1
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-27/+46
2017-11-25Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil...bors-0/+1
2017-11-24Add docs for never primitiveAndrew Cann-0/+6
2017-11-22Implement in-band lifetime bindingsTaylor Cramer-2/+2
2017-11-21allow loading external files in documentationQuietMisdreavus-4/+140
2017-11-21Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddybbors-3/+2
2017-11-21Properly handle reexport of foreign items.kennytm-0/+1
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-4/+17
2017-11-17Fix impl Trait Lifetime HandlingTaylor Cramer-3/+2
2017-11-15Split hir::TyImplTrait, move checks to HIR loweringChristopher Vittal-1/+3
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-4/+4
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+17
2017-10-24Auto merge of #44766 - sunjay:lift_generics, r=nikomatsakisbors-6/+6
2017-10-17rustdoc: add a primitive page for "unit"Josh Stone-2/+15
2017-10-17Fixing rustdocSunjay Varma-6/+6
2017-10-13Rollup merge of #44989 - QuietMisdreavus:what-is-your-quest, r=GuillaumeGomezkennytm-0/+2
2017-10-12Auto merge of #44969 - QuietMisdreavus:impls-for-everyone, r=steveklabnikbors-0/+15
2017-10-09let rustdoc print the crate version into docsQuietMisdreavus-0/+2
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-1/+1
2017-10-01document trait impls when the type appears in the trait's genericsQuietMisdreavus-0/+15
2017-09-24put empty generic lists behind a pointerAriel Ben-Yehuda-15/+17
2017-09-21Refactor lifetime name into an enumTaylor Cramer-5/+5
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+31
2017-09-18Use DefId instead of NodeId as identifier in resolve_lifetime::Region.Michael Woerister-1/+2
2017-09-17Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakisTim Neumann-0/+12
2017-09-14bring Ty into scopeDouglas Campos-3/+3
2017-09-14rustdoc: pretty-print Unevaluated expressions in types.Eduard-Mihai Burtescu-0/+12
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-3/+7
2017-09-11rustc: use ty::Const for the length of TyArray.Eduard-Mihai Burtescu-2/+16
2017-09-11rustc: replace usize with u64 and ConstUsize.Eduard-Mihai Burtescu-3/+3
2017-09-08Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakisbors-33/+34
2017-09-07rustc: Remove `CrateStore::crates` as a methodAlex Crichton-1/+1
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-0/+41
2017-09-05rustdoc: add new "Implementations on Foreign Types" section to traitsQuietMisdreavus-0/+10
2017-09-05rustc: Store InternedString in `DefPathData`Alex Crichton-5/+5
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-25/+25
2017-09-05rustc: Flag some CrateStore methods as "untracked"Alex Crichton-1/+1