about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-03-09Complete re-implementation of 2-phase borrowsbobtwinkles-1/+0
2018-03-09Finally start down the right pathbobtwinkles-16/+19
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-36/+184
2018-03-08Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakisManish Goregaokar-1/+22
2018-03-08Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=...Manish Goregaokar-0/+135
2018-03-08Add rust_2018_idioms lint groupManish Goregaokar-1/+1
2018-03-08Add testManish Goregaokar-0/+21
2018-03-08in which parentheses are suggested for should-have-been-tuple-patternsZack M. Davis-0/+135
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