about summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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
2020-03-31more clippy fixesMatthias Krüger-20/+12
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-9/+9
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-1/+0
2020-03-23Remove `ReClosureBound`Matthew Jasper-1/+0
2020-03-16Support type search for arguments and returned typesGuillaume Gomez-0/+20
2020-03-15More Method->Fn renamingMark Mansi-3/+3
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-0/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-2/+2
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-2/+0
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-2/+2
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-3/+3
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-3/+3
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-2/+2
2020-02-27Remove "important traits" featureGuillaume Gomez-2/+0
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-7/+7
2020-02-18Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obkDylan DPC-1/+3
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-3/+3
2020-02-16Other crates.Camille GILLOT-1/+1
2020-02-16Code review changes.Ben Lewis-3/+1
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-1/+5
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-5/+1
2020-02-06index ReEmpty by universeNiko Matsakis-3/+3
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-27don't clone types that are copy, round two.Matthias Krüger-1/+1
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-1/+1
2020-01-17formattingGuillaume Gomez-21/+19
2020-01-16Improve code readabilityGuillaume Gomez-26/+10