summary refs log tree commit diff
path: root/src/test/run-pass/binops.rs
AgeCommit message (Expand)AuthorLines
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
2012-09-06Remove struct ctorsBrian Anderson-1/+7
2012-09-05test: "import" -> "use"Patrick Walton-3/+1
2012-09-01Demode reinterpret_castBrian Anderson-5/+5
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-51/+6
2012-08-27Camel case various core constructorsBrian Anderson-5/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-17finish fixing broken un-unsupervise windows testsBen Blum-2/+2
2012-07-17Change all test/run-pass uses of rustrt::unsupervise() to something elseBen Blum-3/+3
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-2/+2
2012-06-25Comment out the *right* part of the test failing due to issue #2724.Michael Sullivan-3/+3
2012-06-25Comment out a failing part of a test; this is Issue #2724.Michael Sullivan-1/+2
2012-06-25Finish compare glue for classesTim Chevalier-4/+24
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-1/+1
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-1/+0
2012-02-20core: New task APIBrian Anderson-11/+0
2012-02-05test: Resolve some FIXMEsBrian Anderson-7/+16
2012-02-03Remove experimental GC codeMarijn Haverbeke-3/+1
2012-01-13Remove tests for objs, adjust tests that use objsMarijn Haverbeke-24/+0
2012-01-06port over the tests to use the new APINiko Matsakis-3/+3
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+3
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-1/+1
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-2/+4
2011-10-24move uses of rust ABI in tests to cdecl or c-stack-cdecl as apprNiko Matsakis-1/+1
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-2/+2
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-3/+3
2011-09-01Remove a bunch of string builtins. Issue #855Brian Anderson-6/+4
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-5/+8
2011-08-20ReformatBrian Anderson-8/+8
2011-08-17Remove last mentions of vec<> type in Rust sourceBrian Anderson-2/+2
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-2/+3
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-2/+2
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-3/+3
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-6/+8
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-2/+3
2011-08-12Change some tests that used binop autoderef.Michael Sullivan-3/+2
2011-08-11Fill out some of the run-pass/binops testsBrian Anderson-19/+20