about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-08Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoeristerManish Goregaokar-1/+14
2018-03-08Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakisManish Goregaokar-34/+46
2018-03-08Unify the const folding errorsOliver Schneider-124/+167
2018-03-08Regenerate testsOliver Schneider-239/+223
2018-03-08Adjust test which differs between 32 bit and 64 bitOliver Schneider-2/+2
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-0/+2
2018-03-08Fix mozjs crater failureOliver Schneider-0/+37
2018-03-08Add regression testOliver Schneider-0/+34
2018-03-08Rebase falloutOliver Schneider-2/+2
2018-03-08Report tcx errors with the span of the currently evaluating statementOliver Schneider-2/+2
2018-03-08Update compile-fail testsOliver Schneider-89/+24
2018-03-08Add a test for transmuting via unions in constantsOliver Schneider-0/+62
2018-03-08Unregress error spans in constant errorsOliver Schneider-4/+3
2018-03-08Stage 2 doesn't see suggestion_approximateOliver Schneider-16/+0
2018-03-08Remove dead codeOliver Schneider-0/+37
2018-03-08Update testsOliver Schneider-26/+30
2018-03-08Add regression test for const propOliver Schneider-0/+28
2018-03-08Update testsOliver Schneider-0/+24
2018-03-08Update testsOliver Schneider-50/+67
2018-03-08Adjust tests to changed const err lintsOliver Schneider-27/+47
2018-03-08Adjust tests to more aggressive const err lintingOliver Schneider-0/+26
2018-03-08Report errors in statics during collecting instead of translatingOliver Schneider-4/+14
2018-03-08Add regression testsOliver Schneider-0/+58
2018-03-08Reduce noise in error reportingOliver Schneider-7/+23
2018-03-08Nuke ConstInt and Const*sizeOliver Schneider-3/+4
2018-03-08Add test for #45044Oliver Schneider-0/+20
2018-03-08Add test for attempting to use array indexing for conditional const evalOliver Schneider-0/+43
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-2/+39
2018-03-08Add tests for fixed issuesOliver Schneider-0/+515
2018-03-08Codegen testsOliver Schneider-7/+8
2018-03-08Fully use miri in transOliver Schneider-293/+476
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-18/+17
2018-03-08Produce instead of pointersOliver Schneider-35/+47
2018-03-07rustc: Fix ICE with `#[target_feature]` on moduleAlex Crichton-1/+14
2018-03-07Rollup merge of #48778 - sinkuu:rls_crash_tuple_struct, r=nrcAlex Crichton-0/+7
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-1/+1
2018-03-07Do not panic on tuple struct access out of boundsShotaro Yamada-0/+3
2018-03-07Fix save-analysis generation panic with invalid tuple accessShotaro Yamada-0/+4
2018-03-06Make causal tracking lazySantiago Pastorino-0/+2
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-34/+44
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-1/+0
2018-03-06Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichtonkennytm-10/+0
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-1/+36
2018-03-06Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebankkennytm-0/+22
2018-03-06Rollup merge of #48432 - flip1995:lit_diag, r=oli-obkkennytm-0/+91
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-14/+14
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1
2018-03-05incr.comp.: Add regression test for detecting feature gate changes.Michael Woerister-0/+23
2018-03-04Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakisbors-12/+167