summary refs log tree commit diff
path: root/src/librustdoc/clean
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-5/+25
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-5/+25
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-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-1/+1
2017-12-10Auto merge of #46232 - canndrew:never-docs, r=QuietMisdreavusbors-0/+6
2017-12-09rustdoc: Include `impl [u8]` in the docsOliver Middleton-0/+1
2017-12-07Generate difference warnings for markdown files as wellGuillaume Gomez-1/+1
2017-12-05Add field `is_import` to `def::Export`.Jeffrey Seyfried-1/+1
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-95/+50
2017-11-29Update bootstrap compilerAlex Crichton-2/+0
2017-11-29rustdoc: Fix issues with cross-crate inlined associated itemsOliver Middleton-95/+50
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-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-4/+19
2017-11-21Properly handle reexport of foreign items.kennytm-0/+1
2017-11-18Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM...bors-0/+5
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-4/+19
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-15Support `extern type` in rustdoc.kennytm-0/+5
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-0/+1
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-0/+1
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-7/+7
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-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-2/+1
2017-10-07Fix invalid rustdoc rendering for FnTy argsGuillaume Gomez-1/+1
2017-10-05Remove nacl from librustdocest31-2/+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-18incr.comp.: Already hash HIR bodies during metadata export so they don't have...Michael Woerister-2/+2
2017-09-18Use DefId instead of NodeId as identifier in resolve_lifetime::Region.Michael Woerister-1/+2