about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-09fix nits and handling of extern staticRalf Jung-5/+5
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-8/+19
2018-10-09add some tests with constants that better be validRalf Jung-0/+18
2018-10-09move a test to a better placeRalf Jung-0/+0
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-8/+60
2018-10-09fix validating arrays of ZSTsRalf Jung-14/+23
2018-10-09switch validation of scalars to be type-drivenRalf Jung-36/+54
2018-10-09check that entire ref is in-bounds before recursing; add macro for validation...Ralf Jung-15/+36
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-6/+17
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-207/+135
2018-10-07Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichtonbors-42/+20
2018-10-07Auto merge of #54823 - euclio:needs-test, r=alexcrichtonbors-0/+68
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-233/+363
2018-10-07Auto merge of #54782 - pnkfelix:issue-54556-semi-on-tail-diagnostic, r=nikoma...bors-55/+619
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-233/+363
2018-10-06Auto merge of #54766 - alexcrichton:wasm-all-symbols, r=michaelwoeristerbors-0/+75
2018-10-05Rollup merge of #54853 - davidtwco:issue-52663-missing-lifetime-suggestion-te...Pietro Albini-28/+11
2018-10-05Rollup merge of #54833 - abonander:issue-54441, r=petrochenkovPietro Albini-1/+28
2018-10-05Rollup merge of #54812 - pnkfelix:issue-32382-index-assoc-type-with-lifetime,...Pietro Albini-0/+42
2018-10-05Rollup merge of #54804 - euclio:inverted-parameters, r=estebankPietro Albini-0/+86
2018-10-05Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakisPietro Albini-0/+8
2018-10-05Simplify test.David Wood-28/+11
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-16/+21
2018-10-05add suggestion for inverted function parametersAndy Russell-0/+86
2018-10-05Auto merge of #54336 - petrochenkov:preuni, r=alexcrichtonbors-63/+21
2018-10-05Auto merge of #52121 - jebrosen:macros2_feature, r=petrochenkovbors-27/+23
2018-10-05Unit tests for issue #54556. Some were also taken from issues #21114, #46413.Felix S. Klock II-0/+529
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-55/+90
2018-10-05make `Parser::parse_foreign_item()` return a foreign item or errorAustin Bonander-1/+28
2018-10-05Stabilize `min_const_fn`Oliver Schneider-207/+135
2018-10-05Reapply the macro_rules disambiguation changes from masterVadim Petrochenkov-18/+1
2018-10-05expansion: Remove restriction on use of macro attributes with test/benchVadim Petrochenkov-46/+4
2018-10-05resolve: Merge resolution for `macro_rules` into the common early in-scope re...Vadim Petrochenkov-18/+35
2018-10-05Auto merge of #54703 - davidtwco:issue-52086, r=nikomatsakisbors-6/+54
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-42/+20
2018-10-04Auto merge of #54649 - nikomatsakis:universes-refactor-1, r=scalexmbors-2/+2
2018-10-04add test for #29743Andy Russell-0/+17
2018-10-04add test for #24338Andy Russell-0/+30
2018-10-04add test for #28134Andy Russell-0/+21
2018-10-04Auto merge of #54666 - matthewjasper:mir-function-spans, r=pnkfelixbors-574/+483
2018-10-04rename skolemized to placeholderNiko Matsakis-2/+2
2018-10-04Convert conservative_impl_trait.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert issue-49556.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert issue-49376.rs to compile-passJonas Schievink-33/+1
2018-10-04Convert existential-minimal.rs to compile-passJonas Schievink-9/+1
2018-10-04Convert impl-trait/issue-42479.rs to compile-passJonas Schievink-15/+1
2018-10-04Call Foo::async_method in the async-await testJonas Schievink-14/+1
2018-10-04Fix dead code lint for functions using impl TraitJonas Schievink-1/+95
2018-10-04Regression test for #32382.Felix S. Klock II-0/+42
2018-10-04Rollup merge of #54795 - euclio:ifmt-bad-arg, r=estebankPietro Albini-1/+21