about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-02-25rustc_typeck: simplify AstConv requests as implemented by collect.Eduard-Mihai Burtescu-0/+3
2017-02-25Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakisEduard-Mihai Burtescu-0/+51
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2017-02-25Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrcEduard-Mihai Burtescu-6/+0
2017-02-25Rollup merge of #40025 - est31:master, r=eddybEduard-Mihai Burtescu-0/+41
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-0/+38
2017-02-25Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfacklerEduard-Mihai Burtescu-1/+4
2017-02-25Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakisEduard-Mihai Burtescu-0/+25
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-1/+9
2017-02-24Review changesest31-8/+8
2017-02-23Feature gateest31-1/+1
2017-02-23Implement non-capturing closure to fn coercionest31-0/+41
2017-02-23use a more conservative inhabitableness ruleAriel Ben-Yehuda-5/+1
2017-02-23Add tests for lib defaultsPeter Wagenet-0/+38
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-2/+2
2017-02-23trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-0/+51
2017-02-22add `-C overflow-checks` optionNathan Froyd-0/+35
2017-02-21Stabilize static_recursionTaylor Cramer-6/+0
2017-02-21std: Relax UnwindSafe impl for UniqueAlex Crichton-1/+4
2017-02-20check_match: don't treat privately uninhabited types as uninhabitedAriel Ben-Yehuda-0/+29
2017-02-20Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelixCorey Farwell-0/+2
2017-02-19fix run-pass test that required `Copy` implNiko Matsakis-0/+2
2017-02-18Properly implement labeled breaks in while conditionsTaylor Cramer-0/+16
2017-02-18Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1bors-0/+26
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-8/+0
2017-02-17Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakisbors-4/+26
2017-02-16erase late bound regions in `get_vtable_methods()`Niko Matsakis-0/+26
2017-02-15Improve backtrace formating while panicking.Yamakaky-3/+50
2017-02-15Stabilize field init shorthandest31-2/+0
2017-02-14Use check_variant for non_camel_case_types lintSeo Sanghyeon-0/+18
2017-02-10Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichtonCorey Farwell-0/+17
2017-02-10Rollup merge of #39692 - oli-obk:patch-2, r=aturonCorey Farwell-12/+0
2017-02-10Change std::panicking::try::Data into a unionwhataloadofwhat-0/+17
2017-02-09Rollup merge of #39682 - solson:fix-unaligned-read, r=eddybCorey Farwell-15/+46
2017-02-09Rollup merge of #39604 - est31:i128_tests, r=alexcrichtonCorey Farwell-3/+0
2017-02-09removed unused structOliver Schneider-6/+0
2017-02-09remove wrong packed struct testOliver Schneider-6/+0
2017-02-09Auto merge of #39265 - est31:master, r=petrochenkovbors-1/+0
2017-02-09Fix indentation in test.Scott Olson-14/+14
2017-02-09Avoid unsafe unaligned loads in test.Scott Olson-1/+32
2017-02-09Fix testsAndrew Cann-4/+7
2017-02-09Add test for #39485Andrew Cann-0/+19
2017-02-08Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichtonCorey Farwell-10/+9
2017-02-08Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakisCorey Farwell-0/+34
2017-02-08Stabilize static in constest31-1/+0
2017-02-07Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brsonCorey Farwell-1/+1
2017-02-06make Child::try_wait return io::Result<Option<ExitStatus>>Jack O'Connor-10/+9
2017-02-07Unignore u128 test for stage 0,1est31-3/+0
2017-02-05Rollup merge of #39519 - nagisa:more-snap, r=alexcrichtonCorey Farwell-10/+0
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-3/+3