rust/src/test
Eduard-Mihai Burtescu f433209248 Rollup merge of #36868 - petrochenkov:adtstab, r=nikomatsakis
Partially stabilize RFC 1506 "Clarify relationships between ADTs"

Lifted restrictions on tuple structs/variants are stabilized, i.e. `S{..}` can be used with any structs and empty tuple structs are permitted without feature gate.
Numeric fields in struct expressions/patterns `S { 0: a, 1: b }` are **NOT** stabilized.
This was implemented 1.5 months ago in Rust 1.12, but this is a tiny technical change that could probably go even without RFC/stabilization period.

cc https://github.com/rust-lang/rust/issues/35626 https://github.com/rust-lang/rust/pull/36871
r? @nikomatsakis
2016-11-09 20:51:15 +02:00
..
codegen Auto merge of #36421 - TimNN:check-abis, r=alexcrichton 2016-10-25 21:49:59 -07:00
codegen-units Fix fallout in tests. 2016-09-27 06:43:51 +00:00
compile-fail Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
compile-fail-fulldeps Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis 2016-11-08 02:06:45 -08:00
debuginfo Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollup 2016-11-05 10:51:34 -07:00
incremental Fix typos and redundant code 2016-11-07 13:59:48 -05:00
mir-opt update tests 2016-10-04 20:43:43 +03:00
parse-fail add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
pretty Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
run-fail move overflow tests from rust-fail to run-pass 2016-10-30 12:04:57 -04:00
run-fail-fulldeps Move CrateConfig from Crate to ParseSess. 2016-10-29 07:52:58 +00:00
run-make Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis 2016-11-08 02:06:45 -08:00
run-pass Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
run-pass-fulldeps Partially stabilize RFC 1506 "Clarify relationships between ADTs" 2016-11-08 22:34:05 +03:00
run-pass-valgrind Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
rustdoc rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
ui Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelix 2016-11-04 07:20:44 -07:00