rust/compiler/rustc_interface/src
Urgau 3455d66041 Honor current target when checking conditional compilation values
This is fixed by simply using the currently registered target in the
current session. We need to use it because of target json that are not
by design included in the rustc list of targets.
2023-03-09 21:55:00 +01:00
..
callbacks.rs Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
errors.rs Remove a back compat warning 2023-02-22 19:39:03 +00:00
interface.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
passes.rs Remove a back compat warning 2023-02-22 19:39:03 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Use a lock-free datastructure for source_span 2023-02-21 08:38:24 +00:00
tests.rs Rollup merge of #107675 - jsgf:link-directives, r=davidtwco 2023-02-25 11:53:09 -08:00
util.rs Honor current target when checking conditional compilation values 2023-03-09 21:55:00 +01:00