about summary refs log tree commit diff
path: root/src/tools/error_index_generator
AgeCommit message (Expand)AuthorLines
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
2018-01-09Fix error index displayGuillaume Gomez-1/+59
2017-07-27Build rustdoc on-demand.Mark Simulacrum-0/+3
2017-04-22Set hoedown to generate error indexGuillaume Gomez-2/+2
2017-04-06rustdoc: Use pulldown-cmark for Markdown HTML renderingOliver Middleton-2/+2
2017-03-29Remove unused feature from error index generatorMalo Jaffré-1/+1
2017-03-28Add missing markdown tagsGuillaume Gomez-2/+2
2017-03-28Fix external doc errorsGuillaume Gomez-1/+1
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-1/+4
2016-10-12Stabilise `?`Nick Cameron-1/+0
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-4/+0
2016-03-22fix alignmentJorge Aparicio-2/+2
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-24/+24
2016-03-08rustbuild: Add the error-index-generatorAlex Crichton-0/+220