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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2018-04-27
dyn_trait feature-gate just for stage0
Christian Poveda
-2
/
+0
2018-04-21
Add back missing `#![feature(never_type)]`s
kennytm
-0
/
+11
2018-04-13
Rename must-compile-successfully into compile-pass
Guillaume Gomez
-2
/
+2
2018-04-05
add `failure-status: 1` to the test
Niko Matsakis
-0
/
+1
2018-04-06
Fix ICE with `main`'s return type containing lifetimes
Shotaro Yamada
-0
/
+36
2018-03-26
fix tests
gnzlbg
-0
/
+1
2018-03-26
set min-llvm-version 6.0, ignore-emscripten
gnzlbg
-0
/
+1
2018-03-26
add tests
gnzlbg
-0
/
+55
2018-03-19
Stabilize termination_trait
Tyler Mandry
-4
/
+0
2018-03-14
stabilise feature(never_type)
Andrew Cann
-9
/
+0
2018-02-22
add test for `fn main() -> !`
Niko Matsakis
-0
/
+17
2018-02-12
changed termination_trait's bound from Error to Debug; added compiletest head...
Brad Gibson
-0
/
+20
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-3
/
+9
2017-12-30
Remove excessive trailing newlines.
kennytm
-2
/
+0
2017-11-30
rustc: Prepare to enable ThinLTO by default
Alex Crichton
-2
/
+2
2017-11-26
Update tests for -Zborrowck-mir -> -Zborrowck=mode migration
est31
-1
/
+1
2017-11-24
Kill the storage for all locals on returning terminators
Keith Yeung
-0
/
+19
2017-10-31
rustc_typeck: use subtyping on the LHS of binops.
Eduard-Mihai Burtescu
-0
/
+2
2017-09-28
Migrate to eprint/eprintln macros where appropriate.
Corey Farwell
-26
/
+14
2017-09-10
Relaxed error pattern, and add test for SystemTime as well.
kennytm
-2
/
+38
2017-09-07
Properly detect overflow in Instance +/- Duration.
kennytm
-0
/
+36
2017-07-25
Add tests for issues with the E-needstest label
topecongiro
-0
/
+20
2017-06-13
updated assert_eq test, fixed incorrect assert_ne message and added test.
Giles Cope
-1
/
+20
2017-04-28
Unignore tests which work fine now.
Mark Simulacrum
-1
/
+0
2016-11-18
Warn when a #[should_panic] test has an unexpected message
Josh Driver
-0
/
+38
2016-10-18
Fix some pretty printing tests
Vadim Petrochenkov
-41
/
+0
2016-09-30
Unignore some working emscripten tests
Brian Anderson
-1
/
+0
2016-09-30
Tidy
Brian Anderson
-2
/
+2
2016-09-30
Adding ignore-emscripten to failing tests.
Ross Schulman
-0
/
+7
2016-09-19
Auto merge of #34942 - porglezomp:master, r=sfackler
bors
-0
/
+16
2016-09-14
core: Use primitive indexing in slice's Index/IndexMut
Ulrik Sverdrup
-1
/
+1
2016-08-24
Auto merge of #35764 - eddyb:byegone, r=nikomatsakis
bors
-32
/
+5
2016-08-24
Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.
Eduard Burtescu
-32
/
+5
2016-08-23
typeck: use NoExpectation to check return type of diverging fn
Alex Burka
-0
/
+1
2016-08-13
Add explanations to tests
Andrew Cann
-0
/
+12
2016-08-13
Permit `! as T` with test
Andrew Cann
-0
/
+18
2016-08-13
Add tests for ! type
Andrew Cann
-0
/
+81
2016-08-13
Add some tests for ! type
Andrew Cann
-0
/
+26
2016-08-13
Rename empty/bang to never
Andrew Cann
-3
/
+1
2016-08-13
Control usage of `!` through a feature gate.
Andrew Cann
-0
/
+1
2016-08-13
Add run-fail/adjust_empty.rs test
Andrew Cann
-0
/
+18
2016-08-06
Change the expected panic message for unsigned
Caleb Jones
-1
/
+1
2016-08-06
Fix overflow checking in unsigned pow()
Caleb Jones
-0
/
+16
2016-08-04
Update wording on E0080
Shantanu Raj
-17
/
+17
2016-06-07
Rollup merge of #33897 - srinivasreddy:runfail_rustfmt, r=nrc
Steve Klabnik
-107
/
+278
2016-06-06
run rustfmt on test/run-fail folder
Srinivas Reddy Thatiparthy
-107
/
+278
2016-06-05
trans: use the same messages for both MIR and old arithmetic checks.
Eduard Burtescu
-15
/
+15
2016-06-05
Enable the overflow-related tests for MIR
James Miller
-32
/
+0
2016-06-04
Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis
bors
-0
/
+47
2016-06-04
fix translation of terminators in MSVC cleanup blocks
Ariel Ben-Yehuda
-0
/
+3
[next]