about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-0/+13
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+39
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-0/+4
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-0/+4
2018-03-15Disallow &a..=b and box a..=b in pattern.kennytm-0/+32
2018-03-15Stabilize `dotdoteq_in_patterns` language feature.kennytm-2/+0
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-3/+2
2018-03-15Stabilize `inclusive_range` library feature.kennytm-1/+1
2018-03-14Escape stringified expressionShotaro Yamada-0/+13
2018-03-14Make coerce_never lint an errorAndrew Cann-18/+0
2018-03-14stabilise feature(never_type)Andrew Cann-36/+2
2018-03-13Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkovkennytm-0/+17
2018-03-11Fix hygene issue when deriving DebugPhlosioneer-0/+17
2018-03-09Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkovbors-2/+2
2018-03-09test: ignore stack probe tests on mips*James Cowgill-0/+4
2018-03-08Add testManish Goregaokar-0/+21
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-08Add regression testsOliver Schneider-0/+45
2018-03-08Reduce noise in error reportingOliver Schneider-0/+17
2018-03-08Add test for #45044Oliver Schneider-0/+20
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-0/+34
2018-03-08Add tests for fixed issuesOliver Schneider-0/+489
2018-03-08Fully use miri in transOliver Schneider-0/+76
2018-03-07check stability of macro invocationsAustin Bonander-0/+39
2018-03-06Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichtonAlex Crichton-1/+1
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-1/+0
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-2/+2
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-1/+36
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-1/+1
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-0/+1
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-1/+0
2018-03-01Rollup merge of #48610 - ishitatsuyuki:ishitatsuyuki-patch-1, r=nikomatsakisManish Goregaokar-0/+43
2018-03-01Rollup merge of #48585 - stjepang:stabilize-localkey-try_with, r=alexcrichtonManish Goregaokar-7/+5
2018-03-01Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c...Manish Goregaokar-0/+44
2018-03-01Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakisManish Goregaokar-0/+17
2018-03-01Auto merge of #46785 - leodasvacas:type-check-defaults-at-declaration, r=niko...bors-0/+31
2018-03-01Fix spelling s/casted/cast/Lukas Lueg-1/+1
2018-03-01Add ignore-pretty for issue-48506.rsRyan Cumming-0/+1
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-0/+3
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-0/+17
2018-02-28Fix a few run-pass testsStjepan Glavina-8/+5
2018-02-28Add bitreverse intrinsicAmanieu d'Antras-0/+10
2018-02-28Update issue-48551.rsNiko Matsakis-0/+3
2018-02-28Check only concrete defaults for well formednessleonardo.yvens-0/+2
2018-02-28Check only predicates with a single param with a concrete default.leonardo.yvens-3/+6
2018-02-28Add tests for dependent defaults.leonardo.yvens-0/+2
2018-02-28Check WF of predicates with defaults only if all params have defaultsleonardo.yvens-4/+6