about summary refs log tree commit diff
path: root/src/tools/error_index_generator
AgeCommit message (Expand)AuthorLines
2025-02-17Move error_index_generator to the rustbook workspaceEric Huss-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-4/+5
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-1/+1
2023-11-11rustc_log: provide a way to init logging based on the values, not names, of t...Ralf Jung-1/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-1/+4
2023-02-26refactor: improve `error-index-generator` dependencyEzra Shaw-20/+2
2023-02-26refactor: statically guarantee that current error codes are documentedEzra Shaw-22/+15
2023-02-25fix: fix issue in macroEzra Shaw-1/+1
2023-01-05error-index: Don't generate 404 instead of removing it.Eric Huss-3/+1
2023-01-05Fix error-index redirect to work with back button.Eric Huss-11/+10
2022-09-18Fix tooltip display for error codesGuillaume Gomez-1/+2
2022-09-01Move error code book into a sub folderGuillaume Gomez-59/+40
2022-08-31Generate error index with mdbook instead of raw HTML pagesGuillaume Gomez-139/+212
2022-08-26Remove unused build dependencyGuillaume Gomez-3/+0
2022-08-23Handle error code hash by redirecting to the correct error code pageGuillaume Gomez-7/+27
2022-08-23Rewrite error index generator to greatly reduce the size of the pagesGuillaume Gomez-222/+106
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-4/+0
2022-03-27[error index] Move some logic from build.rs to main.rsJoshua Nelson-33/+23
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-9/+10
2021-10-06Revert the rustc_error_codes changes.Mukund Lakshman-1/+1
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-2/+2
2021-10-04No need to default offset since we always override it.Mukund Lakshman-1/+1
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-9/+9
2021-10-04fix busted JavaScript in error index generatorMichael Howell-34/+19
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-1/+2
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+2
2021-06-27Use rustdoc.css for error indexDeadbeef-0/+1
2020-08-30mv compiler to compiler/mark-2/+2
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-2/+1
2020-07-31Update error index generator to tracingOliver Scherer-2/+2
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-07-15rustdoc: Rename internal API fns to `into_string`Lzu Tao-1/+1
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-1/+1
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+2
2019-12-24Deprecate Error::description for realDavid Tolnay-1/+1
2019-12-22Format the worldMark Rousskov-45/+79
2019-11-23Remove useless line for error index generationGuillaume Gomez-1/+0
2019-11-14Adapt error index generator to the new formatGuillaume Gomez-16/+18
2019-11-14Fix error codes index generationGuillaume Gomez-1/+3
2019-10-07Warn if include macro fails to include entire fileMark Rousskov-1/+1
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-0/+1
2019-09-13Remove raw string literal quotes from error index descriptionsOliver Middleton-1/+1
2019-09-05Fix error index generator for new register_diagnostics APIMark Rousskov-29/+22
2019-08-20Remove serialization of diagnostics to filesMark Rousskov-4/+7