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
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
2020-08-23
Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkov
bors
-0
/
+6
2020-08-22
Lazy decoding of DefPathTable from crate metadata (non-incremental case)
Aaron Hill
-4
/
+4
2020-08-22
rustdoc: Only resolve traits in scope
Joshua Nelson
-4
/
+4
2020-08-22
rustdoc: Cache traits implemented by a type
Joshua Nelson
-0
/
+6
2020-08-19
Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27
bors
-0
/
+4
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-3
/
+3
2020-08-11
Put back attributes check pass in rustdoc
Guillaume Gomez
-0
/
+4
2020-08-07
EXTREMELY hacky fix
Joshua Nelson
-0
/
+17
2020-08-03
Fix async-std at the price of breaking half the test suite
Joshua Nelson
-7
/
+0
2020-07-31
Auto merge of #74926 - Manishearth:rename-lint, r=jyn514
bors
-1
/
+1
2020-07-30
Rename the lint again
Manish Goregaokar
-1
/
+1
2020-07-30
Rename to intra_doc_resolution_failures
Manish Goregaokar
-1
/
+1
2020-07-29
Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures
Manish Goregaokar
-1
/
+1
2020-07-27
More requested changes
Joseph Ryan
-2
/
+2
2020-07-27
Extract `Cache` and other types from `html` module
Joseph Ryan
-2
/
+2
2020-07-27
Move `Error` and `RenderInfo` out of `html` module
Joseph Ryan
-1
/
+1
2020-07-17
Rollup merge of #71670 - GuillaumeGomez:enforce-codeblocks-attribute-check, r...
Manish Goregaokar
-3
/
+3
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-6
/
+6
2020-07-16
Use the scope of the imported variable for resolution, not the current scope
Joshua Nelson
-1
/
+1
2020-07-16
Update code to new invalid_codeblock_attributes lint name
Guillaume Gomez
-3
/
+3
2020-07-15
Use the default providers in rustc_interface instead of adding our own
Joshua Nelson
-8
/
+2
2020-07-15
Address review comments
Joshua Nelson
-19
/
+22
2020-07-15
EMPTY_MAP -> EMPTY_SET
Joshua Nelson
-4
/
+4
2020-07-15
Don't ICE on infinitely recursive types
Joshua Nelson
-0
/
+15
2020-07-15
Remove unnecessary lifetime parameter
Joshua Nelson
-6
/
+6
2020-07-15
Use tcx as the only context for visitor
Joshua Nelson
-12
/
+11
2020-07-15
Mention `cargo check` in help message
Joshua Nelson
-1
/
+1
2020-07-15
Don't crash on Vec<DoesNotExist>
Joshua Nelson
-3
/
+6
2020-07-15
Address review comments about code style
Joshua Nelson
-14
/
+10
2020-07-15
Don't make typeck_tables_of public
Joshua Nelson
-5
/
+1
[prev]
[next]