rust/src/test/auxiliary
2015-03-17 15:19:51 +05:30
..
ambig_impl_2_lib.rs
anon_trait_static_method_lib.rs
anon-extern-mod-cross-crate-1.rs
associated-types-cc-lib.rs
blind-item-mixed-crate-use-item-foo2.rs
blind-item-mixed-crate-use-item-foo.rs
cci_borrow_lib.rs
cci_capture_clause.rs rollup merge of #22319: huonw/send-is-not-static 2015-02-17 17:32:16 -08:00
cci_class_2.rs
cci_class_3.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_class_4.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_class_5.rs
cci_class_6.rs
cci_class_cast.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_class_trait.rs
cci_class.rs
cci_const_block.rs
cci_const.rs
cci_impl_lib.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_intrinsic.rs
cci_iter_lib.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cci_nested_lib.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
cci_no_inline_lib.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cfg_inner_static.rs
changing-crates-a1.rs
changing-crates-a2.rs
changing-crates-b.rs
check_static_recursion_foreign_helper.rs
coherence_inherent_cc_lib.rs
coherence-lib.rs
coherence-orphan-lib.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
crate-method-reexport-grrrrrrr2.rs
crateresolve1-1.rs
crateresolve1-2.rs
crateresolve1-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
crateresolve8-1.rs
crateresolve_calories-1.rs
crateresolve_calories-2.rs
cross_crate_debuginfo_type_uniquing.rs
cross_crate_spans.rs Stabilize std::path 2015-03-12 16:38:58 -07:00
custom_derive_plugin.rs Make #[derive(Anything)] into sugar for #[derive_Anything] 2015-03-06 18:20:16 -08:00
default_type_params_xc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
explicit_self_xcrate.rs
extern_calling_convention.rs
extern_mod_ordering_lib.rs
extern-crosscrate-source.rs
foreign_lib.rs
go_trait.rs
i8.rs Fix issue #20427 2015-02-08 19:29:47 +03:00
impl_privacy_xc_1.rs
impl_privacy_xc_2.rs
inherit_struct_lib.rs
inherited_stability.rs
inline_dtor.rs
inner_static.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
internal_unstable.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
iss.rs
issue2170lib.rs
issue13213aux.rs
issue13507.rs
issue_2242_a.rs
issue_2242_c.rs
issue_2316_a.rs
issue_2316_b.rs
issue_2472_b.rs
issue_2723_a.rs
issue_3136_a.rc
issue_3136_a.rs
issue_3907_1.rs
issue_3907.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue_3979_traits.rs
issue_5844_aux.rs
issue_8401.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue_9123.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue_9155.rs
issue_9188.rs
issue_10031_aux.rs
issue_16723_multiple_items_syntax_ext.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
issue_19293.rs
issue_20389.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-2380.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-2414-a.rs
issue-2414-b.rs
issue-2526.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-2631-a.rs shift bindings to accommodate new lifetime/dtor rules. 2015-02-11 08:50:27 +01:00
issue-3012-1.rs
issue-4208-cc.rs
issue-4545.rs
issue-5518.rs
issue-5521.rs
issue-7178.rs
issue-7899.rs
issue-8044.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-8259.rs
issue-9906.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-9968.rs
issue-10028.rs Feature-gate the #[unsafe_no_drop_flag] attribute. 2015-02-11 13:57:40 +01:00
issue-11224.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
issue-11225-1.rs
issue-11225-2.rs
issue-11508.rs
issue-11529.rs
issue-11680.rs
issue-12133-dylib2.rs
issue-12133-dylib.rs
issue-12133-rlib.rs
issue-12612-1.rs
issue-12612-2.rs
issue-12660-aux.rs
issue-13560-1.rs
issue-13560-2.rs
issue-13560-3.rs
issue-13620-1.rs
issue-13620-2.rs
issue-13872-1.rs
issue-13872-2.rs
issue-13872-3.rs
issue-14421.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-14422.rs
issue-15562.rs
issue-16643.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-16725.rs
issue-16822.rs
issue-17662.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
issue-17718-const-privacy.rs
issue-17718.rs
issue-18501.rs
issue-18502.rs
issue-18514.rs
issue-18711.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
issue-19340-1.rs
issue-21146-inc.rs Fix handling of parse errors when using include!(). 2015-02-07 19:14:35 +01:00
issue-21202.rs
kinds_in_metadata.rs
lang-item-public.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
linkage1.rs
linkage-visibility.rs
lint_for_crate.rs Add regression tests for #15778 2015-03-02 13:22:03 -08:00
lint_group_plugin_test.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
lint_output_format.rs file permission: remove executable bit from *.rs 2015-03-06 10:03:00 +08:00
lint_plugin_test.rs Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
lint_stability_fields.rs Check stability of struct fields. 2015-02-26 16:26:34 +11:00
lint_stability.rs Check stability of struct fields. 2015-02-26 16:26:34 +11:00
lint-unused-extern-crate.rs
logging_right_crate.rs remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
macro_crate_def_only.rs
macro_crate_MacroRulesTT.rs
macro_crate_nonterminal.rs
macro_crate_test.rs syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
macro_export_inner_module.rs
macro_non_reexport_2.rs
macro_reexport_1.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
macro_reexport_2_no_use.rs
macro_reexport_2.rs
macro_with_super_1.rs
macro-include-items-expr.rs
macro-include-items-item.rs
method_self_arg1.rs
method_self_arg2.rs
moves_based_on_type_lib.rs
namespaced_enum_emulate_flat.rs
namespaced_enums.rs
nested_item.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
newtype_struct_xc.rs
no_method_suggested_traits.rs Try to only suggest implementable traits for method calls. 2015-02-03 22:33:54 +11:00
no_std_crate.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
noexporttypelib.rs
orphan_check_diagnostics.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
overloaded_autoderef_xc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
packed.rs
plugin_args.rs Add #[allow_internal_unstable] to track stability for macros better. 2015-03-06 00:18:28 +11:00
plugin_crate_outlive_expansion_phase.rs
plugin_with_plugin_lib.rs Warn when linking a plugin into a non-plugin crate 2015-02-12 12:44:31 -08:00
priv-impl-prim-ty.rs
privacy_reexport.rs Fallout in testing. 2015-03-16 11:03:54 +13:00
privacy-tuple-struct.rs
private_trait_xc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
procedural_mbe_matching.rs Add quasiquote for matchers and attributes 2015-03-04 16:13:37 +01:00
pub_static_array.rs Regression test for #13077 2015-03-16 07:35:24 -07:00
pub_use_mods_xcrate.rs
pub_use_xcrate1.rs
pub_use_xcrate2.rs
reexport-should-still-link.rs
reexported_static_methods.rs
regions-bounded-method-type-parameters-cross-crate-lib.rs
rlib_crate_test.rs
roman_numerals.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
sepcomp_cci_lib.rs
sepcomp_lib.rs
sepcomp-extern-lib.rs
stability_cfg1.rs
stability_cfg2.rs
static_fn_inline_xc_aux.rs
static_fn_trait_xc_aux.rs
static_mut_xc.rs
static_priv_by_default.rs
static-function-pointer-aux.rs
static-methods-crate.rs Test fixes and rebase conflicts 2015-02-27 15:13:35 -08:00
struct_destructuring_cross_crate.rs
struct_variant_privacy.rs
struct_variant_xc_aux.rs
struct-field-privacy.rs
svh-a-base.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-lit.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-significant-cfg.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-trait-bound.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-type-arg.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-type-ret.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-change-type-static.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-comment.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-doc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-macro.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-no-change.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-redundant-cfg.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-a-whitespace.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
svh-b.rs
svh-uta-base.rs
svh-uta-change-use-trait.rs
svh-utb.rs
syntax_extension_with_dll_deps_1.rs Use a crate attribute to load plugins 2015-02-09 13:27:27 -08:00
syntax_extension_with_dll_deps_2.rs Replace MacExpr / MacPat / MacItems with MacEager 2015-02-27 11:17:05 -08:00
trait_bounds_on_structs_and_enums_xc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
trait_default_method_xc_aux_2.rs
trait_default_method_xc_aux.rs
trait_impl_conflict.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05: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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
trait_superkinds_in_metadata.rs
trait-safety-lib.rs
traitimpl.rs
two_macros.rs
typeck-default-trait-impl-cross-crate-coherence-lib.rs Remove the coherence impls pass that was specialized to builtin bounds, 2015-03-06 18:27:50 -05:00
typeid-intrinsic2.rs
typeid-intrinsic.rs
unboxed-closures-cross-crate.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unreachable-variant.rs
use_from_trait_xc.rs Fallout: tests. As tests frequently elide things, lots of changes 2015-02-18 10:25:28 -05:00
weak-lang-items.rs Feature-gate #![no_std] 2015-02-07 10:49:58 -08:00
where_clauses_xc.rs
xc_private_method_lib.rs
xcrate_address_insignificant.rs
xcrate_static_addresses.rs
xcrate_struct_aliases.rs
xcrate_unit_struct.rs
xcrate-trait-lifetime-param.rs