about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-11-12Fix codegen test for issue 37945Tomasz Miąsko-6/+14
2020-11-12Ensure that closure call is not removed by MIR optimizations in a testTomasz Miąsko-1/+1
2020-11-12Fix test checking that into_boxed_slice does not panicTomasz Miąsko-2/+2
2020-11-11Missing feature-gate-abi fileRune Tynan-6/+6
2020-11-11Add a sane error for rust-call functions not taking tuples during type checki...Rune Tynan-6/+31
2020-11-11default_trait_paramEthan Brierley-0/+14
2020-11-11Add test `default_function_param`Ethan Brierley-0/+14
2020-11-11add error-in-impl-trait const generics testBastian Kauschke-0/+24
2020-11-11add rustdoc testBastian Kauschke-0/+148
2020-11-11Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obkJonas Schievink-0/+180
2020-11-11Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obkJonas Schievink-0/+75
2020-11-11Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obkJonas Schievink-0/+61
2020-11-11test: add `()=()=()=...` to weird-exprs.rsSlanterns-0/+7
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-64/+411
2020-11-10Add test for capturing enumsAman Arora-0/+134
2020-11-10Address review comments 2Aman Arora-27/+27
2020-11-10More pattern testcasesAman Arora-63/+314
2020-11-10Reduce verbosity of capture analysis logsRoxane Fruytier-876/+218
2020-11-10Update tests with min capture informationAman Arora-0/+454
2020-11-10Add helper function for Capture Esclations and expressionsAman Arora-2/+9
2020-11-10Add initial set of testcases for RFC 2229Aman Arora-2/+907
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+34
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-11-10Merge set_panic and set_print into set_output_capture.Mara Bos-5/+5
2020-11-10Use Vec<u8> for LOCAL_STD{OUT,ERR} instead of dyn Write.Mara Bos-13/+2
2020-11-10Update tests for updated set_panic.Mara Bos-26/+11
2020-11-10Rollup merge of #78912 - JulianKnodt:mcg_macro, r=lcnrJonas Schievink-0/+212
2020-11-10Rollup merge of #78908 - liketechnik:fix_macro_expand_src_link, r=jyn514Jonas Schievink-7/+4
2020-11-10Rollup merge of #78898 - SNCPlay42:issue-78892, r=Mark-SimulacrumJonas Schievink-0/+14
2020-11-10Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-seJonas Schievink-1/+1
2020-11-10Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514Jonas Schievink-4/+4
2020-11-10Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514Jonas Schievink-18/+18
2020-11-10Rollup merge of #76765 - guswynn:async_return, r=tmandryJonas Schievink-100/+218
2020-11-10use check-pass instead of build-pass in consts ui test suitsDaiki Ihara-4/+4
2020-11-10add cross crate testBastian Kauschke-0/+47
2020-11-10add test for where clauses mentioning const paramsBastian Kauschke-0/+35
2020-11-10const param in asyncBastian Kauschke-0/+35
2020-11-10try referencing outer paramsBastian Kauschke-0/+247
2020-11-10exhaustively enumerate all values of a const paramBastian Kauschke-0/+310
2020-11-10add associated type bounds testBastian Kauschke-0/+71
2020-11-10add macro_rules test regarding bracesBastian Kauschke-0/+149
2020-11-10Add macro test for min-const-genericskadmin-0/+212
2020-11-10add generic param mismatch testBastian Kauschke-0/+38
2020-11-10const param macro testBastian Kauschke-0/+22
2020-11-09Update src/test/ui/issues/issue-76547.rsTyler Mandry-1/+1
2020-11-09add nll compare mode stderr fileGus Wynn-0/+20
2020-11-10(rustdoc) [src] link for types defined by macros shows invocationFlorian Warzecha-7/+4
2020-11-10Add flags customizing behaviour of MIR inliningTomasz Miąsko-0/+75
2020-11-09incr-comp: add ignore-32bit directive to incr-prev-body-beyond-eof testTyson Nottingham-1/+5
2020-11-09address reviewer commentsmark-23/+23