about summary refs log tree commit diff
path: root/src/test/run-pass/binops.rs
AgeCommit message (Expand)AuthorLines
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
2011-08-09test: XFAIL binops.rs for now due to mysterious tinderbox failure on LinuxPatrick Walton-0/+5
2011-08-09test: Update binops.rs with the new equality semanticsPatrick Walton-11/+7
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-118/+118
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-1/+1
2011-07-14XFAIL some tests in stage 0Brian Anderson-0/+2
2011-07-11Fix comparisons of the nil type to do something sensible.Michael Sullivan-5/+3
2011-06-28Use "" in the native_name as an indication that no extra options have toRafael Ávila de Espíndola-1/+1
2011-06-27Record and link with used native libraries.Rafael Ávila de Espíndola-1/+1
2011-06-25Fail typechecking for bad binop/type combinationsBrian Anderson-0/+162