about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-30Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-p...kennytm-65/+242
2018-10-30Rollup merge of #55487 - nrc:path-fix, r=petrochenkovkennytm-0/+25
2018-10-30Rollup merge of #55474 - oli-obk:const_eval_promoted, r=RalfJungkennytm-0/+18
2018-10-30Rollup merge of #55459 - memoryruins:issue-49296, r=oli-obkkennytm-0/+35
2018-10-30Rollup merge of #54885 - llogiq:fix-54704, r=nikomatsakiskennytm-0/+9
2018-10-30Auto merge of #55221 - matthewjasper:fewer-duplicate-migrate-messages, r=pnkf...bors-813/+37
2018-10-30Update compare-mode=nll stderr files to reflect the fix to #55492.Felix S. Klock II-65/+18
2018-10-30Regression test for issue 55492.Felix S. Klock II-0/+224
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-3/+3
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-813/+37
2018-10-30Adjust Ids of path segments in visibility modifiersNick Cameron-0/+25
2018-10-29Fix wrong validation clasisfication of `Option<&T>::Some` valuesOliver Scherer-0/+18
2018-10-29don't lint `unused_parens` on `if (break _)`Andre Bogus-0/+9
2018-10-29Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=...Pietro Albini-33/+2
2018-10-29Add UI test for #49296memoryruins-0/+35
2018-10-28Auto merge of #55433 - kennytm:rollup, r=kennytmbors-24/+97
2018-10-28Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwcokennytm-24/+24
2018-10-28Rollup merge of #55257 - mjbshaw:static, r=oli-obkkennytm-0/+37
2018-10-28Rollup merge of #55185 - davidtwco:issue-55130, r=nikomatsakiskennytm-0/+2
2018-10-28Rollup merge of #55412 - oli-obk:min_const_fn_ice, r=estebankkennytm-0/+23
2018-10-28Auto merge of #55192 - cramertj:nested-mod, r=petrochenkovbors-0/+11
2018-10-28Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakiskennytm-0/+11
2018-10-28Add note linking to Rust 2018 path semantics docs.David Wood-0/+2
2018-10-28Auto merge of #55297 - petrochenkov:uni, r=Mark-Simulacrumbors-304/+308
2018-10-28Auto merge of #54683 - zackmdavis:critique_of_pure_lints, r=petrochenkovbors-0/+213
2018-10-28resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-28/+13
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-276/+269
2018-10-28resolve: Absolute paths may be undetermined on 2018 editionVadim Petrochenkov-0/+18
2018-10-28resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`Vadim Petrochenkov-0/+8
2018-10-27back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-33/+2
2018-10-27wherein the status of empty and reason-only lint attributes is clarifiedZack M. Davis-0/+17
2018-10-27in which lint reasons are restricted to come last in the attributeZack M. Davis-5/+27
2018-10-27feature-gate lint reasonsZack M. Davis-11/+32
2018-10-27Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obkbors-73/+669
2018-10-27introducing lint reason annotations (RFC 2383)Zack M. Davis-0/+153
2018-10-27Auto merge of #55385 - davidtwco:issue-55288, r=oli-obkbors-0/+21
2018-10-27Fix an ICE in the min_const_fn analysisOliver Scherer-0/+23
2018-10-27Test for cast causing static promotion failure.David Wood-0/+21
2018-10-27Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of...bors-5/+49
2018-10-27Add more tests on unsized locals autoderef and borrowck.Masaki Hara-0/+368
2018-10-27Auto merge of #55274 - pnkfelix:issue-54570-proj-path-into-pats-with-type-tak...bors-30/+126
2018-10-26Add test for normalization during field-lookup on patterns with ascribed types.Felix S. Klock II-14/+50
2018-10-26regression test for ICE I encountered in my patch.Felix S. Klock II-0/+31
2018-10-26Update mir-opt tests to reflect change to `AscribeUserType` to carry a `UserT...Felix S. Klock II-1/+1
2018-10-26Add the actual chain of projections to `UserTypeProjection`.Felix S. Klock II-17/+46
2018-10-26Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkovbors-11/+45
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-177/+552
2018-10-26Update testsOliver Scherer-24/+24
2018-10-26Rollup merge of #55301 - estebank:macro-allowed, r=petrochenkovkennytm-97/+291
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-37/+113