about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-06-04Auto merge of #51328 - oli-obk:no_union_promotion, r=eddybbors-0/+38
2018-06-03Do not promote union field accessesOliver Schneider-0/+38
2018-06-03implement #[panic_implementation]Jorge Aparicio-2/+2
2018-06-02Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obkMark Simulacrum-2/+2
2018-06-02Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertjMark Simulacrum-3/+3
2018-06-02use type name in E0599 enum variant suggestionAndy Russell-2/+2
2018-06-02Specify that packed types must derive, not implement, CopyMark Simulacrum-3/+3
2018-06-02Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddybbors-0/+161
2018-06-02Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=...bors-12/+105
2018-06-01Rollup merge of #51135 - estebank:sugg-7575, r=oli-obkMark Simulacrum-10/+10
2018-06-01rework to report errors from crates in a consistent orderNiko Matsakis-6/+6
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-26/+33
2018-06-01extend `unused_extern_crates` lint with a suggestion to removeNiko Matsakis-0/+86
2018-06-01also check `let` arms and nested patterns for mutable borrowsNiko Matsakis-0/+161
2018-05-31Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomats...bors-0/+75
2018-05-31Rollup merge of #51146 - dlrobertson:fix_51102, r=estebankGuillaume Gomez-0/+72
2018-05-31Register outlives predicates from queries the right way around.Matthew Jasper-0/+75
2018-05-31Make short-error format GNU compatibleGuillaume Gomez-2/+2
2018-05-31Stabilize short error formatGuillaume Gomez-1/+1
2018-05-31Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddybbors-0/+52
2018-05-31typeck: Do not pass the field check on field errorDan Robertson-0/+72
2018-05-31change `PointerKind::Implicit` to a noteNiko Matsakis-0/+52
2018-05-31Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-...bors-0/+50
2018-05-30also reset anon-param-mode for `fn()` typesNiko Matsakis-0/+25
2018-05-30reset the "anonymous lifetime mode" for parenthesized where clausesNiko Matsakis-0/+25
2018-05-30Suggest using `as_ref` on some borrow errors [hack]Esteban Küber-0/+72
2018-05-30Auto merge of #51017 - estebank:crate-name-in-path, r=michaelwoeristerbors-0/+67
2018-05-29Fix typoEsteban Küber-1/+1
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/+143
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-28change to 0-based indicesNiko Matsakis-15/+15
2018-05-28Add test for reexported crate namesEsteban Küber-0/+67
2018-05-28Add primary span labelEsteban Küber-3/+4
2018-05-28Only suggest assoc fn when sure about the typeEsteban Küber-6/+2
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-28/+218
2018-05-27Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakisbors-0/+56
2018-05-27Use suggestion for assoc fn called like methodEsteban Küber-10/+13
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+56
2018-05-27Address comments in pull request #51084.Simon Martin-0/+21
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-0/+26
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-2/+2
2018-05-26Fix testEsteban Küber-6/+6
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-26Rollup merge of #51070 - est31:fix_break_const_ice, r=estebankkennytm-0/+60
2018-05-26Rollup merge of #50987 - estebank:underline-multiple-suggestions, r=petrochencovkennytm-7/+3