summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-07-03use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-08Do not promote union field accessesOliver Schneider-0/+38
2018-06-08Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-0/+84
2018-06-08Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-44/+66
2018-06-03typeck: Do not pass the field check on field errorDan Robertson-0/+72
2018-06-03change `PointerKind::Implicit` to a noteNiko Matsakis-0/+52
2018-06-03restore emplacement syntax (obsolete)Niko Matsakis-0/+43
2018-06-03prohibit turbofish in `impl Trait` methodsNiko Matsakis-0/+36
2018-06-03[beta] Fix naming conventions for new lintsVadim Petrochenkov-22/+22
2018-05-25Beta branch does not have const fn `subsec_millis` yetOliver Schneider-14/+1
2018-05-24Enforce stability of const fn in promotedsOliver Schneider-0/+87
2018-05-21Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+24
2018-05-13typeck: Fix ICE with struct update syntaxDan Robertson-0/+40
2018-05-06in which the must-use additional messaging is tucked into a noteZack M. Davis-2/+5
2018-05-05Suggest more helpful formatting stringKornel-4/+7
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-11/+178
2018-05-04First step towards rustfix compiletest modePascal Hertleif-0/+20
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-2/+53
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-0/+23
2018-05-04Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddybkennytm-0/+28
2018-05-04Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r...kennytm-2/+2
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-0/+26
2018-05-03add missing output for ui testMichael Lamparski-0/+8
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+15
2018-05-02Auto merge of #50355 - petrochenkov:50187, r=oli-obkbors-0/+49
2018-05-02Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddybbors-0/+47
2018-05-02Allow unaligned reads in constantsOliver Schneider-0/+28
2018-05-02Auto merge of #49943 - pnkfelix:fix-issue-49918, r=nikomatsakisbors-32/+74
2018-05-02make it compile againflip1995-1/+2
2018-05-02Add tests for a new feature 'tool_attributes'Seiichi Uchida-0/+25
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-267/+247
2018-05-01Update ui/generator tests to reflect changes from new generator drop rules.Felix S. Klock II-32/+74
2018-05-01Add a print_types_sizes regression testvarkor-0/+47
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-0/+19
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-81/+73
2018-05-01Give removal reasons to removed featuresVadim Petrochenkov-0/+6
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-267/+249
2018-05-01Auto merge of #50198 - oli-obk:const_prop, r=eddybbors-9/+8
2018-05-01Clarify wordings of the `unstable_name_collision` lint.kennytm-2/+2
2018-05-01Better support for import resolution in 3 namespacesVadim Petrochenkov-0/+49
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-239/+104
2018-05-01Rollup merge of #50327 - varkor:match-unused-struct-field, r=estebankkennytm-6/+85
2018-04-30Improve div by zero const eval errorsOliver Schneider-6/+5
2018-04-30Update ui test outputOliver Schneider-7/+7
2018-04-30Auto merge of #50272 - scottmcm:termination-test-error, r=nikomatsakisbors-0/+34
2018-04-30Correct unused field warning on struct match container patternsvarkor-6/+55
2018-04-30Auto merge of #50092 - abonander:issue-49934, r=petrochenkovbors-0/+102
2018-04-30Correct unused field warning on box struct matchvarkor-9/+21
2018-04-30Correct unused field warning on &struct matchvarkor-4/+22
2018-04-29Warn on pointless `#[derive]` in more placesAustin Bonander-0/+102