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
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
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-1
/
+1
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-1
/
+2
2019-09-05
Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomez
Mazdak Farrokhzad
-1
/
+1
2019-08-26
Account for doc comments coming from proc macros without spans
Esteban Küber
-1
/
+1
2019-08-19
librustdoc: warn on empty doc test
Tom Milligan
-10
/
+27
2019-08-05
adapt rustdoc to infailable lexer
Aleksey Kladov
-23
/
+9
2019-07-04
cleanup lexer constructors
Aleksey Kladov
-2
/
+3
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-09
Introduce InnerSpan abstraction
Mark Rousskov
-2
/
+2
2019-06-06
syntax: Rename `TokenAndSpan` into `Token`
Vadim Petrochenkov
-3
/
+3
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-5
/
+5
2019-02-23
merge early and late passes into single struct
Andy Russell
-3
/
+5
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-6
/
+6
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2019-01-14
rustdoc: check code block syntax in early pass
Andy Russell
-0
/
+109