index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
utf8_idents.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-27
tests: Move run-pass tests with naming conflicts to ui
Vadim Petrochenkov
-41
/
+0
2019-07-27
tests: Add missing run-pass annotations
Vadim Petrochenkov
-0
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-09-21
Allow various lints as part of ui-ifying `src/test/run-pass` suite.
Felix S. Klock II
-0
/
+1
2015-04-21
test: Fix fallout in tests
Alex Crichton
-2
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-12
/
+12
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-1
/
+2
2014-11-13
Deprecate Signed method wrappers
Brendan Zabarauskas
-3
/
+1
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-15
/
+15
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2013-11-23
Put 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-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-5
/
+5
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-6
/
+6
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6
/
+6
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-24
Fix test floating point comparison to tolerate imprecise FPUs.
Elliott Slaughter
-1
/
+2
2011-12-29
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
Graydon Hoare
-0
/
+34