.. |
cfg
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
infer
|
Accept quantification of lifetimes outside the self type in where clauses.
|
2015-02-09 09:29:53 +13:00 |
traits
|
rollup merge of #21353: sanxiyn/upvar
|
2015-02-10 08:39:51 -08:00 |
astconv_util.rs
|
More deprecating of i/u suffixes in libraries
|
2015-02-01 10:34:16 +00:00 |
astencode.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
check_const.rs
|
remove all kind annotations from closures
|
2015-02-04 20:06:08 -05:00 |
check_loop.rs
|
Remove the explicit closure kind syntax from the parser and AST;
|
2015-02-03 11:56:16 -05:00 |
check_match.rs
|
Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson
|
2015-02-08 10:27:58 +00:00 |
check_rvalues.rs
|
core: split into fmt::Show and fmt::String
|
2015-01-06 14:49:42 -08:00 |
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
|
Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson
|
2015-02-08 10:27:58 +00:00 |
dataflow.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
dead.rs
|
librustc has been updated
|
2015-02-06 11:59:10 +01: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
|
syntax: add fully qualified UFCS expressions.
|
2015-01-15 18:51:14 +02:00 |
entry.rs
|
Do not fail if --emit≠link and there’s no main fn
|
2015-02-07 15:41:21 +02:00 |
expr_use_visitor.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
fast_reject.rs
|
Remove "unboxed" attribute in code referring to new closures.
|
2015-01-26 04:15:09 +02:00 |
graph.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
intrinsicck.rs
|
Register new snapshots
|
2015-01-06 15:24:24 -08:00 |
lang_items.rs
|
librustc has been updated
|
2015-02-06 11:59:10 +01:00 |
liveness.rs
|
librustc has been updated
|
2015-02-06 11:59:10 +01:00 |
mem_categorization.rs
|
Restrictions on moves out-from and into fixed-length arrays.
|
2015-02-07 13:44:00 +01: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
|
Extend region-inference graphviz rendering with enclosing relationship
|
2015-02-06 00:01:28 +01:00 |
resolve_lifetime.rs
|
Accept quantification of lifetimes outside the self type in where clauses.
|
2015-02-09 09:29:53 +13:00 |
stability.rs
|
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
|
2015-02-07 02:04:47 +00:00 |
subst.rs
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -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
|
cleanup: replace as[_mut]_slice() calls with deref coercions
|
2015-02-05 13:45:01 -05:00 |
ty.rs
|
Accept quantification of lifetimes outside the self type in where clauses.
|
2015-02-09 09:29:53 +13:00 |
weak_lang_items.rs
|
Update to last version, remove "[]" as much as possible
|
2015-02-06 12:03:46 +01:00 |