about summary refs log tree commit diff
path: root/src/librustdoc/docfs.rs
AgeCommit message (Expand)AuthorLines
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