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
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
2019-08-20
Load error codes via build script instead of JSON parsing
Mark Rousskov
-31
/
+83
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-1
/
+1
2019-08-11
Remove fmt::Display impls on Markdown structs
Mark Rousskov
-1
/
+1
2019-08-11
Remove thread-local for playground config
Mark Rousskov
-5
/
+6
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-2
/
+0
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-1
/
+1
2019-05-06
set the default edition when pre-parsing a doctest
QuietMisdreavus
-1
/
+3
2019-03-26
Fix error index CSS file name
Guillaume Gomez
-8
/
+12
2019-02-10
tools: doc comments
Alexander Regueiro
-1
/
+1
2019-02-08
error_index_generator => 2018
Taiki Endo
-1
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-4
/
+3
2018-11-01
add env-logger to error-index-generator
QuietMisdreavus
-0
/
+2
2018-07-31
Remove global derive_id and reset_ids functions
Mark Rousskov
-4
/
+9
2018-07-31
Further extract error code switch
Mark Rousskov
-2
/
+2
2018-07-25
Add missing dyn
Tatsuyuki Ishi
-18
/
+18
2018-03-29
Rename main theme into light theme
Guillaume Gomez
-2
/
+2
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-1
/
+4
2018-02-16
Remove hoedown from rustdoc
Guillaume Gomez
-2
/
+2
2018-01-22
fix error_index_generator
QuietMisdreavus
-1
/
+1
2018-01-09
Fix error index display
Guillaume Gomez
-1
/
+59
2017-07-27
Build rustdoc on-demand.
Mark Simulacrum
-0
/
+3
2017-04-22
Set hoedown to generate error index
Guillaume Gomez
-2
/
+2
2017-04-06
rustdoc: Use pulldown-cmark for Markdown HTML rendering
Oliver Middleton
-2
/
+2
2017-03-29
Remove unused feature from error index generator
Malo Jaffré
-1
/
+1
2017-03-28
Add missing markdown tags
Guillaume Gomez
-2
/
+2
2017-03-28
Fix external doc errors
Guillaume Gomez
-1
/
+1
2016-10-15
rustdoc: Improve playground run buttons
Oliver Middleton
-1
/
+4
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+0
2016-10-07
Use workspaces and switch to a single Cargo.lock.
Ahmed Charles
-4
/
+0
2016-03-22
fix alignment
Jorge Aparicio
-2
/
+2
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-24
/
+24
[next]