about summary refs log tree commit diff
path: root/src/test/run-pass/binops.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-89/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-8/+0
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-28Rename all raw pointers as necessaryAlex Crichton-5/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-13test: Add missing `#![feature(managed_boxes)]`klutzy-0/+2
2014-05-11core: Remove the cast moduleAlex Crichton-5/+5
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-04stop treating char as an integer typeDaniel Micay-17/+0
2013-08-17Fix warnings it testsErick Tryzelaar-3/+1
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-11/+0
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-24/+24
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-5/+5
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-46/+46
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-46/+46
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-5/+7
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-11/+5
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-30test: Remove export from the tests, language, and libraries. rs=deexportingPatrick Walton-3/+2
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-12/+14
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-5/+5
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-8/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-6/+6
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1