rust/src/test/auxiliary
Patrick Walton 06594ed96b librustc: Remove pub extern and priv extern from the language.
Place `pub` or `priv` on individual items instead.
2013-07-20 17:39:38 -07:00
..
ambig_impl_2_lib.rs
anon_trait_static_method_lib.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
anon-extern-mod-cross-crate-1.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
cci_borrow_lib.rs
cci_capture_clause.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
cci_class_2.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
cci_class_3.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
cci_class_4.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
cci_class_5.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
cci_class_6.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
cci_class_cast.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
cci_class_trait.rs
cci_class.rs
cci_const.rs
cci_impl_lib.rs
cci_intrinsic.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
cci_iter_lib.rs Rename vec::len(var) to var.len() 2013-05-15 11:05:28 +09:00
cci_nested_lib.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
cci_no_inline_lib.rs Rename vec::len(var) to var.len() 2013-05-15 11:05:28 +09:00
coherence_inherent_cc_lib.rs
crate-method-reexport-grrrrrrr2.rs
crateresolve1-1.rs
crateresolve1-2.rs
crateresolve1-3.rs
crateresolve2-1.rs
crateresolve2-2.rs
crateresolve2-3.rs
crateresolve3-1.rs
crateresolve3-2.rs
crateresolve4a-1.rs
crateresolve4a-2.rs
crateresolve4b-1.rs
crateresolve4b-2.rs
crateresolve5-1.rs
crateresolve5-2.rs
crateresolve7x.rs
crateresolve_calories-1.rs
crateresolve_calories-2.rs
explicit_self_xcrate.rs librustc: Stop reexporting the standard modules from prelude. 2013-05-29 19:04:53 -07:00
extern_mod_ordering_lib.rs
extern-crosscrate-source.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
foreign_lib.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
impl_privacy_xc_1.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
impl_privacy_xc_2.rs
issue2170lib.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
issue2378a.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
issue2378b.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
issue4516_ty_param_lib.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
issue_2242_a.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
issue_2242_c.rs
issue_2316_a.rs
issue_2316_b.rs
issue_2472_b.rs Remove all uses of pub impl. rs=style 2013-06-01 09:18:27 -07:00
issue_2723_a.rs
issue_3136_a.rc
issue_3136_a.rs
issue_3882.rc
issue_3882.rs
issue_3907_1.rs
issue_3979_traits.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
issue-2380.rs
issue-2414-a.rs
issue-2414-b.rs
issue-2526.rs librustc: Rename Const to Freeze 2013-06-28 10:44:15 -04:00
issue-2631-a.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
issue-3012-1.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
moves_based_on_type_lib.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
newtype_struct_xc.rs
noexporttypelib.rs
packed.rs
private_variant_1.rs
private_variant_xc.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
pub_use_mods_xcrate.rs
pub_use_xcrate1.rs
pub_use_xcrate2.rs
reexported_static_methods.rs libsyntax: Remove pub impl from the language 2013-06-04 21:45:42 -07:00
static_fn_inline_xc_aux.rs
static_fn_trait_xc_aux.rs
static_mut_xc.rs Add 'static mut' items to the language 2013-06-23 17:59:35 -07:00
static-methods-crate.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
struct_destructuring_cross_crate.rs
trait_default_method_xc_aux_2.rs Export information about used default methods instead of regenerating it. Closes #7862. 2013-07-18 13:56:15 -07:00
trait_default_method_xc_aux.rs Take default methods out from behind the flag. 2013-07-11 15:51:10 -07:00
trait_inheritance_auto_xc_2_aux.rs
trait_inheritance_auto_xc_aux.rs
trait_inheritance_cross_trait_call_xc_aux.rs
trait_inheritance_overloading_xc.rs test: Update tests to use the new syntax. 2013-05-22 21:57:10 -07:00
trait_typedef_cc.rs
use_from_trait_xc.rs automated whitespace fixes 2013-06-13 18:03:08 -04:00
xc_private_method_lib.rs