summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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
2020-06-01Call `skip_binder` or `no_bound_vars` before `self_ty`Dylan MacKenzie-2/+2
2020-05-30rustdoc: remove calls to `local_def_id_from_node_id`marmeladema-3/+3
2020-05-22Remove ReScopeMatthew Jasper-1/+0
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-4/+4
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-15/+13
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-1/+0
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-4/+4
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-1/+1
2020-04-24Avoid unused Option::map resultsJosh Stone-5/+6
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-1/+1
2020-04-23Address comments from reviewmarmeladema-4/+3
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-3/+2
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-7/+5
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-41/+45
2020-04-16Dogfood or_patterns in rustdocJosh Stone-3/+5
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-10/+8
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-17/+10
2020-04-10librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_idmarmeladema-2/+2
2020-04-10librustc_middle: return LocalDefId instead of DefId in body_owner_def_idmarmeladema-1/+4
2020-04-08Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddybDylan DPC-0/+1
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-0/+1
2020-04-06ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.Eduard-Mihai Burtescu-52/+52
2020-04-05Retire rustc::ty::Attributes enum.Camille GILLOT-14/+6
2020-04-05Allocate query Vecs on the arena.Camille GILLOT-3/+4
2020-04-05Stop importing int modules in librustdocLinus Färnstrand-1/+0
2020-04-02direct imports for langitem stuffMazdak Farrokhzad-1/+0