about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-28Add a specific test for spawn() returning ENOENTBryan Drewery-0/+23
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
2018-02-24Rollup merge of #48441 - petrochenkov:exty, r=estebankManish Goregaokar-1/+7
2018-02-24Rollup merge of #48197 - bobtwinkles:two_phase_borrow_on_ops, r=nikomatsakisManish Goregaokar-0/+48
2018-02-24Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddybManish Goregaokar-5/+52
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-6/+5
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-0/+30
2018-02-23Add testManish Goregaokar-0/+2
2018-02-23Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,...Manish Goregaokar-0/+30
2018-02-23Rollup merge of #48072 - cramertj:impl-trait-lifetime-res, r=nikomatsakisManish Goregaokar-0/+8
2018-02-22move test to the proper directory and test #[bench]Niko Matsakis-0/+15
2018-02-22delete this test file: it also appears asNiko Matsakis-17/+0
2018-02-22reset default binding mode when we pass through a `&` patternNiko Matsakis-0/+25
2018-02-22begin crate-relative paths with `crate`Niko Matsakis-0/+21