about summary refs log tree commit diff
path: root/src/test/mir-opt/basic_assignment.rs
AgeCommit message (Expand)AuthorLines
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-31/+3
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-03-21Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwcobors-1/+1
2019-03-15rustc: explicitly pass the namespace to PrintCx::parameterized.Eduard-Mihai Burtescu-1/+1
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-1/+1
2019-01-19Rename UserTypeAnnotation -> UserTypeMatthew Jasper-1/+1
2018-12-30Refactor `UserTypeAnnotation`.David Wood-1/+1
2018-12-25Remove licensesMark Rousskov-19/+0
2018-10-27allow canonicalized regions to carry universe and track max-universeNiko Matsakis-1/+1
2018-10-26Update mir-opt tests to reflect change to `AscribeUserType` to carry a `UserT...Felix S. Klock II-1/+1
2018-10-15fix mir-opt testNiko Matsakis-1/+1
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-1/+1
2018-09-18Update mir-opt test suiteRémy Rakic-0/+2
2018-09-10optimize `let x: T = ..` to avoid a temporaryNiko Matsakis-49/+32
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-1/+1
2018-05-27Make &Slice a thin pointerJohn Kåre Alsaker-1/+1
2018-03-23Updated MIR with UserAssertTy in mir-opt tests.David Wood-0/+3
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-5/+5
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-3/+3
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-2/+2
2017-08-01rustc_mir::transform::simplify - remove nops firstAriel Ben-Yehuda-14/+8
2017-08-01rustc_mir: don't build unused unwind cleanup blocksAriel Ben-Yehuda-13/+13
2017-06-12Update basic_assignment test to reflect small changes to codegen.Felix S. Klock II-8/+14
2017-05-02simplify the MirPass traits and passes dramaticallyNiko Matsakis-2/+2
2017-03-03make operands live to the end of their containing expressionAriel Ben-Yehuda-0/+85