about summary refs log tree commit diff
path: root/src/librustc_mir/build/expr/as_operand.rs
AgeCommit message (Expand)AuthorLines
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-72/+0
2019-12-22Format the worldMark Rousskov-13/+4
2019-06-25Implement From<Local> for Place and PlaceBaseSantiago Pastorino-1/+1
2019-06-12Use a single lifetime for MIR constructionJohn Kåre Alsaker-1/+1
2019-05-21Remove unused parameter from in(_opt)?_scopeMatthew Jasper-1/+1
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-1/+1
2019-02-08librustc_mir => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-06rustfmt src/librustc_mir/build/exprMikhail Modin-20/+30
2018-09-06Skip a shared borrow of a immutable local variablesMikhail Modin-1/+1
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-1/+1
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-2/+2
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-1/+1
2017-09-24add lint levels to VisibilityScopeAriel Ben-Yehuda-2/+2
2017-09-03rustc_mir: use Local in ProjectionElem::Index.Eduard-Mihai Burtescu-1/+1
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-6/+6
2017-06-12Paired source_info with extent; thread both through to pts where EndRegion wi...Felix S. Klock II-0/+2
2017-05-17introduce local-scope to prevent storagelive/storagedead in staticsNiko Matsakis-2/+2
2017-05-13rustc: stop interning CodeExtent, it's small enough.Eduard-Mihai Burtescu-2/+2
2017-05-12box large variants in MIRAriel Ben-Yehuda-1/+1
2017-04-30intern CodeExtentsNiko Matsakis-2/+2
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-4/+28
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-06-07mir: distinguish between variable visibility scopes and SEME scopes.Eduard Burtescu-1/+1
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-1/+1
2016-03-23record a scope for each `VarDecl`Niko Matsakis-1/+1
2015-11-30Move the core MIR datastructures to librustc.Michael Woerister-2/+2
2015-10-07Partially format librustc_mir with rustfmt.Ms2ger-12/+5
2015-10-06strip out the hair trait and use concrete types insteadNiko Matsakis-5/+5
2015-09-17Remove hir::ExprParenNick Cameron-10/+4
2015-09-06add MIR code (unused thus far)Niko Matsakis-0/+68