about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-09-27Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkovbors-2/+38
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-48/+101
2020-09-27Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnaybors-0/+20
2020-09-27Auto merge of #76986 - jonas-schievink:ret-in-reg, r=nagisabors-0/+32
2020-09-26Test more attributes in test issue-75930-derive-cfg.rsAaron Hill-6/+1652
2020-09-26Auto merge of #77224 - RalfJung:rollup-hdvb96c, r=RalfJungbors-93/+138
2020-09-26Add a test for 128-bit return valuesJonas Schievink-0/+32
2020-09-26Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obkRalf Jung-75/+107
2020-09-26Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkorRalf Jung-18/+31
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-2/+38
2020-09-26Disable stdout-during-shutdown test on emscripten.Mara Bos-0/+5
2020-09-26Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwcobors-21/+16
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-304/+312
2020-09-25Fix testsmarmeladema-8/+8
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-183/+183
2020-09-25Rollup merge of #77183 - bugadani:issue-77088, r=varkorJonas Schievink-4/+14
2020-09-25Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasperJonas Schievink-0/+40
2020-09-25Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obkJonas Schievink-178/+204
2020-09-25Use proper issue for `const_fn_floating_point_arithmetic`Dylan MacKenzie-6/+6
2020-09-25Move const fn floating point test out of `min_const_fn`Dylan MacKenzie-62/+94
2020-09-25Bless testsDylan MacKenzie-24/+24
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-0/+154
2020-09-25Allow multiple allow_internal_unstable attributesDániel Buga-4/+14
2020-09-25Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiserbors-12/+62
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-42/+52
2020-09-25Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obkJonas Schievink-45/+45
2020-09-24Bless testsDylan MacKenzie-42/+52
2020-09-24Add test to check stdout flushing during shutdown.Mara Bos-0/+15
2020-09-24Revert a test change to make sure it's still testing the original issueOliver Scherer-2/+2
2020-09-24Use correct type in diagnostics againOliver Scherer-5/+5
2020-09-24update testsBastian Kauschke-3/+5
2020-09-24visit impl self ty + traitBastian Kauschke-0/+25
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-3/+3
2020-09-24walk hir to get const evaluatable predicatesBastian Kauschke-14/+12
2020-09-24const_evaluatable_checked: collect predicates from fn_sigBastian Kauschke-1/+54
2020-09-23Bless testsDylan MacKenzie-45/+45
2020-09-23Unify primitive errors with other intra-link errorsJoshua Nelson-9/+33
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-4/+8
2020-09-23Perform most diagnostic lookups in `resolution_failure`Joshua Nelson-47/+72
2020-09-24Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJungbors-4/+7
2020-09-23Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPCbors-54/+203
2020-09-23Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obkbors-8/+149
2020-09-23Make sure we keep emitting a hard errorOliver Scherer-13/+1
2020-09-23Ignore test on wasm as it does not unwindSimon Vandel Sillesen-46/+47
2020-09-23Make sure we report a future incompat error in all casesOliver Scherer-15/+23
2020-09-23Make sure we don't hide errors just because a lint has been emittedOliver Scherer-21/+14
2020-09-23Deduplicate errors in const to pat conversionOliver Scherer-195/+27
2020-09-23Talk about unpredictable instead of "not deterministic"Oliver Scherer-6/+6
2020-09-23Rollup merge of #76993 - blitzerr:alloc-ref, r=AmanieuDylan DPC-2/+3
2020-09-23Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=AmanieuDylan DPC-1/+149