about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-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-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
2018-02-28Check WF of predicate with defaults only if all in LHS have defaultleonardo.yvens-0/+7
2018-02-28Go back to checking only the LHS of trait predicates.leonardo.yvens-0/+14
2018-02-28Type check defaults.leonardo.yvens-0/+1
2018-02-28Add regression test for #48551Tatsuyuki Ishi-0/+40
2018-02-28Stabilize LocalKey::try_withStjepan Glavina-0/+1
2018-02-28Rollup merge of #48541 - varkor:inlined-main, r=michaelwoeristerkennytm-0/+12
2018-02-28Rollup merge of #48497 - scottmcm:more-restricted-termination, r=nikomatsakiskennytm-2/+5
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-0/+468
2018-02-27Put some thought and documentation effort into process::ExitCodeScott McMurray-1/+1
2018-02-26Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkovbors-0/+26
2018-02-26Add test for #48508Ryan Cumming-0/+43
2018-02-25Ensure main() always has external linkagevarkor-0/+12
2018-02-24Restrict the Termination impls to simplify stabilizationScott McMurray-2/+5
2018-02-24ignore-pretty on dyn trait testManish Goregaokar-0/+2
2018-02-24ignore-pretty for the macro-comma-support testMichael Lamparski-0/+2
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-0/+30
2018-02-24Rollup merge of #48481 - Manishearth:dyn-paren, r=petrochenkovManish Goregaokar-0/+2
2018-02-24Rollup merge of #48448 - nikomatsakis:default-binding-mode-issue-46688, r=cra...Manish Goregaokar-0/+25