rust/src/test
Robin Kruppe ae92dfac50 [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums
This dates back to at least #26583. At the time, usize and isize were considered ffi-unsafe to nudge people away from them, but this changed in the aforementioned PR, making it inconsistent to complain about it in enum discriminants. In fact, repr(usize) is probably the best way to interface with `enum Foo : size_t { ... }`.
2018-02-15 17:47:53 +01:00
..
codegen Auto merge of #47614 - dotdash:x86_64_sysv_ffi, r=eddyb 2018-02-11 15:10:46 +00:00
codegen-units
compile-fail [improper_ctypes] Stop complaining about repr(usize) and repr(isize) enums 2018-02-15 17:47:53 +01:00
compile-fail-fulldeps
debuginfo
incremental
incremental-fulldeps
mir-opt Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis 2018-02-11 02:42:19 +00:00
parse-fail Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis 2018-02-11 18:11:01 +00:00
pretty
run-fail
run-fail-fulldeps
run-make
run-pass Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis 2018-02-11 18:11:01 +00:00
run-pass-fulldeps
run-pass-valgrind
rustdoc Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus 2018-02-10 14:23:59 +08:00
rustdoc-js
ui [improper_ctypes] Use a 'help:' line for possible fixes 2018-02-15 17:47:53 +01:00
ui-fulldeps
COMPILER_TESTS.md