index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_passes
/
loops.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-28
Suggest removing value from `break` when invalid
Esteban Küber
-0
/
+5
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+1
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-4
/
+4
2017-04-04
kill the `CheckLoops` DepNode
Niko Matsakis
-2
/
+0
2017-03-17
Implement ? in catch expressions and add tests
Taylor Cramer
-9
/
+16
2017-02-22
Change break or continue with no label to error nmbr 590
Taylor Cramer
-1
/
+1
2017-02-18
Properly implement labeled breaks in while conditions
Taylor Cramer
-3
/
+27
2017-02-17
Normalize labeled and unlabeled breaks
Taylor Cramer
-15
/
+8
2017-01-26
rustc: don't call the HIR AST.
Eduard-Mihai Burtescu
-9
/
+9
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-3
/
+3
2016-11-29
Fix rebase breakage
Florian Diebold
-1
/
+1
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-3
/
+3
2016-11-29
rustc_passes: fix compilation
Florian Diebold
-7
/
+11
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-12
/
+7
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-12
/
+71
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-0
/
+4
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-2
/
+2
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-1
/
+1
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-08-10
E0248 Change in issue format
ShyamSundarB
-2
/
+6
2016-08-04
run rustfmt on librustc_passes folder
Srinivas Reddy Thatiparthy
-10
/
+13
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-04-24
thread tighter span for closures around
Niko Matsakis
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-02-12
Autoderef in librustc_passes
Jonas Schievink
-4
/
+4
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-2
/
+6
2016-01-21
move more checks out of librustc
Oliver Schneider
-0
/
+80