rust/src/librustc_mir
bors bf2d145c62 Auto merge of #67032 - cjgillot:hirene, r=Zoxc
Allocate HIR on an arena 4/4

This is the fourth and last PR in the series started by #66931, #66936 and #66942.

The last commits should compile on their own.
The difference with the previous PR is given by https://github.com/cjgillot/rust/compare/hirene-ty...hirene

A few more cleanups may be necessary, please tell me.

r? @eddyb like the other
cc @Zoxc
2019-12-31 03:27:36 +00:00
..
borrow_check Auto merge of #67032 - cjgillot:hirene, r=Zoxc 2019-12-31 03:27:36 +00:00
build Fallout in other crates. 2019-12-26 23:38:46 +01:00
const_eval Fix Instance::resolve() incorrectly returning specialized instances 2019-12-27 13:04:32 -05:00
dataflow Convert collapsed to shortcut reference links 2019-12-26 05:27:55 -08:00
hair Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser 2019-12-30 02:05:24 +00:00
interpret Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk 2019-12-30 11:31:04 +00:00
monomorphize Remove HirVec from Generics. 2019-12-30 11:29:29 +01:00
transform Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser 2019-12-30 02:05:24 +00:00
util
Cargo.toml Make things build again 2019-12-30 19:18:16 +03:00
const_eval.rs Rebase fallout 2019-12-26 12:11:12 +01:00
lib.rs Stabilize the matches! macro 2019-12-27 14:07:16 +01:00
lints.rs
shim.rs