rust/compiler/rustc_mir/src
Tomasz Miąsko 5a9538acb5 Functions inlined into reachable functions are reachable
Consider functions to be reachable for code coverage purposes, either
when they reach the code generation directly, or indirectly as inlined
part of another function.
2021-03-15 23:26:03 +01:00
..
borrow_check Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank 2021-03-12 09:05:38 +00:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Clean up todos 2021-03-09 19:31:31 +00:00
interpret Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC 2021-03-10 19:12:53 +00:00
monomorphize Functions inlined into reachable functions are reachable 2021-03-15 23:26:03 +01:00
transform Make source-based code coverage compatible with MIR inlining 2021-03-15 23:26:03 +01:00
util Update match branches 2021-03-09 16:54:13 +00:00
lib.rs Rename Option::get_or_insert_default 2021-03-10 09:07:16 -06:00
shim.rs Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix 2021-03-08 08:39:24 +00:00