summary refs log tree commit diff
path: root/src/librustdoc/passes/check_code_block_syntax.rs
AgeCommit message (Expand)AuthorLines
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-2/+5
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-2/+2
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-6/+6
2022-04-05session: opt for enabling directionality markersDavid Wood-2/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+2
2022-04-05errors: implement fallback diagnostic translationDavid Wood-2/+13
2022-04-05errors: introduce `DiagnosticMessage`David Wood-1/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+1
2022-03-04librustdoc: adopt let else in more placesest31-3/+3
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-2/+4
2021-12-15Add module documentation for rustdoc passesJacob Hoffman-Andrews-0/+1
2021-10-31Convert many impls of `DocFolder` to `DocVisitor`Noah Lev-5/+6
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-5/+5
2021-09-26Use the correct edition when syntax highlighting doctestsJoshua Nelson-2/+12
2021-09-26Preserve the whole LangSyntax when parsing doctestsJoshua Nelson-2/+2
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-2/+2
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-2/+2
2021-05-17Fix rebase conflictsJoshua Nelson-1/+1
2021-05-17Address review commentsJoshua Nelson-1/+1
2021-05-17Rename INVALID_RUST_CODEBLOCK{,S}Joshua Nelson-1/+1
2021-05-17Add back missing help for ignore blocksJoshua Nelson-28/+26
2021-05-17New rustdoc lint to respect -Dwarnings correctlyAlexis Bourget-33/+59
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-1/+5
2021-04-24Add attr_span helper functionJoshua Nelson-3/+3
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-2/+2
2021-03-21Rename `clean::Item.source` to `span`Camelid-2/+2
2021-03-04Don't require a `DocContext` for `report_diagnostic`Joshua Nelson-3/+6
2021-02-16Take `&mut DocContext` in passesJoshua Nelson-1/+1
2021-01-21Fix rustc::internal lints on rustdocJoshua Nelson-1/+1
2021-01-01Add suggestion in case a "ignore" doc block has invalid rust code insideGuillaume Gomez-3/+12
2020-11-22Make `fold_item_recur` non-nullableJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-2/+2
2020-08-31Avoid StringReader when checking code blocks for syntax errorsAleksey Kladov-43/+32
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