summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
2023-05-27Rollup merge of #109084 - dekrain:fix-panic-arg0-expansion, r=petrochenkovMatthias Krüger-1/+11
2023-05-27Fix ICE caused by at-expanding argument 0 instead of removing it earlydekrain-1/+11
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-4/+4
2023-05-13Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors-0/+3
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-4/+8
2023-05-06correct literals for dyn thread safeSparrowLii-2/+2
2023-05-06introduce `DynSend` and `DynSync` auto traitSparrowLii-0/+3
2023-05-05Mark `ErrorGuaranteed` constructor as deprecated so people don't use itMichael Goulet-1/+6
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-3/+3
2023-05-01Make the BUG_REPORT_URL configurable by toolsjyn-1/+5
2023-04-30Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddleMatthias Krüger-0/+1
2023-04-29Get `repr` information through `AdtDef` for foreign itemsGuillaume Gomez-0/+1
2023-04-29drive-by cleanup of rustdoc commentjyn-3/+3
2023-04-29Add `rustdoc::unescaped_backtick` lintLukas Markeffsky-5/+6
2023-04-28handle cfg(bootstrap)Pietro Albini-1/+1
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-1/+0
2023-04-14Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomezYuki Okushi-1/+1
2023-04-13Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-SimulacrumMatthias Krüger-1/+0
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+1
2023-04-10Stabilize IsTerminalJosh Triplett-1/+0
2023-04-04write threads info into log only when debuggingSparrowLii-1/+1
2023-03-31Stabilize rustdoc `--test-run-directory`Arpad Borsos-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-0/+1
2023-02-13rustdoc: Eliminate remaining uses of resolverVadim Petrochenkov-19/+2
2023-02-11Auto merge of #94857 - petrochenkov:doclink2, r=oli-obkbors-15/+6
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-2/+2
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-13/+4
2023-02-09Remove `QueryContext`.Nicholas Nethercote-2/+2
2023-01-27Remove from librustdoc and clippy tooScott McMurray-1/+0
2023-01-23Store the gctxt instead of fetching it twice.Oli Scherer-1/+1
2023-01-13Remove redundant session fieldOli Scherer-3/+0
2023-01-12Harden the pre-tyctxt query system against accidental recomputationOli Scherer-2/+3
2022-12-09Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,...Matthias Krüger-2/+2
2022-12-07Revert crate_types change, add new bin_crate fieldWill Crichton-2/+2
2022-12-07Improve several aspects of the Rustdoc scrape-examples UI.Will Crichton-1/+9
2022-12-07Don't silently ignore errors that happen during renderingGuillaume Gomez-2/+2
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-4/+1
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-2/+3
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-3/+1
2022-10-24rustdoc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`Martin Nordholts-1/+0
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-6/+2
2022-10-19Use `interface::run_compiler` for `markdown::render`.Nicholas Nethercote-3/+10
2022-10-19Merge `main_options` into `main_args`.Nicholas Nethercote-30/+27
2022-10-19Clean up rustdoc startup.Nicholas Nethercote-7/+7
2022-10-16Use IsTerminal in librustdocJosh Triplett-2/+3
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-23rustdoc: Stabilize --diagnostic-widthEric Huss-1/+1