Erick Tryzelaar
|
91d6c60bed
|
fix various warnings
|
2013-08-30 15:10:55 -07:00 |
|
Niko Matsakis
|
82a9abbf62
|
Change type of extern fns from *u8 to extern "ABI" fn
cc #3678
|
2013-08-21 10:50:37 -04:00 |
|
Patrick Walton
|
ee52865c88
|
test: Update tests and import the prelude in some more places.
|
2013-05-22 21:57:10 -07:00 |
|
Patrick Walton
|
db518ef68a
|
test: Fix tests.
|
2013-05-22 21:57:02 -07: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
|
85c9fc6f8f
|
librustc: Remove the const declaration form everywhere
|
2013-03-22 22:24:35 -07:00 |
|
Patrick Walton
|
d7e74b5e91
|
librustc: Convert all uses of assert over to fail_unless!
|
2013-03-07 22:37:57 -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
|
14d721388b
|
Add test case for change in 039bfe
|
2013-01-22 16:22:55 -08:00 |
|
Josh Matthews
|
72259e0772
|
Translate const references to extern functions as *i8 instead of the typical closure pair. Fixes #4522.
|
2013-01-22 16:22:55 -08:00 |
|