rust/src/librustc_interface
Mark Rousskov 2627eedde9 Avoid deleting temporary files on error
Previously if the compiler error'd, fatally, then temporary directories which
should be preserved by -Csave-temps would be deleted due to fatal compiler
errors being implemented as panics.
2020-08-09 08:28:15 -04:00
..
callbacks.rs Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
Cargo.toml Move from log to tracing 2020-07-31 22:38:20 +02:00
interface.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
lib.rs Initialize default providers only once 2020-07-15 10:53:36 -04:00
passes.rs Avoid deleting temporary files on error 2020-08-09 08:28:15 -04:00
proc_macro_decls.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
queries.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
tests.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
util.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00