summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-11-06Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-10-07Revert "Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis"Ariel Ben-Yehuda-2/+21
2018-10-04do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-0/+12
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-26/+29
2018-09-15rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`.Eduard-Mihai Burtescu-1/+2
2018-09-14Auto merge of #54069 - petrochenkov:subns, r=aturonbors-3/+3
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+5
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-3/+3
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-26/+29
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-21/+2
2018-09-10resolve: Remove `unshadowable_attrs`Vadim Petrochenkov-4/+3
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+5
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-3/+4
2018-09-07Auto merge of #53893 - petrochenkov:cfgexpr, r=pnkfelixbors-13/+0
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