rust/src/test/auxiliary
2012-08-26 15:56:16 -07:00
..
ambig_impl_2_lib.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
cci_borrow_lib.rs encode the borrowing table, add a simple cross-crate borrowing test 2012-04-23 16:41:11 -07:00
cci_capture_clause.rs Convert more core types to camel case 2012-08-15 17:46:05 -07:00
cci_class_2.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
cci_class_3.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
cci_class_4.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
cci_class_5.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
cci_class_6.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
cci_class_cast.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
cci_class_trait.rs test: "iface" -> "trait" in filenames. 2012-08-02 17:58:56 -07:00
cci_class.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
cci_impl_lib.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
cci_intrinsic.rs fix atomic intrinsic test cases 2012-08-23 17:19:35 -04:00
cci_iter_lib.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
cci_nested_lib.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
cci_no_inline_lib.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
crate-method-reexport-grrrrrrr2.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
crateresolve1-1.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve1-2.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve1-3.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve2-1.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve2-2.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve2-3.rs test: Refactor the crateresolve tests 2012-04-06 10:58:03 -07:00
crateresolve3-1.rs Use version and hash in crate_map name 2012-04-07 22:11:23 +08:00
crateresolve3-2.rs Use version and hash in crate_map name 2012-04-07 22:11:23 +08:00
crateresolve4a-1.rs Check version when resolving transitive dependent crates 2012-04-08 02:05:09 +08:00
crateresolve4a-2.rs Check version when resolving transitive dependent crates 2012-04-08 02:05:09 +08:00
crateresolve4b-1.rs Check version when resolving transitive dependent crates 2012-04-08 02:05:09 +08:00
crateresolve4b-2.rs Check version when resolving transitive dependent crates 2012-04-08 02:05:09 +08:00
crateresolve5-1.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
crateresolve5-2.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
crateresolve7x.rs test: Remove duplicated auxliary tests 2012-04-10 16:59:35 +08:00
crateresolve_calories-1.rs test: Remove duplicated auxliary tests 2012-04-10 16:59:35 +08:00
crateresolve_calories-2.rs test: Remove duplicated auxliary tests 2012-04-10 16:59:35 +08:00
extern-crosscrate-source.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
foreign_lib.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
issue2170lib.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
issue2378a.rs Convert alt to match. Stop parsing alt 2012-08-06 15:36:30 -07:00
issue2378b.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
issue_2242_a.rs core: Camel case some lesser-used modules 2012-08-13 18:59:48 -07:00
issue_2242_b.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
issue_2242_c.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
issue_2316_a.rs Don't re-export a glob-imported ID when the same ID is defined within 2012-05-01 08:43:17 -07:00
issue_2316_b.rs Don't re-export a glob-imported ID when the same ID is defined within 2012-05-01 08:43:17 -07:00
issue_2472_b.rs Add test for #2472 2012-08-14 21:17:01 -07:00
issue_2723_a.rs Test for #2723. Closes #2723 2012-07-11 12:34:21 -07:00
issue-2196-a.rs test: Add xfailed test for #2196 2012-04-16 13:51:40 -07:00
issue-2196-b.rs test: Add xfailed test for #2196 2012-04-16 13:51:40 -07:00
issue-2196-c.rc test: Add xfailed test for #2196 2012-04-16 13:51:40 -07:00
issue-2196-c.rs test: Add xfailed test for #2196 2012-04-16 13:51:40 -07:00
issue-2196-d.rs test: Add xfailed test for #2196 2012-04-16 13:51:40 -07:00
issue-2380.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
issue-2414-a.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
issue-2414-b.rs Convert impls to new syntax 2012-08-08 18:19:24 -07:00
issue-2526.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
issue-2631-a.rs Convert more core types to camel case 2012-08-15 14:14:20 -07:00
issue-3012-1.rs Remove the class keyword 2012-08-17 10:13:45 -07:00
noexporttypelib.rs Camel case the option type 2012-08-26 15:56:16 -07:00
static-methods-crate.rs Camel case the option type 2012-08-26 15:56:16 -07:00
test_comm.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00