Daniel Micay
|
62a3434529
|
stop treating char as an integer type
Closes #7609
|
2013-09-04 08:07:56 -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
|
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 |
|
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 |
|
Michael Sullivan
|
15cef374b9
|
Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417.
|
2012-05-22 14:59:15 -07:00 |
|
Brian Anderson
|
99a48660d1
|
rustc: Allow any integral types on rhs of shift ops
|
2012-02-22 17:26:08 -08:00 |
|