summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2024-06-05Remove `Type` from rustdoc `Const`Boxy-2/+2
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-11/+14
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-11/+14
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-1/+1
2024-04-11Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddleMatthias Krüger-1/+8
2024-04-08rustdoc: slightly clean up the synthesis of blanket implsLeón Orell Valerian Liehr-5/+4
2024-04-04In case a foreign item has `doc(hidden)` attribute, we simply merged its attr...Guillaume Gomez-1/+8
2024-04-02rustdoc: heavily simplify synthesis of auto trait implsLeón Orell Valerian Liehr-12/+4
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-0/+1
2024-03-17some minor code simplificationsMatthias Krüger-1/+1
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-2/+3
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-3/+4
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-2/+3
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-1/+1
2024-02-07Use correct param env when building and cleaning items in librustdocMichael Goulet-2/+6
2024-01-17Add `PatKind::Err`Lieselotte-1/+3
2024-01-09Move variables closer to their usage sitesLeón Orell Valerian Liehr-6/+4
2024-01-09Simplify elision of default generic argumentsLeón Orell Valerian Liehr-48/+42
2024-01-09Don't arena-allocate extended generic argsLeón Orell Valerian Liehr-22/+25
2024-01-09Offset args of trait object types when cleaningLeón Orell Valerian Liehr-6/+25
2024-01-09Rename rustc_middle path cleaning functionsLeón Orell Valerian Liehr-25/+19
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-3/+2
2023-11-29Add `never_patterns` feature gateNadrieril-1/+2
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-3/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-8/+7
2023-11-08Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-...Matthias Krüger-5/+1
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-1/+1
2023-11-05rustdoc: properly elide cross-crate host effect argsLeón Orell Valerian Liehr-5/+1
2023-10-30rustdoc: elide cross-crate default generic argumentsLeón Orell Valerian Liehr-26/+106
2023-10-13Add some FIXMEs for remaining issues that we need to fix before using more c...Oli Scherer-0/+3
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-0/+1
2023-10-09Improve codeGuillaume Gomez-24/+12
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-11/+29
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-4/+4
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2023-09-19Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkinbors-1/+1
2023-09-19move ConstValue into mirRalf Jung-5/+4
2023-09-02Auto merge of #115286 - saethlin:detangler, r=petrochenkovbors-95/+2
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-95/+2
2023-09-01rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-1/+3
2023-08-30Do not ICE in rustdoc.Camille GILLOT-1/+1
2023-08-16Use more named format argsGuillaume Gomez-9/+15
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-10/+8
2023-08-07Store the laziness of type aliases in the DefKindLeón Orell Valerian Liehr-2/+16
2023-08-02Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obkNilstrieb-6/+0
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-1/+33
2023-07-22fix doc links on `extern crate` itemsLukas Markeffsky-4/+8
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-18/+13
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+1