Patrick Walton
|
c3694d732e
|
test: De-@mut the test suite
|
2014-01-03 14:02:01 -08:00 |
|
Daniel Micay
|
142672dca4
|
register snapshots
|
2013-10-23 18:06:12 -04:00 |
|
Daniel Micay
|
4e161a4d40
|
switch Drop to &mut self
|
2013-09-16 22:19:23 -04:00 |
|
Erick Tryzelaar
|
ad5c676853
|
Fix warnings it tests
|
2013-08-17 08:42:35 -07:00 |
|
Luqman Aden
|
ca2966c6d0
|
Change finalize -> drop.
|
2013-06-25 21:14:39 -04:00 |
|
Corey Richardson
|
cc57ca012a
|
Use assert_eq! rather than assert! where possible
|
2013-05-19 08:16:02 -04:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Patrick Walton
|
d4fee24c7c
|
librustc: Forbid destructors from being attached to any structs that might contain non-Owned fields. r=nmatsakis
|
2013-03-21 17:31:34 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Luqman Aden
|
178882c98f
|
tests/tutorials: Get rid of move .
|
2013-02-15 02:49:55 -08:00 |
|
Patrick Walton
|
9143688197
|
librustc: Replace impl Type : Trait with impl Trait for Type . rs=implflipping
|
2013-02-14 14:44:12 -08:00 |
|
Graydon Hoare
|
89c8ef792f
|
check-fast fallout from removing export, r=burningtree
|
2013-02-01 19:43:17 -08:00 |
|
Tim Chevalier
|
6d4907a742
|
testsuite: Eliminate uses of structural records from most run-pass tests
Except the pipes tests (that needs a snapshot)
|
2013-01-26 11:35:17 -08:00 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Patrick Walton
|
9e1c9be16f
|
librustc: Make the Drop trait use explicit self
|
2012-11-29 11:06:15 -08:00 |
|
Ben Striegel
|
f4a5a76aa4
|
Convert the test suite to use the Drop trait
|
2012-11-14 19:26:37 -08:00 |
|
Tim Chevalier
|
11e92f37c1
|
Remove uses of binary move - <- - from tests and libraries
|
2012-10-23 12:10:03 -07:00 |
|
Brian Anderson
|
2572e80355
|
Remove 'let' syntax for struct fields
|
2012-09-07 14:02:33 -07:00 |
|
Brian Anderson
|
b4e547d71a
|
Remove struct ctors
|
2012-09-06 10:52:26 -07:00 |
|
Brian Anderson
|
3ab4b014cf
|
Remove the class keyword
|
2012-08-17 10:13:45 -07:00 |
|
Tim Chevalier
|
7df7a9d8ac
|
Start porting tests to use classes with dtors instead of resources
|
2012-05-15 20:35:57 -07:00 |
|
Graydon Hoare
|
6e6798c4e1
|
Bulk-edit mutable -> mut.
|
2012-03-26 18:35:18 -07:00 |
|
Brian Anderson
|
34aa956e68
|
test: Resolve some FIXMEs
|
2012-02-05 17:05:24 -08:00 |
|
Patrick Walton
|
59ebe6af18
|
rustc: Make the pretty printer output commas after enum variants. Update all tests accordingly.
|
2012-01-19 18:41:06 -08:00 |
|
Patrick Walton
|
3333fef1af
|
test: "tag" -> "enum" in run-pass and run-fail
|
2012-01-19 16:11:17 -08:00 |
|
Marijn Haverbeke
|
d2be5b6c7a
|
Remove tests for objs, adjust tests that use objs
|
2012-01-13 11:52:13 +01:00 |
|
Marijn Haverbeke
|
a7573af59d
|
Add some tests for new kind system
Issue #1177
|
2011-11-18 16:15:46 +01:00 |
|
Brian Anderson
|
459353e107
|
Prevent copies of resources into various things
|
2011-09-27 21:50:07 -07:00 |
|