rust/src/librustc_mir
Nicholas Nethercote fb307e529d Rewrite precompute_borrows_out_of_scope for fewer hash table lookups.
It now does one hash table lookup per basic block, instead of one per
statement. This is worthwhile because this function is hot for NLL
builds of `ucd`.
2018-09-04 19:23:14 +10:00
..
borrow_check Run rustfmt 2018-08-30 19:14:35 -03:00
build Auto merge of #53815 - F001:if-let-guard, r=petrochenkov 2018-09-01 20:31:29 +00:00
dataflow Rewrite precompute_borrows_out_of_scope for fewer hash table lookups. 2018-09-04 19:23:14 +10:00
hair Auto merge of #53842 - estebank:various, r=petrochenkov 2018-09-01 23:34:14 +00:00
interpret bug! instead of panic! 2018-09-01 18:13:28 +08:00
monomorphize Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
transform Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor 2018-09-01 11:26:24 +00:00
util kill dead code from util/liveness 2018-08-27 13:57:55 -04:00
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
const_eval.rs make ptr_op finally reponsible for all ops involving pointers; make ValTy constructor private 2018-08-29 08:44:37 +02:00
diagnostics.rs Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis 2018-08-10 06:54:11 +00:00
lib.rs Auto merge of #53884 - kennytm:rollup, r=kennytm 2018-09-01 15:48:21 +00:00
shim.rs support user-given types in adts 2018-08-24 13:27:38 -04:00