about summary refs log tree commit diff
path: root/src/librustdoc/clean/simplify.rs
AgeCommit message (Expand)AuthorLines
2019-12-22Format the worldMark Rousskov-43/+36
2019-08-28Add regression test for issue, apply suggestion to convert to assert_eqPaul Daniel Faria-1/+1
2019-08-27Simplify some code in rustdoc's simplifyPaul Daniel Faria-14/+5
2019-08-27Fix ICE in rustdoc when merging generic and where bounds in the case of an Fn...Paul Daniel Faria-3/+3
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-45/+51
2019-08-18Pre intern the `Self` parameter typeMatthew Jasper-1/+1
2019-08-11Remove `is_self` and `has_self_ty` methodsMatthew Jasper-1/+3
2019-07-01Convert more usages overChris Gregory-1/+1
2019-06-05Addressed points raised in review.Niko Matsakis-1/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-2/+2
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-6/+6
2019-02-10rustc: doc commentsAlexander Regueiro-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-14Wrap some query results in `Lrc`.Nicholas Nethercote-2/+2
2018-09-28rustc: keep a Span for each predicate in ty::GenericPredicates.Eduard-Mihai Burtescu-1/+1
2018-08-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-2/+2
2018-08-04Clean generic impls codeGuillaume Gomez-1/+1
2018-06-20Make GenericBound explicitvarkor-2/+2
2018-06-20Rename ParamBound(s) to GenericBound(s)varkor-1/+1
2018-06-20Use ParamBounds in WhereRegionPredicatevarkor-1/+1
2018-06-20Lift bounds into GenericParamvarkor-1/+1
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-2/+7
2018-06-20Rename "parameter" to "arg"varkor-1/+1
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-1/+1
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-1/+1
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-1/+3
2017-12-18Fix ?Sized where bound not being displayed at the correct placeGuillaume Gomez-0/+1
2017-09-05Test rustdoc unit tests.Mark Simulacrum-7/+2
2017-04-24rustc: rename some of the queries to match tcx methods.Eduard-Mihai Burtescu-1/+1
2016-11-24rustdoc: we can now assume DocContext always has a TyCtxt.Eduard-Mihai Burtescu-1/+1
2016-11-10rustc: clean up lookup_item_type and remove TypeScheme.Eduard Burtescu-1/+1
2016-10-02Cleanup `return` statements.Corey Farwell-1/+1
2016-08-17rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates.Eduard Burtescu-23/+12
2016-05-03rustdoc: use btree map for where clausesGeorg Brandl-3/+3
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-2/+2
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-1/+1
2015-08-24fallout from moving def-idNiko Matsakis-3/+3
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-3/+2
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-04-07rustdoc: Simplify predicates with paren notationAlex Crichton-11/+55
2015-04-07rustdoc: Simplify cross-crate where clausesAlex Crichton-0/+136