summary refs log tree commit diff
path: root/src/librustc_mir/build/expr/as_constant.rs
AgeCommit message (Expand)AuthorLines
2019-02-08librustc_mir => 2018Taiki Endo-2/+2
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-2/+3
2019-01-19Use a struct for user type annotationsMatthew Jasper-1/+5
2018-12-30Refactor `UserTypeAnnotation`.David Wood-5/+10
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-06rustfmt src/librustc_mir/build/exprMikhail Modin-12/+20
2018-08-24add a `user_ty` annotation to `Constant`Niko Matsakis-2/+2
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