about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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 regressionEsteban Küber-2/+4
2018-10-29Fix wrong validation clasisfication of `Option<&T>::Some` valuesOliver Scherer-0/+18
2018-10-29Turn ICE for dangling pointers into errorOliver Scherer-0/+51
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-29make inliner remove the fn_entry flag on Retag statementsRalf Jung-0/+45
2018-10-29Remove validation test cases; add retagging test caseRalf Jung-349/+106
2018-10-29Add UI test for #49296memoryruins-0/+35
2018-10-28Use token description in "expected/found" parse messagesEsteban Küber-24/+42
2018-10-28Provide specific label for patern parsing errorEsteban Küber-22/+12
2018-10-28Choose predicates without inference variables over those with themAaron Hill-0/+40
2018-10-28Point at `match` when a parse failure ocurrs inside of itEsteban Küber-5/+12
2018-10-28Produce targeted diagnostic when using doc comments on fn argsEsteban Küber-4/+116
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-28single-use-lifetime lint: don't false-positive on the anonymous lifetimeZack M. Davis-5/+8
2018-10-28structured suggestions for single-use lifetime lint on fns and methodsZack M. Davis-19/+66
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-27allow canonicalized regions to carry universe and track max-universeNiko Matsakis-6/+6
2018-10-27Fix an ICE in the min_const_fn analysisOliver Scherer-0/+23
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-7/+97
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