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