.. |
borrowck
|
Port check_loans.rs from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:10:21 +02:00 |
cfg
|
std: Rename Iterator.transform -> .map
|
2013-08-10 07:33:21 -07:00 |
trans
|
Change type of extern fns from *u8 to extern "ABI" fn
|
2013-08-21 10:50:37 -04:00 |
typeck
|
Change type of extern fns from *u8 to extern "ABI" fn
|
2013-08-21 10:50:37 -04:00 |
astencode.rs
|
Make supertrait methods callable on object types.
|
2013-08-19 11:08:07 -07:00 |
check_const.rs
|
auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydon,nikomatsakis
|
2013-08-19 06:52:03 -07:00 |
check_loop.rs
|
Ported check_loop from oldvisit to <V:Visit> trait API.
|
2013-08-15 04:06:17 +02:00 |
check_match.rs
|
auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydon,nikomatsakis
|
2013-08-19 06:52:03 -07:00 |
const_eval.rs
|
auto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar-defaults-step2, r=graydon,nikomatsakis
|
2013-08-19 06:52:03 -07:00 |
dataflow.rs
|
rustc: Fix for-range loops that can use iterators
|
2013-08-07 22:39:57 -04:00 |
effect.rs
|
Ported effect checker from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:06:17 +02:00 |
entry.rs
|
Port entry.rs from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:10:21 +02:00 |
freevars.rs
|
Port freevars.rs from oldvisit to <V:Visitor> trait.
|
2013-08-15 04:10:21 +02:00 |
graph.rs
|
Bugfix .each_edge in middle/graph.rs
|
2013-08-07 22:39:57 -04:00 |
kind.rs
|
Port kind.rs from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:10:21 +02:00 |
lang_items.rs
|
auto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar-defaults-step4, r=nmatsakis
|
2013-08-19 15:02:07 -07:00 |
lint.rs
|
add line break post dbaupp review.
|
2013-08-20 12:25:34 +02:00 |
liveness.rs
|
Ported liveness.rs from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:09:19 +02:00 |
mem_categorization.rs
|
borrowck: Integrate AutoBorrowObj into borrowck / mem_categorization
|
2013-08-11 14:01:23 -04:00 |
moves.rs
|
|
|
pat_util.rs
|
rustc: allow @ as-patterns to move when the sub-pattern contains no bindings.
|
2013-08-15 01:05:52 +10:00 |
privacy.rs
|
Make supertrait methods callable on object types.
|
2013-08-19 11:08:07 -07:00 |
reachable.rs
|
port reachable.rs from oldvisit to <V:Visitor> trait.
|
2013-08-15 04:09:18 +02:00 |
region.rs
|
port region.rs from oldvisit to <V:Visitor> trait API.
|
2013-08-15 04:09:18 +02:00 |
resolve.rs
|
port resolve.rs from oldvisit to <V:Visitor> trait.
|
2013-08-15 04:09:19 +02:00 |
stack_check.rs
|
Add externfn macro and correctly label fixed_stack_segments
|
2013-08-19 07:13:15 -04:00 |
subst.rs
|
|
|
ty.rs
|
rm obsolete integer to_str{,_radix} free functions
|
2013-08-20 22:05:03 -04:00 |