rust/compiler/rustc_session/src
Tomasz Miąsko c8943c62f7 Add flags customizing behaviour of MIR inlining
* `-Zinline-mir-threshold` to change the default threshold.
* `-Zinline-mir-hint-threshold` to change the threshold used by
  functions with inline hint.
2020-11-10 00:00:00 +00:00
..
cgu_reuse_tracker.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
code_stats.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
config.rs Add #[cfg(panic = "...")] 2020-11-09 15:30:49 +00:00
filesearch.rs Dogfood {exclusive,half-open} ranges in compiler (nfc) 2020-10-28 20:09:20 -07:00
lib.rs Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00
options.rs Add flags customizing behaviour of MIR inlining 2020-11-10 00:00:00 +00:00
output.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
parse.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
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 Some work 2020-10-30 20:02:14 -04:00
utils.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00