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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
Age
Commit message (
Expand
)
Author
Lines
2020-11-13
Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb
bors
-1
/
+1
2020-11-10
Cleanup and comment intra-doc link pass
Joshua Nelson
-167
/
+247
2020-11-07
resolve: Collapse `macro_rules` scope chains on the fly
Vadim Petrochenkov
-1
/
+1
2020-11-05
Rename lint to non_autolinks
Guillaume Gomez
-15
/
+16
2020-11-05
Improve lint even more
Guillaume Gomez
-4
/
+5
2020-11-05
Don't check for URLs inside codeblocks
Guillaume Gomez
-20
/
+30
2020-11-05
Rename automatic_links to url_improvements
Guillaume Gomez
-14
/
+14
2020-11-05
Improve automatic_links globally
Guillaume Gomez
-19
/
+18
2020-11-05
Extend automatic_links lint to take into account URLs without link syntax
Guillaume Gomez
-27
/
+62
2020-11-05
Add new lint for automatic_links improvements
Guillaume Gomez
-0
/
+98
2020-11-01
Improve code in unindent_comment a bit more
Guillaume Gomez
-21
/
+22
2020-10-29
Update tests
Guillaume Gomez
-6
/
+1
2020-10-29
Change a bit how the first doc comment lines are handled
Guillaume Gomez
-38
/
+33
2020-10-26
Add test for doc comments unindent fix
Guillaume Gomez
-32
/
+28
2020-10-26
Fix unindent behavior between different doc comments
Guillaume Gomez
-56
/
+75
2020-10-15
Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514
Yuki Okushi
-53
/
+89
2020-10-14
Handle multi-line HTML comments
Guillaume Gomez
-24
/
+22
2020-10-14
Rollup merge of #77897 - GuillaumeGomez:cleanup-passes-mod, r=jyn514
Dylan DPC
-170
/
+176
2020-10-13
Clean up rustdoc passes
Guillaume Gomez
-170
/
+176
2020-10-13
Add check for HTML comments
Guillaume Gomez
-5
/
+29
2020-10-13
Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514
bors
-15
/
+36
2020-10-12
Clean up rustdoc HTML tags check pass
Guillaume Gomez
-54
/
+68
2020-10-12
Improve lint level handling
Guillaume Gomez
-2
/
+4
2020-10-12
Apply same treatment to MISSING_DOC_CODE_EXAMPLES
Guillaume Gomez
-6
/
+14
2020-10-12
Inherit lint level from parents
Guillaume Gomez
-23
/
+17
2020-10-12
rustdoc: skip allow missing doc in cover. report
Roman
-2
/
+19
2020-10-11
Show summary lines on cross-crate re-exports
Joshua Nelson
-1
/
+4
2020-10-10
Apply suggestions from code review
Dániel Buga
-16
/
+22
2020-10-10
Refactor path resolution and use Symbols instead of &str
Dániel Buga
-115
/
+113
2020-10-10
Apply suggestions from code review
Dániel Buga
-15
/
+14
2020-10-10
Clean up hard to follow control flow
Dániel Buga
-42
/
+45
2020-10-10
Clean up check_full_res
Dániel Buga
-22
/
+13
2020-10-10
Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514
bors
-1
/
+202
2020-10-11
Rollup merge of #77754 - bugadani:find_map_relevant_impl, r=matthewjasper
Yuki Okushi
-10
/
+6
2020-10-09
Use `next()` instead of `peek()` where possible
Camelid
-3
/
+3
2020-10-09
Simplify included import items handling
Guillaume Gomez
-1
/
+1
2020-10-09
Add find_map_relevant_impl
Dániel Buga
-10
/
+6
2020-10-08
Allow generic parameters in intra-doc links
Camelid
-1
/
+202
2020-10-08
Use the new module information for intra-doc links
Joshua Nelson
-44
/
+66
2020-10-08
Preserve the parent module of `DocFragment`s
Joshua Nelson
-4
/
+12
2020-10-07
Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514
bors
-0
/
+195
2020-10-04
Rollup merge of #77513 - jyn514:refactor-doc-fragments, r=GuillaumeGomez
Jonas Schievink
-52
/
+24
2020-10-03
Change DocFragments from enum variant fields to structs with a nested enum
Joshua Nelson
-52
/
+24
2020-10-03
Enforce closing HTML tags to have a ">" character
Guillaume Gomez
-0
/
+20
2020-10-03
Use char_indices() instead of chars() to prevent more than one-byte character...
Guillaume Gomez
-16
/
+5
2020-10-03
Correctly handle unicode characters and tags being open just before the end o...
Guillaume Gomez
-16
/
+42
2020-10-03
Don't warn if the tag is nested inside a <script> or inside a <style>
Guillaume Gomez
-1
/
+4
2020-10-03
Improve code
Guillaume Gomez
-7
/
+15
2020-10-03
Fix visitor for invalid_html_tag lint
Guillaume Gomez
-2
/
+2
2020-10-03
Make invalid_html_tags lint only run on nightly and being allowed by default
Guillaume Gomez
-4
/
+7
[next]