summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19Add Default for GenericParamCountvarkor-4/+1
2018-08-04turn intra-doc-link collection into an early passQuietMisdreavus-551/+13
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-5/+4
2018-08-04Clean generic impls codeGuillaume Gomez-15/+34
2018-08-03Store concrete crate stores where possibleMark Rousskov-1/+1
2018-08-01Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddybPietro Albini-21/+25
2018-07-31Put back original field discoveryGuillaume Gomez-2/+8
2018-07-30Delete unused code in rustdocMark Rousskov-22/+0
2018-07-30Fix Alias intra doc ICEGuillaume Gomez-21/+19
2018-07-29Remove unused `mut`sMatthew Jasper-1/+1
2018-07-28Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-1/+2
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-0/+2
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-8/+0
2018-07-22First step to generic trait implsGuillaume Gomez-1/+0
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-7/+5
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-2/+59
2018-07-22Add "self" intra-link supportGuillaume Gomez-2/+59
2018-07-21Avoid using `#[macro_export]` for documenting builtin macrosVadim Petrochenkov-7/+5
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+32
2018-07-19Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavusbors-0/+5
2018-07-18Implement existential typesOliver Schneider-0/+32
2018-07-16ItemKindcsmoe-19/+19
2018-07-16ForeignItemKindcsmoe-3/+3
2018-07-16TyKindcsmoe-1/+1
2018-07-14Address commentsVadim Petrochenkov-3/+1
2018-07-14Remove most of `Hash` impls from AST and HIR structuresVadim Petrochenkov-2/+15
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-2/+16
2018-07-13Misc rustdoc changesbjorn3-8/+0
2018-07-13Switch to any from count when checking for non_exhaustive attribute.David Wood-2/+1
2018-07-05Simplified checking for non_exhaustive attribute.David Wood-25/+6
2018-07-02Update rustdocOliver Schneider-8/+0
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-4/+4
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-8/+8