.. |
cfg
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
infer
|
rollup merge of #21830: japaric/for-cleanup
|
2015-02-02 11:01:12 -08:00 |
traits
|
remove unused mut qualifiers
|
2015-02-02 13:40:18 -05:00 |
astconv_util.rs
|
More deprecating of i/u suffixes in libraries
|
2015-02-01 10:34:16 +00:00 |
astencode.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
check_const.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
check_loop.rs
|
remove more ExprForLoop s
|
2015-01-30 10:37:44 -05:00 |
check_match.rs
|
for x in xs.into_iter() -> for x in xs
|
2015-02-02 13:40:18 -05:00 |
check_rvalues.rs
|
|
|
check_static_recursion.rs
|
Add error codes to rustc
|
2015-01-20 11:27:51 -08:00 |
check_static.rs
|
Fix typedef/module name conflicts in the compiler
|
2015-01-18 18:26:34 -08:00 |
const_eval.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
dataflow.rs
|
for x in xs.iter_mut() -> for x in &mut xs
|
2015-02-02 13:40:18 -05:00 |
dead.rs
|
for x in xs.into_iter() -> for x in xs
|
2015-02-02 13:40:18 -05:00 |
def.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
dependency_format.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
effect.rs
|
|
|
entry.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
expr_use_visitor.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
fast_reject.rs
|
Remove "unboxed" attribute in code referring to new closures.
|
2015-01-26 04:15:09 +02:00 |
graph.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
intrinsicck.rs
|
|
|
lang_items.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
liveness.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
mem_categorization.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
pat_util.rs
|
Fix typedef/module name conflicts in the compiler
|
2015-01-18 18:26:34 -08:00 |
privacy.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
reachable.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
recursion_limit.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
region.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
resolve_lifetime.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
stability.rs
|
Move stability pass after privacy pass
|
2015-02-04 00:32:37 +05:30 |
subst.rs
|
remove unused mut qualifiers
|
2015-02-02 13:40:18 -05:00 |
ty_fold.rs
|
Add Clone to the list of bounds for a TypeFolder. (Kill?)
|
2015-01-28 05:15:24 -05:00 |
ty_walk.rs
|
Auto merge of #21598 - eddyb:there-are-no-boxed-closures, r=brson
|
2015-01-26 04:49:37 +00:00 |
ty.rs
|
rollup merge of #21869: dotdash/bogus_match
|
2015-02-02 11:01:29 -08:00 |
weak_lang_items.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |