summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-2/+1
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-4/+9
2020-10-21Lift: take self by valueBastian Kauschke-3/+3
2020-10-17Auto merge of #77685 - jackh726:binder-map, r=lcnrbors-2/+5
2020-10-17Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27Dylan DPC-2/+9
2020-10-16map_bound_ref -> rebindJack Huey-2/+5
2020-10-12Filter out imports added by the compilerGuillaume Gomez-2/+9
2020-10-11Remove unnecessary Clean implJoshua Nelson-21/+15
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-20/+4
2020-10-09Don't filter out imports added by the compiler for the momentGuillaume Gomez-6/+0
2020-10-09Remove unneeded ImportItem on glob onesGuillaume Gomez-11/+1
2020-10-09Simplify included import items handlingGuillaume Gomez-8/+5
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-3/+7
2020-10-09Don't remove export items so that we can run lints on themGuillaume Gomez-3/+32
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-7/+17
2020-10-06Fix toolsMatthew Jasper-24/+20
2020-09-25Rename `whence` to `span`Camelid-19/+19
2020-09-16Rollup merge of #76641 - nox:pointee-random-stuff, r=eddybRalf Jung-1/+1
2020-09-13Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakisbors-1/+2
2020-09-13Auto merge of #76623 - slightlyoutofphase:master, r=jyn514bors-5/+7
2020-09-12Fix a typoAnthony Ramine-1/+1
2020-09-12Rollup merge of #76297 - lcnr:const-ty-alias, r=varkorRalf Jung-10/+10
2020-09-11Fix formatting for tidySlightlyOutOfPhase-1/+2
2020-09-11Check basic constness before unstable constnessSlightlyOutOfPhase-2/+3
2020-09-11Use `is_unstable_const_fn` where appropriateSlightlyOutOfPhase-5/+5
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+2
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-6/+6
2020-09-03rustdoc: fix min_const_generics with ty::ParamBastian Kauschke-10/+10
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16rustdoc: clean `QPath::LangItem`David Wood-0/+20
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-11Feature gate is always presentMark Rousskov-1/+1
2020-08-10Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514bors-5/+23
2020-08-07Display elided lifetime for non-reference type in docGary Guo-14/+13
2020-08-04Add missing "is_min_const_fn" calls to prevent "const" to be displayed if the...Guillaume Gomez-5/+23
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-4/+4
2020-07-31fix rustdoc generic param orderBastian Kauschke-15/+8
2020-07-27fix rustdocBastian Kauschke-24/+14
2020-07-27introduce PredicateAtomBastian Kauschke-27/+21
2020-07-27this might be unqualified, but at least it's now quantifiedBastian Kauschke-5/+5
2020-07-27fix rustdocBastian Kauschke-12/+20
2020-07-27rustdocBastian Kauschke-20/+28
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-4/+1
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-4/+4
2020-06-15make all uses of ty::Error or ConstKind::Error delay a span bugmark-1/+1
2020-06-11Rename `TyKind::Def` to `OpaqueDef`Matthew Jasper-1/+1
2020-06-11Remove associated opaque typesMatthew Jasper-5/+0