rust/src/test
kennytm e82dab7c0e
Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank
App-lint-cability

@eminence recently pointed out (rust-lang/cargo#5846) that it's
surprising that `cargo fix` (now shipping with Cargo itself!) doesn't
fix very common lint warnings, which is as good of a reminder as any
that we should finish #50723.

(Previously, we did this on the librustc and libsyntax crates in #50724. I filed cmr/this-week-in-rust#685 in hopes of recruiting new contributors to do the rest.)

r? @estebank
2018-08-04 14:35:50 +08:00
..
auxiliary
codegen Rollup merge of #52908 - lnicola:vec-truncate-opt, r=alexcrichton 2018-08-01 21:46:31 +02:00
codegen-units Revert "Adapt codegen-unit tests to new CGU naming scheme." 2018-07-16 08:58:15 +02:00
compile-fail Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung 2018-08-03 14:28:12 +00:00
compile-fail-fulldeps rustc: Stabilize much of the proc_macro feature 2018-07-16 07:58:06 -07:00
debuginfo Remove workarounds for #24958 2018-07-18 13:58:08 +02:00
incremental rustc: Use link_section, not wasm_custom_section 2018-07-16 09:40:45 -07:00
incremental-fulldeps
mir-opt patch up mir-opt tests 2018-07-26 15:12:04 +03:00
parse-fail Implement 2015 vs 2018 ? kleene op + test 2018-07-23 21:54:43 -05:00
pretty fix expected output of pretty/cast-lt and issue-4264 tests 2018-07-12 01:19:27 +02:00
run-fail Ensure that borrows wind up unactivated. 2018-07-04 21:35:38 +01:00
run-fail-fulldeps
run-make Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwoerister 2018-07-23 13:42:23 +00:00
run-make-fulldeps Rollup merge of #52723 - alexcrichton:fix-extern-rename-ice, r=estebank 2018-07-26 09:18:41 -06:00
run-pass Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov 2018-08-02 08:24:14 +00:00
run-pass-fulldeps Store concrete crate stores where possible 2018-08-03 11:09:49 -06:00
run-pass-valgrind Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
rustdoc Don't display full blanket implementation and put it into its own section 2018-07-28 15:18:38 +02:00
rustdoc-js Update stdsimd to undo an accidental stabilization 2018-07-20 22:34:09 -07:00
rustdoc-ui Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb 2018-08-01 21:46:27 +02:00
rustfix Removed various update-reference and update-all-references scripts 2018-06-13 18:15:50 -04:00
ui Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank 2018-08-04 14:35:50 +08:00
ui-fulldeps Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton 2018-08-02 21:39:14 +00:00
COMPILER_TESTS.md