about summary refs log tree commit diff
path: root/src/librustdoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-30Stabilize GATsJack Huey-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-29Remove box_syntax feature gate from librustdocest31-1/+0
2022-07-27session: disable internal lints for rustdocDavid Wood-1/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-3/+3
2022-07-06session: `terminal-width` -> `output-width`David Wood-4/+4
2022-07-06sess: stabilize `--terminal-width`David Wood-1/+14
2022-07-03Rollup merge of #98799 - jyn514:rustdoc-lint-help, r=GuillaumeGomezRalf Jung-8/+17
2022-07-02Fix bug in `rustdoc -Whelp`Joshua Nelson-8/+17
2022-07-01update cfg(bootstrap)sPietro Albini-1/+0
2022-06-27Fix `rustdoc` argument errorShivani Bhardwaj-1/+1
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+0
2022-06-03Fully stabilize NLLJack Huey-1/+1
2022-05-25update jemalloc-sys to jemalloc v5.3Rémy Rakic-3/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+1
2022-05-05Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddlebors-1/+1
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-04ignore the doctest for mapYoshiki Matsuda-1/+1
2022-04-21[WIP] rustdoc: Resolve some more doc links earlyVadim Petrochenkov-0/+1
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-0/+1
2022-04-04Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...Guillaume Gomez-1/+7
2022-03-16rustc_error: make ErrorReported impossible to constructmark-5/+11
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-0/+1
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-5/+5
2022-02-27make GATs print properly in traitsMichael Goulet-0/+1
2022-02-25Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgrbors-0/+1