summary refs log tree commit diff
path: root/src/librustdoc/passes/check_code_block_syntax.rs
AgeCommit message (Expand)AuthorLines
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-2/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-2/+2
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-17rustdoc: Catch fatal errors when syntax highlightingOliver Middleton-2/+3
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-09Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomezYuki Okushi-1/+1
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-3/+29
2020-01-04Distinguish between private items and hidden items in rustdocDavid Tolnay-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-4/+4
2019-11-20Delete ProcessCfgModMark Rousskov-2/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-1/+1
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-1/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-09-05Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-08-26Account for doc comments coming from proc macros without spansEsteban Küber-1/+1
2019-08-19librustdoc: warn on empty doc testTom Milligan-10/+27
2019-08-05adapt rustdoc to infailable lexerAleksey Kladov-23/+9
2019-07-04cleanup lexer constructorsAleksey Kladov-2/+3
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-09Introduce InnerSpan abstractionMark Rousskov-2/+2
2019-06-06syntax: Rename `TokenAndSpan` into `Token`Vadim Petrochenkov-3/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-5/+5
2019-02-23merge early and late passes into single structAndy Russell-3/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-6/+6
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-1/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-0/+109