rust/compiler/rustc_interface/src
Matthias Krüger 96bb02f35c
Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk
Add log-backtrace option to show backtraces along with logging

according to #90698, I added a compiler option, `-Zlog-backtrace=filter`, where `filter` is a module name, to show backtraces for logging without rebuilding.

resolve #90698
2023-01-13 19:16:41 +01:00
..
callbacks.rs Ignore span references from diagnostics. 2022-12-25 18:48:42 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
interface.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
lib.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
passes.rs Feed the features_query instead of grabbing it from the session lazily 2023-01-12 17:14:17 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Harden the pre-tyctxt query system against accidental recomputation 2023-01-12 09:26:28 +00:00
tests.rs Add log-backtrace option to show backtraces along with logging 2023-01-12 00:17:48 +09:00
util.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00