..
borrowck
correct typo
2013-05-16 15:12:39 -04:00
trans
auto merge of #6543 : catamorphism/rust/traits-cleanup, r=nikomatsakis
2013-05-16 16:49:37 -07:00
typeck
auto merge of #6543 : catamorphism/rust/traits-cleanup, r=nikomatsakis
2013-05-16 16:49:37 -07:00
astencode.rs
rename at_vec::from_owned
and at_vec::from_slice
to at_vec::to_managed_consume
and at_vec::to_managed
2013-05-16 00:33:54 +09:00
check_const.rs
Use static string with fail!() and remove fail!(fmt!())
2013-05-14 16:36:23 +02:00
check_loop.rs
Use static strings
2013-05-02 10:36:30 +09:00
check_match.rs
Use static string with fail!() and remove fail!(fmt!())
2013-05-14 16:36:23 +02:00
const_eval.rs
Use static string with fail!() and remove fail!(fmt!())
2013-05-14 16:36:23 +02:00
dataflow.rs
librustc: Make self
and static
into keywords
2013-05-12 16:35:18 -07:00
entry.rs
rustc: Fix the logic for finding the Android main function
2013-05-08 12:03:15 -07:00
freevars.rs
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
2013-05-16 08:55:57 +10:00
kind.rs
Rename vec::len(var) to var.len()
2013-05-15 11:05:28 +09:00
lang_items.rs
rustc: Use the new for
protocol
2013-05-10 02:46:19 -04:00
lint.rs
Remove vecs_implicitly_copyable from the compiler
2013-05-14 12:25:18 -04:00
liveness.rs
rustc: rename ast::self_ty and related fields to explicit_self
2013-05-14 20:10:46 -07:00
mem_categorization.rs
Issue #5967 : Make rvalues mutable
2013-05-14 09:26:21 -04:00
moves.rs
syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].
2013-05-16 08:55:57 +10:00
pat_util.rs
add gitattributes and fix whitespace issues
2013-05-03 20:01:42 -04:00
privacy.rs
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
2013-05-05 15:11:04 -04:00
region.rs
Rename vec::len(var) to var.len()
2013-05-15 11:05:28 +09:00
resolve_stage0.rs
auto merge of #6487 : recrack/rust/vec_len, r=thestinger
2013-05-15 07:38:07 -07:00
resolve.rs
Add BuiltinBounds to closure type: parse and handle subtyping,
2013-05-16 14:21:02 -04:00
subst.rs
Refactor representation of bounds to separate out BuiltinBounds into
2013-05-09 11:39:06 -04:00
ty.rs
auto merge of #6543 : catamorphism/rust/traits-cleanup, r=nikomatsakis
2013-05-16 16:49:37 -07:00