about summary refs log tree commit diff
path: root/src/librustdoc/docfs.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2023-12-10remove redundant importssurechen-1/+0
2023-08-16Use more named format argsGuillaume Gomez-3/+3
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-1/+1
2023-03-15Update docsfs module documentationGuillaume Gomez-1/+0
2023-03-14rustdoc: DocFS: Replace rayon with threadpool and enable it for all targetsGuillaume Gomez-6/+21
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-7/+7
2022-05-06rustdoc: don't build `rayon` for non-windows targetsklensy-1/+6
2021-10-28rustdoc: Remove a single-use macroNoah Lev-10/+1
2021-08-26Remove unnecessary copies when using parallel IOJoshua Nelson-6/+6
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-7/+7
2020-08-07fix clippy::unit_arg: make it explicit that Ok(()) is being returnedMatthias Krüger-2/+2
2020-08-07fix clippy::expect_fun_call: use unwrap_or_else to prevent panic message from...Matthias Krüger-3/+3
2020-07-29Pass by valueJoseph Ryan-2/+2
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-45/+16
2020-05-08Clean up rustdoc source codeGuillaume Gomez-1/+4
2020-04-15Fix clippy warningsMatthias Krüger-2/+2
2020-03-05Don't always eval arguments inside .expect(), use unwrap_or_else and closure....Matthias Krüger-6/+6
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-3/+1
2019-12-22Format the worldMark Rousskov-19/+13
2019-06-21Better handling of the sender channel part in rustdoc file writingGuillaume Gomez-6/+6
2019-06-21Handle fs errors through errors::Handler instead of eprintln and panicGuillaume Gomez-8/+47
2019-06-21Add DocFS layer to rustdocRobert Collins-0/+77