about summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
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
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-0/+3
2023-06-07rustdoc: re-elide cross-crate default trait object lifetime boundsLe贸n Orell Valerian Liehr-16/+27
2023-05-27Clean up usage of `cx.tcx` when `tcx` is already set into a variableGuillaume Gomez-1/+1
2023-05-13refactor: add chunks method to TokenStream to obviate rustdoc clonesCaleb Cartwright-2/+1
2023-04-20Remove WithOptconstParam.Camille GILLOT-2/+2