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
/
check_code_block_syntax.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-1
/
+1
2022-05-24
fix simple clippy lints
klensy
-1
/
+1
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-2
/
+5
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-2
/
+2
2022-04-13
errors: lazily load fallback fluent bundle
David Wood
-6
/
+6
2022-04-05
session: opt for enabling directionality markers
David Wood
-2
/
+2
2022-04-05
errors: implement sysroot/testing bundle loading
David Wood
-1
/
+2
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-2
/
+13
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-1
/
+1
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-1
/
+1
2022-03-04
librustdoc: adopt let else in more places
est31
-3
/
+3
2022-02-27
Only create a single expansion for each inline integration.
Camille GILLOT
-2
/
+4
2021-12-15
Add module documentation for rustdoc passes
Jacob Hoffman-Andrews
-0
/
+1
2021-10-31
Convert many impls of `DocFolder` to `DocVisitor`
Noah Lev
-5
/
+6
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-5
/
+5
2021-09-26
Use the correct edition when syntax highlighting doctests
Joshua Nelson
-2
/
+12
2021-09-26
Preserve the whole LangSyntax when parsing doctests
Joshua Nelson
-2
/
+2
2021-08-12
Use smaller spans for some structured suggestions
Esteban Kuber
-2
/
+2
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-2
/
+2
2021-05-17
Fix rebase conflicts
Joshua Nelson
-1
/
+1
2021-05-17
Address review comments
Joshua Nelson
-1
/
+1
2021-05-17
Rename INVALID_RUST_CODEBLOCK{,S}
Joshua Nelson
-1
/
+1
2021-05-17
Add back missing help for ignore blocks
Joshua Nelson
-28
/
+26
2021-05-17
New rustdoc lint to respect -Dwarnings correctly
Alexis Bourget
-33
/
+59
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-1
/
+5
2021-04-24
Add attr_span helper function
Joshua Nelson
-3
/
+3
2021-03-21
Rename `clean::Span::span()` to `clean::Span::inner()`
Camelid
-2
/
+2
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-2
/
+2
2021-03-04
Don't require a `DocContext` for `report_diagnostic`
Joshua Nelson
-3
/
+6
2021-02-16
Take `&mut DocContext` in passes
Joshua Nelson
-1
/
+1
2021-01-21
Fix rustc::internal lints on rustdoc
Joshua Nelson
-1
/
+1
2021-01-01
Add suggestion in case a "ignore" doc block has invalid rust code inside
Guillaume Gomez
-3
/
+12
2020-11-22
Make `fold_item_recur` non-nullable
Joshua Nelson
-1
/
+1
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-08-31
Avoid StringReader when checking code blocks for syntax errors
Aleksey Kladov
-43
/
+32
2020-04-23
Create new rustdoc lint to check for code blocks tags
Guillaume Gomez
-2
/
+4
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-2
/
+2
2020-02-01
1. move node_id to syntax
Mazdak Farrokhzad
-1
/
+1
2020-01-17
rustdoc: Catch fatal errors when syntax highlighting
Oliver Middleton
-2
/
+3
2020-01-10
nix syntax::errors & prefer rustc_errors over errors
Mazdak Farrokhzad
-1
/
+1
2020-01-09
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
Yuki Okushi
-1
/
+1
2020-01-04
buffer lexer errors in rustdoc syntax checking
Andy Russell
-3
/
+29
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-4
/
+4
2019-11-20
Delete ProcessCfgMod
Mark Rousskov
-2
/
+1
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-1
/
+1
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-1
/
+2
[next]