Alex Crichton
|
4d6836f418
|
Fix privacy fallout from previous change
|
2014-01-26 11:03:13 -08:00 |
|
Alex Crichton
|
daf5f5a4d1
|
Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
|
2013-10-22 08:09:56 -07:00 |
|
Alex Crichton
|
630082ca89
|
rpass: Remove usage of fmt!
|
2013-09-30 23:21:19 -07:00 |
|
Erick Tryzelaar
|
ad5c676853
|
Fix warnings it tests
|
2013-08-17 08:42:35 -07:00 |
|
Daniel Micay
|
1008945528
|
remove obsolete foreach keyword
this has been replaced by `for`
|
2013-08-03 22:48:02 -04:00 |
|
Daniel Micay
|
234acad404
|
replace range with an external iterator
|
2013-08-02 00:51:14 -04:00 |
|
Patrick Walton
|
99b33f7219
|
librustc: Remove all uses of "copy".
|
2013-07-17 14:57:51 -07:00 |
|
Patrick Walton
|
5fb254695b
|
Remove all uses of pub impl . rs=style
|
2013-06-01 09:18:27 -07:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Patrick Walton
|
876483dcf4
|
test: Fix tests.
|
2013-04-29 14:30:56 -07:00 |
|
Patrick Walton
|
17723d18de
|
test: Remove #[legacy_modes] from the test suite.
|
2013-04-29 14:30:55 -07:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Ben Striegel
|
ee5842494a
|
Clonify some of run-pass
|
2013-03-15 18:27:15 -04:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -08:00 |
|
Patrick Walton
|
107bf96ff0
|
librustc: Mark all type implementations public. rs=impl-publicity
|
2013-02-28 11:32:24 -08:00 |
|
Patrick Walton
|
a08eda4b63
|
test: Residual de-muting of the test suite. rs=demuting
|
2013-02-25 15:15:20 -08:00 |
|
Patrick Walton
|
bf2a225c0b
|
librustc: Separate most trait bounds with '+'. rs=plussing
|
2013-02-20 21:14:20 -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 |
|
Graydon Hoare
|
d1affff623
|
Reliciense makefiles and testsuite. Yup.
|
2012-12-10 17:32:58 -08:00 |
|
Patrick Walton
|
3440482d8d
|
test: Fix a bunch of test cases. rs=burning
|
2012-12-05 11:40:47 -08:00 |
|
Brian Anderson
|
35a9353774
|
xfail-fast the legacy_mode run-pass tests
|
2012-09-19 13:59:58 -07:00 |
|
Patrick Walton
|
e653d493fb
|
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
|
2012-09-18 15:53:04 -07:00 |
|
Brian Anderson
|
1203da3b9d
|
Remove priv sections from classes. Obsolete the syntax
|
2012-09-11 15:29:37 -07:00 |
|
Brian Anderson
|
93d3b8aa6b
|
Convert class methods to impl methods. Stop parsing class methods
|
2012-09-10 16:13:08 -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 |
|
Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Brian Anderson
|
3ab4b014cf
|
Remove the class keyword
|
2012-08-17 10:13:45 -07:00 |
|
Lindsey Kuper
|
2f832d4b2d
|
test: "iface" -> "trait" in filenames.
|
2012-08-02 17:58:56 -07:00 |
|