about summary refs log tree commit diff
path: root/src/tools/error_index_generator
AgeCommit message (Expand)AuthorLines
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
2019-08-20Load error codes via build script instead of JSON parsingMark Rousskov-31/+83
2019-08-11Drop RefCell from IdMap in markdown renderingMark Rousskov-1/+1
2019-08-11Remove fmt::Display impls on Markdown structsMark Rousskov-1/+1
2019-08-11Remove thread-local for playground configMark Rousskov-5/+6
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+1
2019-05-06set the default edition when pre-parsing a doctestQuietMisdreavus-1/+3
2019-03-26Fix error index CSS file nameGuillaume Gomez-8/+12
2019-02-10tools: doc commentsAlexander Regueiro-1/+1
2019-02-08error_index_generator => 2018Taiki Endo-1/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07use top level `fs` functions where appropriateAndy Russell-4/+3
2018-11-01add env-logger to error-index-generatorQuietMisdreavus-0/+2
2018-07-31Remove global derive_id and reset_ids functionsMark Rousskov-4/+9
2018-07-31Further extract error code switchMark Rousskov-2/+2
2018-07-25Add missing dynTatsuyuki Ishi-18/+18
2018-03-29Rename main theme into light themeGuillaume Gomez-2/+2
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-1/+4
2018-02-16Remove hoedown from rustdocGuillaume Gomez-2/+2
2018-01-22fix error_index_generatorQuietMisdreavus-1/+1