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
/
core.rs
Age
Commit message (
Expand
)
Author
Lines
2021-02-15
Index Modules using their LocalDefId.
Camille GILLOT
-3
/
+2
2021-02-04
Cleanup rustdoc pass descriptions a bit
Camelid
-1
/
+1
2021-01-30
Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG...
Yuki Okushi
-1
/
+1
2021-01-30
rustdoc tweaking
bors
-28
/
+30
2021-01-28
rustdoc: Remove unnecessary optional
Camelid
-1
/
+1
2021-01-27
Remove CACHE_KEY global
Guillaume Gomez
-2
/
+6
2021-01-08
Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth
Yuki Okushi
-5
/
+4
2021-01-05
Apply suggestions from code review
Camelid
-1
/
+1
2021-01-05
rustdoc: Turn `next_def_id` comments into docs
Camelid
-8
/
+14
2021-01-02
Remove unused collapse pass
Guillaume Gomez
-0
/
+3
2021-01-02
End of rework of Attributes struct
Guillaume Gomez
-1
/
+1
2020-12-25
Don't panic when an external crate can't be resolved
Joshua Nelson
-5
/
+4
2020-12-17
Fix error with `--cfg parallel_compiler`
Joshua Nelson
-1
/
+1
2020-12-17
Move `run_renderer` into the main `global_ctxt` closure
Joshua Nelson
-46
/
+3
2020-12-17
Separate `create_resolver` into a new function
Joshua Nelson
-36
/
+43
2020-12-17
Split apart create_config and run_core
Joshua Nelson
-21
/
+25
2020-12-09
Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum
bors
-3
/
+1
2020-12-04
Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco
Dylan DPC
-1
/
+0
2020-12-03
rustc_metadata: Remove some dead code
Vadim Petrochenkov
-1
/
+0
2020-12-01
Fix `unknown-crate` when using self-profile with rustdoc
Joshua Nelson
-1
/
+1
2020-11-30
Don't time `emit_ignored_resolution_errors`
Joshua Nelson
-3
/
+1
2020-11-24
Track `ParamEnv`s properly
Joshua Nelson
-2
/
+14
2020-11-22
Get rid of `doctree::Impl`
Joshua Nelson
-16
/
+0
2020-11-15
Fix warnings
Joshua Nelson
-2
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-29
/
+29
2020-11-15
Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis
Jonas Schievink
-1
/
+1
2020-11-09
Rollup merge of #78114 - jyn514:private, r=oli-obk
Dylan DPC
-5
/
+6
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-1
/
+1
2020-11-05
Fix even more URLs
Guillaume Gomez
-1
/
+1
2020-11-05
Add PRIVATE_INTRA_DOC_LINKS to rustdoc special-casing
Joshua Nelson
-5
/
+6
2020-11-05
Rename lint to non_autolinks
Guillaume Gomez
-2
/
+2
2020-11-05
Rename automatic_links to url_improvements
Guillaume Gomez
-2
/
+2
2020-11-05
Add new lint for automatic_links improvements
Guillaume Gomez
-0
/
+2
2020-10-03
Add `unclosed_html_tags` lint
Guillaume Gomez
-0
/
+2
2020-09-27
Add option to pass a custom codegen backend from a driver
bjorn3
-0
/
+1
2020-08-31
Fix strings indent
Guillaume Gomez
-4
/
+3
2020-08-30
rustdoc,metadata: Debugging
Joshua Nelson
-0
/
+1
2020-08-25
Don't special case `warnings`
Joshua Nelson
-4
/
+1
2020-08-25
Warn about unknown or renamed lints
Joshua Nelson
-2
/
+9
2020-08-25
Rename debugging_options -> debugging_opts to match rustc
Joshua Nelson
-2
/
+2
2020-08-25
Minor refactors
Joshua Nelson
-3
/
+3
2020-08-23
Fix bad rebase
Joshua Nelson
-164
/
+164
2020-08-23
Use underscores instead of spaces
Joshua Nelson
-3
/
+3
2020-08-23
Time how long it takes to render HTML
Joshua Nelson
-3
/
+6
2020-08-23
xpy fmt
Joshua Nelson
-12
/
+25
2020-08-23
Time running the global context
Joshua Nelson
-1
/
+1
2020-08-23
Separate `run_global_ctxt` into a separate function
Joshua Nelson
-8
/
+14
2020-08-23
Remove redundant timing for query
Joshua Nelson
-3
/
+1
2020-08-23
Time loading all crates, not each individual crate
Joshua Nelson
-2
/
+2
2020-08-23
Add some timing info to rustdoc
Joshua Nelson
-3
/
+9
[prev]
[next]