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
/
test
/
rustdoc-ui
Age
Commit message (
Expand
)
Author
Lines
2020-04-24
Add rustdoc regression test for the unused_braces lint
flip1995
-0
/
+14
2020-04-23
Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison
Dylan DPC
-0
/
+493
2020-04-23
Add UI tests for new rustdoc lint
Guillaume Gomez
-0
/
+493
2020-04-19
Moving all rustdoc-ui tests to check-pass
Val Markovic
-19
/
+19
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+8
2020-03-28
Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC
bors
-0
/
+15
2020-03-22
fix one more test
mark
-1
/
+1
2020-03-22
Update lint name to follow convention
Guillaume Gomez
-3
/
+3
2020-03-22
Update tests
Guillaume Gomez
-8
/
+7
2020-03-22
Add lint when no doc is present at the crate-level
Guillaume Gomez
-0
/
+16
2020-03-14
resolve: Fix regression in resolution of raw keywords in paths
Vadim Petrochenkov
-5
/
+5
2020-03-02
remove output-format test
Guillaume Gomez
-10
/
+0
2020-03-02
Replace ToJson with serde
Guillaume Gomez
-8
/
+18
2020-03-02
add tests for rustdoc output-format json
Guillaume Gomez
-0
/
+34
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-01-24
Normalise notes with the/is
varkor
-13
/
+13
2020-01-20
Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez
Dylan DPC
-0
/
+62
2020-01-18
rustdoc: Fix handling of compile errors when running `rustdoc --test`
Oliver Middleton
-0
/
+62
2020-01-17
rustdoc: Catch fatal errors when syntax highlighting
Oliver Middleton
-0
/
+21
2020-01-12
Update `output-default.json` and rustdoc test
varkor
-1
/
+1
2020-01-04
buffer lexer errors in rustdoc syntax checking
Andy Russell
-109
/
+19
2019-12-04
rustdoc: Add test for fixed issue
Oliver Middleton
-0
/
+15
2019-11-27
Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...
bors
-28
/
+105
2019-11-26
Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC
Tyler Mandry
-16
/
+16
2019-11-25
Update error messages
Guillaume Gomez
-36
/
+36
2019-11-24
Fix some rustdoc error capitalization
Esteban Küber
-16
/
+16
2019-11-23
Add test for anchors
Guillaume Gomez
-0
/
+77
2019-11-21
Point at type in `let` assignment on type errors
Esteban Küber
-1
/
+3
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-1
/
+1
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-3
/
+0
2019-11-13
Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus
Yuki Okushi
-3
/
+3
2019-11-10
Add warning annotations to rustdoc-ui tests
Tomasz Miąsko
-46
/
+67
2019-11-06
rename cfg(rustdoc) into cfg(doc)
Guillaume Gomez
-3
/
+3
2019-11-03
use silent emitter for rustdoc highlighting pass
Andy Russell
-64
/
+0
2019-10-29
stabilize cfg(doctest)
Guillaume Gomez
-4
/
+2
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+15
2019-10-21
Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27
Mazdak Farrokhzad
-15
/
+15
2019-10-11
rustdoc: forward -Z options to rustc
Tomasz Miąsko
-15
/
+15
2019-10-10
Add and update rustdoc ui test
Guillaume Gomez
-2
/
+24
2019-10-10
Don't pass doctest feature by default
Guillaume Gomez
-3
/
+2
2019-10-01
Add new rustdoc-ui test to ensuire that rustdoc feature isn't passed down to ...
Guillaume Gomez
-0
/
+20
2019-09-07
rustdoc: fix diagnostic with mixed code block styles
Eric Huss
-0
/
+26
2019-08-31
Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27
bors
-0
/
+32
2019-08-24
Improve Rustdoc's handling of procedural macros
Aaron Hill
-7
/
+8
2019-08-19
librustdoc: warn on empty doc test
Tom Milligan
-0
/
+32
2019-08-05
adapt rustdoc to infailable lexer
Aleksey Kladov
-14
/
+154
2019-08-02
Replace `abstract type` with type alias `impl Trait`
varkor
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-3
/
+4
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-5
/
+5
[next]