about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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-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
2020-03-14Make downstream crates compile.Camille GILLOT-1/+2
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-6/+2
2020-03-12Rollup merge of #69921 - matthiaskrgr:rustdoc_import, r=CentrilMazdak Farrokhzad-1/+0
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-2/+2
2020-03-11rustdoc: remove unused importMatthias Krüger-1/+0
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-5/+0
2020-03-07rustdoc: simplify boolean condition (clippy::nonminimal_bool)Matthias Krüger-1/+1
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-5/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-1/+1
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-1/+1
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-3/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-2/+2
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-11/+11
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-10/+10
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-3/+3
2020-02-29Make it build againVadim Petrochenkov-1/+1
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-3/+3
2020-02-27Remove "important traits" featureGuillaume Gomez-5/+0
2020-02-27use find(x) instead of filter(x).next()Matthias Krüger-2/+1
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-7/+7
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-4/+5
2020-02-18Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obkDylan DPC-9/+14
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-12/+12
2020-02-16Other crates.Camille GILLOT-4/+4
2020-02-16Code review changes.Ben Lewis-7/+5
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-9/+16
2020-02-11Review comments.Camille GILLOT-1/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-1/+1
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-9/+2
2020-02-08Make `associated_items` query return a sliceJonas Schievink-1/+4
2020-02-06index ReEmpty by universeNiko Matsakis-3/+3
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1