summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-04-18rustdoc: check redundant explicit links with correct itemidMichael Howell-11/+8
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-58/+68
2024-03-15Rollup merge of #122530 - klensy:as_str, r=fee1-deadGuillaume Gomez-3/+4
2024-03-15Rollup merge of #122513 - petrochenkov:somehir4, r=fmeaseGuillaume Gomez-9/+7
2024-03-15rustdoc: create rustc command with an iteratorTravis Finkenauer-4/+6
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-2/+2
2024-03-15rustdoc: add `--test-builder-wrapper` argumentTravis Finkenauer-2/+27
2024-03-15less symbols interner locksklensy-3/+4
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-9/+7
2024-03-14Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...Matthias Krüger-31/+107
2024-03-14fix polarityManish Goregaokar-2/+2
2024-03-14inlineManish Goregaokar-5/+9
2024-03-14Make compactManish Goregaokar-10/+10
2024-03-14print doc(hidden)Manish Goregaokar-5/+14
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-51/+42
2024-03-14print ghostsManish Goregaokar-0/+6
2024-03-14Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume...Matthias Krüger-115/+229
2024-03-12rustdoc: do not preload fonts when browsing locallyElijah Riggs-0/+2
2024-03-12s/mt/mutability/Oli Scherer-1/+1
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-1/+1
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-6/+6
2024-03-11rustdoc-search: add search query syntax `Fn(T) -> U`Michael Howell-48/+65
2024-03-11rustdoc: use `const` for the special type name idsMichael Howell-25/+11
2024-03-11rustdoc: clean up search.js by removing empty sort caseMichael Howell-5/+0
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-45/+161
2024-03-09Rollup merge of #121584 - klensy:itertools-up, r=Mark-SimulacrumGuillaume Boisseau-1/+1
2024-03-09rustdoc-search: depth limit `T<U>` -> `U` unboxingMichael Howell-31/+108
2024-03-08Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgrbors-11/+4
2024-03-08bump itertools to 0.12klensy-1/+1
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-6/+0
2024-03-07Remove redundant query invocations in rustdocOli Scherer-5/+0
2024-03-07Refactor argument UTF-8 checking into `rustc_driver::args::raw_args()`beetrees-10/+3
2024-03-07Make `arg_expand_all` not short-circuit on first errorbeetrees-1/+1
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-7/+7
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-18/+18
2024-03-04Remove `file_path_mapping` param from `ParseSess::new`.Nicholas Nethercote-3/+1
2024-03-02Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrierilbors-0/+4
2024-03-02Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddleMatthias Krüger-13/+14
2024-03-01Propegate HIR and AST `f16` and `f128` types to rustdocTrevor Gross-0/+4
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-13/+14
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+6
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-17/+17
2024-02-29Make `JsonEmitter` more like `HumanEmitter`.Nicholas Nethercote-7/+4
2024-02-29Inline and remove `JsonEmitter::{basic,stderr}`.Nicholas Nethercote-1/+3
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-3/+5
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-4/+4
2024-02-29Remove unnecessary `diagnostic_width` call.Nicholas Nethercote-3/+2
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-1/+2
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-27/+26
2024-02-28Add basic support for `f16` and `f128` to rustdocTrevor Gross-0/+6