summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-11-06Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-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
2018-08-21Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i...bors-90/+88
2018-08-21Fix missing impl trait display as ret typeGuillaume Gomez-0/+9
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-3/+3
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-3/+3
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-2/+2
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-19Add Default for GenericParamCountvarkor-4/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-3/+3
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-16/+16
2018-08-16Generate blanket implementations for reexported items as wellGuillaume Gomez-90/+88
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-0/+2
2018-08-06Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddybbors-2/+2
2018-08-04turn intra-doc-link collection into an early passQuietMisdreavus-551/+13
2018-08-04Update to masterGuillaume Gomez-9/+6
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-177/+8
2018-08-04Improve functions namingGuillaume Gomez-13/+13
2018-08-04Fix dyn objectsGuillaume Gomez-2/+2
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-5/+4
2018-08-04Clean generic impls codeGuillaume Gomez-313/+467
2018-08-03Move unused trait functions to inherent functionsMark Rousskov-1/+1
2018-08-03Store concrete crate stores where possibleMark Rousskov-6/+7
2018-08-02Fix rustdoc crash when 'static bound appears in struct declarationAaron Hill-2/+2
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-28/+148
2018-07-28Move blanket implementations generation into its own functionGuillaume Gomez-19/+29
2018-07-28Remove core exclusion conditionGuillaume Gomez-13/+13
2018-07-28Don't display full blanket implementation and put it into its own sectionGuillaume Gomez-2/+8
2018-07-25Add missing dynTatsuyuki Ishi-1/+1
2018-07-24Remove generic-impl rendering filterGuillaume Gomez-85/+83