about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
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-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
2017-12-18rustc: ensure optimized enums have a properly aligned size.Eduard-Mihai Burtescu-3/+10
2017-12-18Fix the wrong subtraction in align_offset intrinsic.kennytm-0/+16
2017-12-17better variable names in testsMichael Hewson-16/+16
2017-12-17Add tests with *const Rc<Self> and similar self typesMichael Hewson-4/+28
2017-12-17implement raw-pointer `self`. Works for traits, including trait objects, but ...Michael Hewson-0/+83
2017-12-15Refactor argument-position impl TraitTaylor Cramer-3/+2
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+48
2017-12-14Review feedback: Added test with control flow merge of two borrows "before ac...Felix S. Klock II-0/+27
2017-12-14Auto merge of #46582 - nikomatsakis:nll-master-to-rust-master-4, r=arielb1bors-0/+38
2017-12-13the minimal test for two-phase borrows: the core example from niko's blog pos...Felix S. Klock II-0/+21
2017-12-13normalize fn sig as part of reificationNiko Matsakis-0/+38
2017-12-13Auto merge of #46419 - jseyfried:all_imports_in_metadata, r=nrcbors-0/+59
2017-12-13Auto merge of #46616 - cramertj:impl-trait-elision, r=nikomatsakisbors-1/+25
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-0/+51