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-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
2020-07-15
Recurse into function bodies, but don't typeck closures
Joshua Nelson
-9
/
+19
2020-07-15
Don't ICE on errors in function returning impl trait
Joshua Nelson
-0
/
+78
2020-07-15
Don't run analysis pass in rustdoc
Joshua Nelson
-5
/
+7
2020-07-10
Rollup merge of #74127 - tamird:allowlist, r=oli-obk
Manish Goregaokar
-10
/
+10
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-10
/
+10
2020-07-10
Change some function names.
Nicholas Nethercote
-1
/
+1
2020-07-07
rustdoc: Rename invalid_codeblock_attribute lint to be plural
Oliver Middleton
-2
/
+2
2020-06-27
Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank
Manish Goregaokar
-2
/
+9
2020-06-26
errors: use `-Z terminal-width` in JSON emitter
David Wood
-2
/
+9
2020-06-26
Generate docs for links to private items when passed --document-private
Joshua Nelson
-7
/
+8
2020-06-05
properly handle feature gated lints
Joey Hain
-6
/
+3
2020-05-30
Use `LocalDefId` instead of `NodeId` in `resolve_str_path_error`
marmeladema
-3
/
+7
2020-05-28
Update src/librustdoc/core.rs
Niko Matsakis
-1
/
+1
2020-05-28
Whitelist `unsafe_op_in_unsafe_fn` in rustdoc
LeSeulArtichaut
-1
/
+12
2020-05-11
Fix clippy warnings
Matthias Krüger
-1
/
+1
2020-05-08
Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnison
Dylan DPC
-36
/
+60
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-9
/
+5
2020-04-27
Unify lints handling in rustdoc
Guillaume Gomez
-36
/
+60
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-1
/
+1
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-1
/
+1
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-1
/
+6
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-2
/
+2
2020-04-10
librustc_middle: return LocalDefId instead of DefId in opt_local_def_id
marmeladema
-2
/
+5
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-3
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-30
rustc -> rustc_middle part 1
Mazdak Farrokhzad
-1
/
+1
2020-03-22
Update lint name to follow convention
Guillaume Gomez
-3
/
+3
[next]