index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
docfs.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-08-16
Use more named format args
Guillaume Gomez
-3
/
+3
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-1
/
+1
2023-03-15
Update docsfs module documentation
Guillaume Gomez
-1
/
+0
2023-03-14
rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets
Guillaume Gomez
-6
/
+21
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-7
/
+7
2022-05-06
rustdoc: don't build `rayon` for non-windows targets
klensy
-1
/
+6
2021-10-28
rustdoc: Remove a single-use macro
Noah Lev
-10
/
+1
2021-08-26
Remove unnecessary copies when using parallel IO
Joshua Nelson
-6
/
+6
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-7
/
+7
2020-08-07
fix clippy::unit_arg: make it explicit that Ok(()) is being returned
Matthias Krüger
-2
/
+2
2020-08-07
fix clippy::expect_fun_call: use unwrap_or_else to prevent panic message from...
Matthias Krüger
-3
/
+3
2020-07-29
Pass by value
Joseph Ryan
-2
/
+2
2020-07-29
Refactor DocFS to fix error handling bugs
Joseph Ryan
-45
/
+16
2020-05-08
Clean up rustdoc source code
Guillaume Gomez
-1
/
+4
2020-04-15
Fix clippy warnings
Matthias Krüger
-2
/
+2
2020-03-05
Don't always eval arguments inside .expect(), use unwrap_or_else and closure....
Matthias Krüger
-6
/
+6
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-3
/
+1
2019-12-22
Format the world
Mark Rousskov
-19
/
+13
2019-06-21
Better handling of the sender channel part in rustdoc file writing
Guillaume Gomez
-6
/
+6
2019-06-21
Handle fs errors through errors::Handler instead of eprintln and panic
Guillaume Gomez
-8
/
+47
2019-06-21
Add DocFS layer to rustdoc
Robert Collins
-0
/
+77