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
/
passes
Age
Commit message (
Expand
)
Author
Lines
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
2020-10-03
Improve invalid_html_tags lint span
Guillaume Gomez
-41
/
+47
2020-10-03
Add `unclosed_html_tags` lint
Guillaume Gomez
-0
/
+140
2020-10-02
Improve error messages
Camelid
-5
/
+4
2020-10-02
Use old error when there's partial resolution
Camelid
-5
/
+10
2020-10-02
Remove unhelpful help message
Camelid
-1
/
+2
2020-10-02
Improve rustdoc error for failed intra-doc link resolution
Camelid
-4
/
+4
2020-09-29
Auto merge of #77253 - jyn514:crate-link, r=Manishearth
bors
-1
/
+12
2020-09-27
Resolve `crate` properly across crates
Joshua Nelson
-1
/
+12
2020-09-27
Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...
Joshua Nelson
-8
/
+13
2020-09-27
Auto merge of #76955 - jyn514:refactor-diagnostics, r=euclio
bors
-231
/
+204
2020-09-24
Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth
bors
-8
/
+2
2020-09-23
Unify primitive errors with other intra-link errors
Joshua Nelson
-34
/
+14
2020-09-23
Fix intra-doc links for primitives
Joshua Nelson
-6
/
+14
2020-09-23
Perform most diagnostic lookups in `resolution_failure`
Joshua Nelson
-206
/
+191
2020-09-16
Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514
Tyler Mandry
-10
/
+6
2020-09-13
Stabilize intra-doc links
Manish Goregaokar
-8
/
+2
2020-09-13
Require `module_id` param to `resolve` to be non-empty
Joshua Nelson
-295
/
+279
2020-09-13
Refactor `resolve_with_disambiguator` into a separate function
Joshua Nelson
-163
/
+190
2020-09-13
Refactor `resolve_link` into a separate function
Joshua Nelson
-325
/
+342
2020-09-12
Don't emit an error on private doc tests when they're ignored
Guillaume Gomez
-10
/
+6
2020-09-11
Name the current module
Joshua Nelson
-2
/
+3
2020-09-11
Remove unnecessary clone
Joshua Nelson
-7
/
+2
2020-09-11
Use `span_label` instead of `note`
Joshua Nelson
-37
/
+47
2020-09-11
box ResolutionFailures on the heap
Joshua Nelson
-37
/
+32
2020-09-05
Find the first segment that failed to resolve for _any_ namespace
Joshua Nelson
-45
/
+64
2020-09-05
Give a much better error message when an item has a macro disambiguator
Joshua Nelson
-30
/
+57
2020-09-05
Say 'prefix with `kind@`' instead of 'prefix with the item kind'
Joshua Nelson
-18
/
+39
2020-09-05
Don't suggest \[ \] if there's a :: in the path
Joshua Nelson
-2
/
+7
2020-09-05
Show the first path segment which failed to resolve.
Joshua Nelson
-5
/
+25
2020-09-05
Address my own review comments
Joshua Nelson
-3
/
+10
2020-09-05
Fix rebase conflicts
Joshua Nelson
-2
/
+2
2020-09-05
Give a better error message when linking to a macro with the wrong disambiguator
Joshua Nelson
-40
/
+79
2020-09-05
Use rustc_resolve's descr() instead of rewriting it
Joshua Nelson
-51
/
+35
2020-09-05
Turn NoParentItem from a panic into an ICE
Joshua Nelson
-3
/
+2
2020-09-05
Fix failures to resolve primitives
Joshua Nelson
-5
/
+15
2020-09-05
Make errors more concise and helpful
Joshua Nelson
-35
/
+60
2020-09-05
Remove some TODOs
Joshua Nelson
-2
/
+0
[prev]
[next]