about summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-2/+2
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-4/+5
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-14Rollup merge of #77817 - jyn514:const-since, r=petrochenkovDylan DPC-3/+4
2020-10-11Make some functions private that don't need to be publicJoshua Nelson-2/+2
2020-10-11Remove unnecessary Clean implJoshua Nelson-1/+1
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-2/+3
2020-10-08Preserve the parent module of `DocFragment`sJoshua Nelson-2/+2
2020-09-13allow concrete self types in constsBastian Kauschke-1/+1
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-3/+3
2020-08-31Fix strings indentGuillaume Gomez-3/+2
2020-08-19Allow reusing the code in `collect_trait_impls`Joshua Nelson-1/+1
2020-08-19impl_for_type -> PrimitiveType::implsJoshua Nelson-57/+2
2020-08-19Return all impls, not just the primary oneJoshua Nelson-10/+31
2020-08-19Say `tcx.lang_items()` lessJoshua Nelson-20/+21
2020-08-19Refactor `impl_for_type` into a separate functionJoshua Nelson-29/+34
2020-08-16rustdoc: clean `QPath::LangItem`David Wood-0/+1
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-1/+1
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-1/+1
2020-08-13Add Array Impl Lang Item in various placeskadmin-1/+1
2020-08-08Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514Yuki Okushi-4/+7
2020-08-07Display elided lifetime for external pathsGary Guo-4/+7
2020-08-02Keep the previous behavior of `register_res`Joshua Nelson-0/+3
2020-07-15ConstKind::UnevaluatedBastian Kauschke-4/+4
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-2/+2
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-2/+2
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-2/+2
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-12/+6
2020-04-23Address comments from reviewmarmeladema-3/+2
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-1/+3
2020-04-16Dogfood or_patterns in rustdocJosh Stone-1/+1
2020-04-16Rollup merge of #70990 - GuillaumeGomez:rustdoc-cleanup, r=ollie27Dylan DPC-24/+20
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-5/+1
2020-04-10Improve rustdoc source code a bitGuillaume Gomez-24/+20
2020-03-31more clippy fixesMatthias Krüger-17/+14
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-3/+3
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-1/+1
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-9/+31
2020-03-04Use .map() to modify data inside Options instead of using .and_then(|x| Some(...Matthias Krüger-3/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-18Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obkDylan DPC-8/+11
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-2/+2
2020-02-16Code review changes.Ben Lewis-4/+4
2020-02-15Change const eval to return `ConstValue`, instead of `Const` as the type insi...Ben Lewis-8/+11
2020-02-11Review comments.Camille GILLOT-1/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-1/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-1/+0