summary refs log tree commit diff
path: root/src/librustc_mir/build/expr/as_constant.rs
AgeCommit message (Expand)AuthorLines
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-1/+1
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-1/+1
2017-06-02rustc: remove temporary lifetime extension by borrow hintVenkata Giri Reddy-1/+1
2017-01-25end temporary lifetimes being extended by `let X: &_` hintsAriel Ben-Yehuda-1/+2
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-1/+1
2016-03-31librustc_mir: use bug!(), span_bug!()Benjamin Herr-2/+3
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-1/+1
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-1/+1
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-4/+4
2015-10-04switch to using constvals for constants, instead of having constantNiko Matsakis-88/+9
2015-09-17Remove hir::ExprParenNick Cameron-3/+0
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+123