summary refs log tree commit diff
path: root/src/librustc_mir/transform/simplify_try.rs
AgeCommit message (Expand)AuthorLines
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-2/+2
2019-12-02Fix rebasing errors, convert some BodyCache::body() calls to reborrowsPaul Daniel Faria-2/+2
2019-11-29SimplifyArmIdentity only for locals with the same typeTomasz Miąsko-1/+7
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-0/+201