about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/tests.rs
AgeCommit message (Expand)AuthorLines
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-0/+1
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-54/+54
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-06-29avoid many `&str` to `String` conversions with `MultiSpan::push_span_label`Takayuki Maeda-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-5/+5
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-2/+2
2022-04-05session: opt for enabling directionality markersDavid Wood-2/+2
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+2
2022-04-05span: move `MultiSpan`David Wood-2/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-2/+2
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-08-30mv compiler to compiler/mark-0/+1012