.. |
cfg
|
revise handling of match expressions so that arms branch to next arm.
|
2015-02-22 12:43:08 +01:00 |
infer
|
syntax: don't store a secondary NodeId for TyPath.
|
2015-02-24 14:14:16 +02:00 |
traits
|
Rollup merge of #22213 - eddyb:ty_open-case-closed, r=nikomatsakis
|
2015-02-24 12:26:01 +05:30 |
astconv_util.rs
|
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
|
2015-02-24 14:14:16 +02:00 |
astencode.rs
|
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
|
2015-02-24 14:14:16 +02:00 |
check_const.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -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
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05: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 |
const_eval.rs
|
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
|
2015-02-18 15:48:40 -08:00 |
dataflow.rs
|
Add support for mapping a single ast-node to multiple cfg-nodes.
|
2015-02-22 12:43:03 +01:00 |
dead.rs
|
syntax: use a single Path for Trait::Item in QPath.
|
2015-02-24 14:14:16 +02:00 |
def.rs
|
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
|
2015-02-24 14:14:16 +02:00 |
dependency_format.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
effect.rs
|
fix markup of "just one effect, unsafe"
|
2015-02-19 23:35:33 -06:00 |
entry.rs
|
Revert #22051
|
2015-02-11 19:28:02 +02:00 |
expr_use_visitor.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
fast_reject.rs
|
Remove ty_open and treat Unsized lvalues as *Unsized.
|
2015-02-24 08:40:14 +02:00 |
graph.rs
|
Implement RFC 580
|
2015-02-18 14:01:46 -05:00 |
intrinsicck.rs
|
Register new snapshots
|
2015-01-06 15:24:24 -08:00 |
lang_items.rs
|
rollup merge of #22286: nikomatsakis/variance-4b
|
2015-02-18 15:52:01 -08:00 |
liveness.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
mem_categorization.rs
|
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
|
2015-02-24 14:14:16 +02:00 |
pat_util.rs
|
revise handling of match expressions so that arms branch to next arm.
|
2015-02-22 12:43:08 +01:00 |
privacy.rs
|
s/Show/Debug/g
|
2015-01-29 07:49:02 -05:00 |
reachable.rs
|
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
|
2015-02-24 02:22:44 +00:00 |
recursion_limit.rs
|
for x in xs.iter() -> for x in &xs
|
2015-02-02 13:40:18 -05:00 |
region.rs
|
Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakis
|
2015-02-23 23:28:46 +05:30 |
resolve_lifetime.rs
|
syntax: don't store a secondary NodeId for TyPath.
|
2015-02-24 14:14:16 +02:00 |
stability.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
subst.rs
|
Remove remaining uses of [] . This time I tried to use deref coercions where possible.
|
2015-02-20 14:08:14 -05:00 |
ty_fold.rs
|
Remove ty_open and treat Unsized lvalues as *Unsized.
|
2015-02-24 08:40:14 +02:00 |
ty_walk.rs
|
Remove ty_open and treat Unsized lvalues as *Unsized.
|
2015-02-24 08:40:14 +02:00 |
ty.rs
|
syntax: don't use TraitRef in QPath.
|
2015-02-24 14:14:16 +02:00 |
weak_lang_items.rs
|
Replace all uses of &foo[] with &foo[..] en masse.
|
2015-02-18 17:36:03 -05:00 |