summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-02-02Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrumbors-0/+63
2018-02-02Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddybbors-0/+162
2018-02-01rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-0/+18
2018-02-01Expand union test to include different typesRyan Cumming-7/+26
2018-02-01Fix ICE on const eval of union fieldRyan Cumming-0/+26
2018-01-31add regression testNiko Matsakis-0/+162
2018-01-23avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
2018-01-12Treat #[path] files as mod.rs filesTaylor Cramer-0/+0
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-0/+119
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-12/+10
2017-12-30Add tests on fixed ICEsSeiichi Uchida-0/+42
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-10/+10
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-0/+7
2017-12-28Fix build and add a macro lifetime labels testMatt Peterson-0/+43
2017-12-28Resurrecting #33135Michael Hewson-0/+69
2017-12-27Auto merge of #47014 - topecongiro:fixed-ices, r=estebankbors-0/+113
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-0/+45
2017-12-27Auto merge of #47009 - eddyb:issue-46855, r=arielb1bors-0/+34
2017-12-27Auto merge of #46977 - est31:column_fix, r=dtolnaybors-5/+5
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-0/+43
2017-12-26rustc_trans: support ZST indexing involving uninhabited types.Eduard-Mihai Burtescu-0/+34
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-0/+45
2017-12-26Add tests to fixed ICEsSeiichi Uchida-0/+113
2017-12-25Auto merge of #46973 - arielb1:tuple-casting, r=estebankbors-0/+17
2017-12-24Auto merge of #46859 - gereeter:uninhabited-unions, r=eddybbors-0/+39
2017-12-24Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakisbors-1/+1
2017-12-24Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1bors-0/+43
2017-12-24Fix testsest31-5/+5
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-0/+43
2017-12-23Update check::cast::pointer_kind logic to new rustcAriel Ben-Yehuda-0/+17
2017-12-22Auto merge of #46752 - Yoric:nll, r=arielb1bors-0/+34
2017-12-22Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1kennytm-2/+11
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-0/+34
2017-12-21Add a feature gate for nested uses of `impl Trait`Taylor Cramer-1/+1
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-3/+2
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-0/+173
2017-12-21Mir: Abort on nounwind ABIsDavid Henningsson-0/+43
2017-12-20add some run-pass tests for NLL showing that things work as expectedNiko Matsakis-0/+108
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-1/+0
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-1/+3
2017-12-20connect NLL type checker to the impl trait codeNiko Matsakis-0/+3
2017-12-20Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnaykennytm-2/+2
2017-12-20rustc: do not raise the alignment of optimized enums to the niche's alignment.Eduard-Mihai Burtescu-2/+11
2017-12-19Ignore pretty printing tests for non_modrs_modsTaylor Cramer-0/+2
2017-12-19Only mark unions as uninhabited if all of their fields are uninhabited. Fixes...Jonathan S-0/+39
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-0/+171
2017-12-19Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1bors-0/+107
2017-12-19Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+16
2017-12-19Always print floats with a decimal point with the Debug formatterDiggory Blake-2/+2