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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_passes
/
loops.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-09
Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister
Mazdak Farrokhzad
-6
/
+0
2019-03-07
hir: replace NodeId with HirId in Destination
ljedrz
-9
/
+8
2019-03-06
Make misc checking 1 more parallel
John Kåre Alsaker
-6
/
+0
2019-02-08
librustc_passes => 2018
Taiki Endo
-2
/
+3
2019-01-29
Add an ensure() method to TyCtxt used to ensure queries are run
John Kåre Alsaker
-2
/
+1
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2019-01-11
Address comments
John Kåre Alsaker
-2
/
+2
2019-01-11
Make more passes incremental
John Kåre Alsaker
-13
/
+21
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-09-17
Whitespace fix again.
Vitaly _Vi Shukela
-6
/
+8
2018-09-17
Fill in suggestions Applicability according to @estebank
Vitaly _Vi Shukela
-1
/
+1
2018-09-17
Fix style according to review comments.
Vitaly _Vi Shukela
-1
/
+2
2018-09-16
Remove usages of span_suggestion without Applicability
Vitaly _Vi Shukela
-2
/
+5
2018-09-07
A few cleanups and minor improvements to rustc_passes
ljedrz
-9
/
+7
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-4
/
+4
2018-08-27
Remove path prefixes from NodeKind
varkor
-3
/
+3
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-2
/
+2
2018-07-16
ExprKind
csmoe
-8
/
+8
2018-07-02
Fix issue-50585 test
varkor
-2
/
+2
2018-07-02
Fix an ICE using break and continue as array lengths
varkor
-1
/
+6
2018-06-23
Rename ExprAgain to ExprContinue
varkor
-1
/
+1
2018-05-23
Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister
kennytm
-1
/
+2
2018-05-17
CheckLoopVisitor: also visit closure arguments
est31
-1
/
+2
2018-05-17
CheckLoopVisitor: also visit break expressions
est31
-0
/
+2
2018-05-16
Address review comments
est31
-11
/
+11
2018-05-16
Add E0696 for continue pointing to a labeled block
est31
-2
/
+16
2018-05-16
Extend error E0695 to unlabeled continue statements
est31
-9
/
+17
2018-05-16
Add E0695 for unlabeled breaks
est31
-0
/
+8
2018-05-16
Make the compiler support the label-break-value feature
est31
-5
/
+21
2018-05-15
Remove LoopIdResult
est31
-2
/
+1
2018-05-15
Remove hir::ScopeTarget
est31
-16
/
+16
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
[next]