about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-30Auto merge of #51215 - eddyb:visit-for-a-lifetime, r=nikomatsakisbors-1/+17
2018-05-30rustc: don't visit lifetime parameters through visit_lifetime.Eduard-Mihai Burtescu-1/+17
2018-05-30Suggest using `as_ref` on some borrow errors [hack]Esteban Küber-0/+72
2018-05-30Auto merge of #50880 - glandium:oom, r=SimonSapinbors-7/+7
2018-05-30Auto merge of #51017 - estebank:crate-name-in-path, r=michaelwoeristerbors-0/+67
2018-05-29Review feedback: Adding test cases suggested by arielb1.Felix S. Klock II-0/+146
2018-05-29Tests illustrating the bug fixes for #27282 and #24535.Felix S. Klock II-0/+211
2018-05-29Test update: Fallout from ReadForMatch statements + changes to codegen under ...Felix S. Klock II-112/+125
2018-05-29rust-lang/rust#41962 has a new error with my new code. Incorporate that into ...Felix S. Klock II-8/+16
2018-05-30Pass a `Layout` to `oom`Mike Hommey-7/+7
2018-05-29Auto merge of #50475 - csmoe:debr, r=nikomatsakisbors-15/+15
2018-05-28change to 0-based indicesNiko Matsakis-15/+15
2018-05-28Add test for reexported crate namesEsteban Küber-0/+67
2018-05-28Auto merge of #50521 - gnzlbg:simd_float, r=alexcrichtonbors-4/+1801
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-28/+218
2018-05-28Auto merge of #50612 - Zoxc:thin-slice, r=michaelwoeristerbors-1/+1
2018-05-27Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakisbors-4/+67
2018-05-27Make anon params lint warn-by-defaultMark Mansi-4/+67
2018-05-27Make &Slice a thin pointerJohn Kåre Alsaker-1/+1
2018-05-27Address comments in pull request #51084.Simon Martin-1/+10
2018-05-27Auto merge of #51084 - simartin:issue_51022, r=estebankbors-0/+12
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-13/+13
2018-05-27Auto merge of #51075 - estebank:and_the_case_of_the_confusable_float_exponent...bors-1/+27
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-2/+2
2018-05-27Issue #51022: Improve E0131 message when lifetimes are involved.Simon Martin-0/+12
2018-05-26Fix testEsteban Küber-7/+7
2018-05-26Point to the current box syntax tracking issueest31-2/+2
2018-05-26Rollup merge of #51057 - pnkfelix:issue-51025-make-ui-tests-robust-wrt-nll, r...Mark Simulacrum-362/+725
2018-05-26Rollup merge of #51049 - varkor:break-while-condition, r=nikomatsakisMark Simulacrum-0/+82
2018-05-26Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkovbors-0/+43
2018-05-26Auto merge of #51082 - kennytm:rollup, r=kennytmbors-11/+75
2018-05-26Rollup merge of #51073 - dtolnay:empty, r=alexcrichtonkennytm-4/+4
2018-05-26Rollup merge of #51070 - est31:fix_break_const_ice, r=estebankkennytm-0/+61
2018-05-26Rollup merge of #51059 - oberien:patch-1, r=nikomatsakiskennytm-0/+7
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-7/+3
2018-05-26Auto merge of #51041 - alexcrichton:better-unwind, r=nikomatsakisbors-0/+21
2018-05-25in which we check for confusable Unicodepoints in float literal exponentZack M. Davis-0/+26
2018-05-26Auto merge of #51035 - oli-obk:unsupported_crate_type, r=eddybbors-0/+20
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-4/+4
2018-05-26Fail typecheck if we encounter a bogus breakest31-0/+61
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-411/+288
2018-05-25--bless the testsvarkor-6/+6
2018-05-25Add a test for returning inside a while loopvarkor-10/+60
2018-05-25Fix behaviour of divergence in while loop conditionsvarkor-0/+32
2018-05-25Don't use a char that's already used within the exprJaro Fietz-1/+1
2018-05-25Call itJaro Fietz-0/+1
2018-05-25What does an expression look like, that consists only of special characters?Jaro Fietz-0/+6
2018-05-25Auto merge of #50967 - oli-obk:miri_api_refactor, r=eddybbors-0/+68
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-411/+288
2018-05-25Adjust test for 32 bit targetsOliver Schneider-2/+3