summary refs log tree commit diff
path: root/src/test/run-pass/const-binops.rs
AgeCommit message (Expand)AuthorLines
2015-04-21test: Fix fallout in testsAlex Crichton-1/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-17/+17
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-01-30Remove all `i` suffixesTobias Bucher-11/+11
2015-01-05Un-gate macro_rulesKeegan McAllister-2/+0
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-17/+17
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-80/+100
2013-10-01remove the `float` typeDaniel Micay-4/+4
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-05-19Test fixes, use LLVMConstFCmp in ConstFCmpCorey Richardson-6/+6
2013-05-19Implement unimplemented const binopsCorey Richardson-0/+116