about summary refs log tree commit diff
path: root/src/test/run-pass/big-literals.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-17/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2017-07-19Fix overflowing_literals lint for large f32sOliver Middleton-3/+5
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-04-02partial set of fixes for fallout in tests/run-passFelix S. Klock II-4/+4
2015-04-01Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+6
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-5/+5
2014-08-05Fixes missing overflow lint for i64 #14269Falco Hirschenberger-2/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-05-13syntax: Fix printing INT64_MINAlex Crichton-0/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07test: Fix tests.Patrick Walton-0/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
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
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2011-12-07Change literal representation to not truncateMarijn Haverbeke-0/+9