summary refs log tree commit diff
path: root/src/librustc_passes/loops.rs
AgeCommit message (Expand)AuthorLines
2018-01-28Suggest removing value from `break` when invalidEsteban Küber-0/+5
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-1/+1
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-4/+4
2017-04-04kill the `CheckLoops` DepNodeNiko Matsakis-2/+0
2017-03-17Implement ? in catch expressions and add testsTaylor Cramer-9/+16
2017-02-22Change break or continue with no label to error nmbr 590Taylor Cramer-1/+1
2017-02-18Properly implement labeled breaks in while conditionsTaylor Cramer-3/+27
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-15/+8
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-9/+9
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-1/+1
2016-11-29revamp `Visitor` with a single method for controlling nested visitsNiko Matsakis-3/+3
2016-11-29Fix rebase breakageFlorian Diebold-1/+1
2016-11-29Split nested_visit_mode function off from nested_visit_mapFlorian Diebold-3/+3
2016-11-29rustc_passes: fix compilationFlorian Diebold-7/+11
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-12/+7
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-12/+71
2016-11-16fallout from separating impl-items from implsNiko Matsakis-0/+4
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-2/+2
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-1/+1
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-08-10E0248 Change in issue formatShyamSundarB-2/+6
2016-08-04run rustfmt on librustc_passes folderSrinivas Reddy Thatiparthy-10/+13
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-02-12Autoderef in librustc_passesJonas Schievink-4/+4
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-2/+6
2016-01-21move more checks out of librustcOliver Schneider-0/+80