rust/compiler/rustc_session/src
Ralf Jung c847eaa91d
Rollup merge of #76832 - khyperia:backend_target_override, r=eddyb
Let backends define custom targets

Add a target_override hook that takes priority over builtin targets.
2020-09-20 15:51:48 +02:00
..
lint Make const_evaluatable_unchecked lint example not depend on the architecture pointer size. 2020-09-13 11:13:59 -07:00
cgu_reuse_tracker.rs
code_stats.rs
config.rs Let backends define custom targets 2020-09-17 12:01:12 +02:00
filesearch.rs
lib.rs
lint.rs Support ignore for lint examples. 2020-09-13 08:48:03 -07:00
options.rs Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse 2020-09-16 12:24:30 -07:00
output.rs
parse.rs
search_paths.rs use strip_prefix over starts_with and manual slicing based on pattern length (clippy::manual_strip) 2020-09-17 10:13:16 +02:00
session.rs Let backends define custom targets 2020-09-17 12:01:12 +02:00
utils.rs