about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/src/session_diagnostics.rs
AgeCommit message (Expand)AuthorLines
2025-03-21Move some calls to before calling codegen_cratebjorn3-0/+6
2024-11-20unstable feature usage metricsJane Losare-Lusby-0/+8
2024-05-21PR feedbackBen Kimock-2/+2
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-0/+6
2024-04-09driver: unconditionally show update nightly hint许杰友 Jieyou Xu (Joe)-11/+4
2024-02-27Don't suggest update nightly if using internal features许杰友 Jieyou Xu (Joe)-10/+0
2024-02-27Hint user to update nightly on ICEs produced from outdated nightly许杰友 Jieyou Xu (Joe)-0/+21
2023-10-25Stop telling people to submit bugs for internal feature ICEsNilstrieb-0/+4
2023-10-06rustc_driver: avoid fallible conversionsTamir Duberstein-3/+3
2023-07-21Rollup merge of #113780 - dtolnay:printkindpath, r=b-naberMatthias Krüger-7/+0
2023-07-20Move OutFileName writing into rustc_sessionDavid Tolnay-7/+0
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+22
2023-02-02Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`John Kåre Alsaker-12/+12
2023-02-02Rename rustc_driver to rustc_driver_implJohn Kåre Alsaker-0/+67