about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-3/+3
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-0/+2
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-3/+3
2018-09-06Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-13/+0
2018-09-05slight rewording of labelsEsteban Küber-1/+1
2018-09-05Fix incorrect outer function type parameter messageEsteban Küber-3/+4
2018-09-04Document #[test_case] and #![test_runner]John Renner-2/+2
2018-09-04Introduce Custom Test FrameworksJohn Renner-3/+3
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-160/+0
2018-09-01Auto merge of #53842 - estebank:various, r=petrochenkovbors-1/+3
2018-09-01Auto merge of #53884 - kennytm:rollup, r=kennytmbors-26/+39
2018-09-01Rollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakiskennytm-0/+25
2018-09-01Update testsBasile Desloges-160/+0
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-26/+14
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-30Use suggestion for dereference helpEsteban Küber-1/+3
2018-08-30Added help message for missing IndexMut impl.David Wood-0/+2
2018-08-30Add regression test for issue #52060Basile Desloges-0/+25
2018-08-28Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakisbors-18/+8
2018-08-25Auto merge of #53584 - mcr431:Fix-#53525, r=varkorbors-10/+10
2018-08-25Use smaller span for adjustments on block expressionsMatthew Jasper-18/+8
2018-08-24updates tests to use new error codeMatthew Russo-10/+10
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-3/+1
2018-08-22Allow panicking with string literal messages inside constantsOliver Schneider-3/+4
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-6/+6
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-9/+13
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-3/+3
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-1/+1
2018-08-20librustc_lint: In recursion warning, change 'recurring' to 'recursing'Brian Anderson-3/+3
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-6/+6
2018-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-5/+9
2018-08-20Fix diagnostic regressionvarkor-4/+4
2018-08-19Refactor generic argument count check in astconvvarkor-6/+6
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-3/+3
2018-08-19Lift some Sized checks.Masaki Hara-0/+7
2018-08-19Add notes on unsized argument errors.Masaki Hara-0/+4
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-13/+13
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-10/+1
2018-08-17Rollup merge of #53406 - estebank:to_string-to_string, r=michaelwoeristerCorey Farwell-0/+38
2018-08-17Fix undesirable falloutVadim Petrochenkov-10/+1
2018-08-15Add files I forgot to commit earlierashtneoi-0/+12
2018-08-15Bless UI testsashtneoi-22/+30
2018-08-15When closure with no arguments was expected, suggest wrappingEsteban Küber-5/+9
2018-08-15Do not suggest conversion method that is already thereEsteban Küber-0/+38
2018-08-15Auto merge of #53400 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-1/+1
2018-08-15fix error for unsized packed struct fieldRalf Jung-1/+1
2018-08-14Update testsMatthew Jasper-13/+13
2018-08-14Improved how upvars are detected when presenting errors using prefixes.David Wood-0/+2
2018-08-14Normalize tests for i686 Windows.David Wood-118/+14