summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2020-05-30rustdoc: remove calls to `local_def_id_from_node_id`marmeladema-9/+5
2020-05-22Remove ReScopeMatthew Jasper-1/+0
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-7/+7
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-1/+1
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-19/+17
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-1/+2
2020-05-16Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27Dylan DPC-0/+9
2020-05-14Move doc alias discovery into the Attributes struct and some code improvementsGuillaume Gomez-0/+9
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-1/+0
2020-05-08Fix testsCamille GILLOT-1/+1
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-8/+9
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-14/+8
2020-04-24Avoid unused Option::map resultsJosh Stone-5/+6
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-14/+8
2020-04-23Address comments from reviewmarmeladema-12/+11
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-16/+14
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-23/+24
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-41/+45
2020-04-16Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-SimulacrumDylan DPC-4/+6
2020-04-16Dogfood or_patterns in rustdocJosh Stone-4/+6
2020-04-16Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPCDylan DPC-3/+3
2020-04-16Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisaDylan DPC-0/+1
2020-04-16Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27Dylan DPC-24/+20
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-3/+3
2020-04-14Add illumos triplePatrick Mooney-0/+1
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-15/+9
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-10Improve rustdoc source code a bitGuillaume Gomez-24/+20
2020-04-10librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_idmarmeladema-3/+7
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-1/+4
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-1/+4
2020-04-06ty: remove `{Existential,}Trait{Ref,Predicate}::input_types`.Eduard-Mihai Burtescu-52/+52
2020-04-06ty: remove unnecessary `Predicate::walk_tys` and `collect_regions`.Eduard-Mihai Burtescu-19/+22
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-2/+2
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+1
2020-03-31more clippy fixesMatthias Krüger-42/+28
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-9/+9
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-22/+22
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-3/+3
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-1/+0
2020-03-23Remove `ReClosureBound`Matthew Jasper-1/+0
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-4/+2
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-16/+58
2020-03-15More Method->Fn renamingMark Mansi-3/+3
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-0/+2