rust/src/test
Esteban Küber 5b0223e8c6 Reword rustc_on_unimplemented errors for Iterator
- Detect one element array of `Range` type, which is potentially a typo:
   `for _ in [0..10] {}` where iterating between `0` and `10` was intended.
   (#23141)
 - Suggest `.bytes()` and `.chars()` for `String`.
 - Suggest borrowing or `.iter()` on arrays (#36391)
 - Suggest using range literal when iterating on integers (#34353)
 - Do not suggest `.iter()` by default (#50773, #46806)
2018-10-09 18:53:53 -07:00
..
auxiliary
codegen Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich_stabil_sein, r=Centril 2018-10-07 13:37:07 +00:00
codegen-units Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail-fulldeps Merge the proc_macro_ expansion feature gates into a single proc_macro_hygiene gate. 2018-10-02 19:23:54 -07:00
debuginfo make the nil-enum test work again 2018-09-30 17:27:06 +02:00
incremental Improve implicit self mutability suggestions. 2018-10-02 00:35:15 +02:00
incremental-fulldeps Ignore new test on Windows 2018-09-21 10:05:23 -07:00
mir-opt Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
parse-fail make Parser::parse_foreign_item() return a foreign item or error 2018-10-05 02:47:57 -07:00
pretty abolish ICE when pretty-printing async block 2018-10-02 23:02:51 -07:00
run-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
run-fail-fulldeps mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
run-make Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister 2018-10-07 03:07:16 +00:00
run-make-fulldeps rustc: Allow #[no_mangle] anywhere in a crate 2018-10-06 13:57:30 -07:00
run-pass Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk 2018-10-07 19:30:24 +00:00
run-pass-fulldeps Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich_stabil_sein, r=Centril 2018-10-07 13:37:07 +00:00
run-pass-valgrind Implement simple codegen for unsized rvalues. 2018-08-19 08:07:33 +09:00
rustdoc Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
rustdoc-js Remove outdated rustdoc PinBox tests 2018-09-18 01:42:27 -07:00
rustdoc-ui add -Zui-testing to rustdoc 2018-09-19 18:39:39 -05:00
rustfix
ui Reword rustc_on_unimplemented errors for Iterator 2018-10-09 18:53:53 -07:00
ui-fulldeps Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton 2018-10-05 12:52:53 +00:00
COMPILER_TESTS.md Link compiler test documentation to rustc-guide 2018-08-10 08:05:48 -06:00