index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
error_index_generator
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Move error_index_generator to the rustbook workspace
Eric Huss
-0
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-4
/
+5
2023-12-18
Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.
Nicholas Nethercote
-1
/
+1
2023-11-11
rustc_log: provide a way to init logging based on the values, not names, of t...
Ralf Jung
-1
/
+2
2023-06-27
Provide more context for `rustc +nightly -Zunstable-options` on stable
许杰友 Jieyou Xu (Joe)
-1
/
+4
2023-02-26
refactor: improve `error-index-generator` dependency
Ezra Shaw
-20
/
+2
2023-02-26
refactor: statically guarantee that current error codes are documented
Ezra Shaw
-22
/
+15
2023-02-25
fix: fix issue in macro
Ezra Shaw
-1
/
+1
2023-01-05
error-index: Don't generate 404 instead of removing it.
Eric Huss
-3
/
+1
2023-01-05
Fix error-index redirect to work with back button.
Eric Huss
-11
/
+10
2022-09-18
Fix tooltip display for error codes
Guillaume Gomez
-1
/
+2
2022-09-01
Move error code book into a sub folder
Guillaume Gomez
-59
/
+40
2022-08-31
Generate error index with mdbook instead of raw HTML pages
Guillaume Gomez
-139
/
+212
2022-08-26
Remove unused build dependency
Guillaume Gomez
-3
/
+0
2022-08-23
Handle error code hash by redirecting to the correct error code page
Guillaume Gomez
-7
/
+27
2022-08-23
Rewrite error index generator to greatly reduce the size of the pages
Guillaume Gomez
-222
/
+106
2022-05-05
Allow unused rules in some places in the compiler, library and tools
est31
-4
/
+0
2022-03-27
[error index] Move some logic from build.rs to main.rs
Joshua Nelson
-33
/
+23
2021-10-06
Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez
Manish Goregaokar
-9
/
+10
2021-10-06
Revert the rustc_error_codes changes.
Mukund Lakshman
-1
/
+1
2021-10-04
heading_level: u32 -> heading_offset: HeadingOffset
Mukund Lakshman
-2
/
+2
2021-10-04
No need to default offset since we always override it.
Mukund Lakshman
-1
/
+1
2021-10-04
Change `Markdown(...)` to `Markdown { ... }`
Mukund Lakshman
-9
/
+9
2021-10-04
fix busted JavaScript in error index generator
Michael Howell
-34
/
+19
2021-10-04
librustdoc: Use correct heading levels.
Mukund Lakshman
-1
/
+2
2021-09-20
Migrate to 2021
Mark Rousskov
-1
/
+1
2021-07-29
rfc3052: Remove authors field from Cargo manifests
Jade
-1
/
+0
2021-07-08
Rework SESSION_GLOBALS API to prevent overwriting it
Guillaume Gomez
-1
/
+2
2021-06-27
Use rustdoc.css for error index
Deadbeef
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-2
/
+2
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-2
/
+1
2020-07-31
Update error index generator to tracing
Oliver Scherer
-2
/
+2
2020-07-22
build: Remove unnecessary `build = "build.rs"` annotations
Vadim Petrochenkov
-1
/
+0
2020-07-15
rustdoc: Rename internal API fns to `into_string`
Lzu Tao
-1
/
+1
2020-07-09
Eliminate confusing "globals" terminology.
Nicholas Nethercote
-1
/
+1
2020-06-25
Support configurable deny-warnings for all in-tree crates.
Eric Huss
-1
/
+0
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-2
/
+2
2020-01-02
Normalize `syntax::edition` imports.
Mazdak Farrokhzad
-1
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-45
/
+79
2019-11-23
Remove useless line for error index generation
Guillaume Gomez
-1
/
+0
2019-11-14
Adapt error index generator to the new format
Guillaume Gomez
-16
/
+18
2019-11-14
Fix error codes index generation
Guillaume Gomez
-1
/
+3
2019-10-07
Warn if include macro fails to include entire file
Mark Rousskov
-1
/
+1
2019-09-23
Add `#![deny(warnings)]` to internal tools
Alex Crichton
-0
/
+1
2019-09-13
Remove raw string literal quotes from error index descriptions
Oliver Middleton
-1
/
+1
2019-09-05
Fix error index generator for new register_diagnostics API
Mark Rousskov
-29
/
+22
2019-08-20
Remove serialization of diagnostics to files
Mark Rousskov
-4
/
+7
[next]