about summary refs log tree commit diff
path: root/src/test/run-pass/utf8_idents.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-9/+0
2018-09-21Allow various lints as part of ui-ifying `src/test/run-pass` suite.Felix S. Klock II-0/+1
2015-04-21test: Fix fallout in testsAlex Crichton-2/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-12/+12
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+2
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-3/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-15/+15
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-11-23Put non-ascii identifiers behind a feature gate.Huon Wilson-0/+4
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-5/+5
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-24Fix test floating point comparison to tolerate imprecise FPUs.Elliott Slaughter-1/+2
2011-12-29Add support in lexer for utf8 identifiers. No NFKC logic in char yet.Graydon Hoare-0/+34