rust/compiler/rustc_interface/src
Tomasz Miąsko 500aeccc5b Use optional values for inlining thresholds
Turn inlining threshold into optional values to make it possible to
configure different defaults depending on the current mir-opt-level.
2021-02-27 10:19:19 +01:00
..
callbacks.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
interface.rs Move try_print_query_stack to rustc_interface. 2021-02-19 17:51:55 +01:00
lib.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
passes.rs Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino 2021-02-25 16:06:16 -05:00
proc_macro_decls.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
queries.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
tests.rs Use optional values for inlining thresholds 2021-02-27 10:19:19 +01:00
util.rs Move handle_deadlock where it is used. 2021-02-19 17:51:55 +01:00