about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-11-25Account for type obligation coming from `const` and `static`Esteban Kuber-3/+4
2021-11-25On type mismatch caused by assignment, point at assigneeEsteban Küber-96/+124
2021-11-25Auto merge of #88781 - estebank:emoji-idents, r=oli-obkbors-0/+99
2021-11-25Auto merge of #85346 - estebank:issue-84946, r=nagisa,varkorbors-0/+62
2021-11-24Tweak span and add more testsEsteban Kuber-4/+38
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-18/+42
2021-11-24Add test for merged featuresGuillaume Gomez-0/+24
2021-11-24Update error message for doc(keyword)Guillaume Gomez-2/+2
2021-11-24Add feature gate test for "rustdoc_internal" featureGuillaume Gomez-0/+17
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-18/+1
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-0/+28
2021-11-23Auto merge of #91159 - matthiaskrgr:rollup-91mgg5v, r=matthiaskrgrbors-22/+90
2021-11-23Sort `FxHashSet`'s contents before emitting errors for consistent outputEsteban Kuber-20/+20
2021-11-23review comment: plural of emoji is emojiEsteban Kuber-12/+12
2021-11-23Account for confusable codepoints when recovering emoji identifiersEsteban Kuber-4/+16
2021-11-23fix fmtEsteban Kuber-1/+0
2021-11-23Replace ZWJ with nothing in terminal outputEsteban Kuber-2/+2
2021-11-23Tokenize emoji as if they were valid indentifiersEsteban Kuber-0/+88
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-22/+32
2021-11-23Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t...Matthias Krüger-0/+58
2021-11-23Auto merge of #90788 - ecstatic-morse:issue-90752, r=wesleywiserbors-0/+96
2021-11-24Suggestion to wrap inner types using `allocator_api` in tupleKen Matsui-0/+58
2021-11-22`#![feature(inline_const)]` is no longer incompleteGary Guo-11/+4
2021-11-22Split inline const to two feature gatesGary Guo-11/+28
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-0/+130
2021-11-22Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkovbors-122/+668
2021-11-21Update link_ordinal duplicate attribute handling.Eric Huss-3/+8
2021-11-21Simplify for loop desugarCameron Steffen-31/+13
2021-11-21Auto merge of #91104 - matthiaskrgr:rollup-duk33o1, r=matthiaskrgrbors-17/+101
2021-11-21Rollup merge of #91098 - compiler-errors:issue-91058, r=estebankMatthias Krüger-0/+26
2021-11-21Rollup merge of #91097 - compiler-errors:spaces_in_impl_trait, r=estebankMatthias Krüger-17/+17
2021-11-21Rollup merge of #91070 - cuviper:insert-global, r=nagisaMatthias Krüger-0/+58
2021-11-21Auto merge of #89580 - estebank:trait-bounds-are-tricky, r=nagisabors-2590/+1780
2021-11-20Fix for issue 91058Michael Goulet-20/+22
2021-11-20Use same_type_modulo_infer in more placesMichael Goulet-0/+24
2021-11-20Fixup test outputsMichael Goulet-17/+17
2021-11-20Move the issue-91050 tests to appease tidyJosh Stone-0/+0
2021-11-20Add another test variant of issue-91050Josh Stone-1/+25
2021-11-20Rollup merge of #91022 - compiler-errors:modulo_infer, r=estebankMatthias Krüger-1/+54
2021-11-20Rollup merge of #90994 - Badel2:issue-90993, r=estebankMatthias Krüger-0/+37
2021-11-20bless NLL testEsteban Kuber-0/+18
2021-11-20Move tests from ui directoryEsteban Kuber-0/+0
2021-11-20Move tests for missing trait bounds to their own directoryEsteban Kuber-0/+0
2021-11-20Suggest constraining `fn` type params when appropriateEsteban Kuber-2/+39
2021-11-20Point at `impl` blocks when they introduce unmet obligationsEsteban Kuber-38/+53
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-1296/+1294
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-1018/+6
2021-11-20Point at bounds when comparing impl items to traitEsteban Kuber-45/+41
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-341/+479
2021-11-20Re-bless test outputsMichael Goulet-2/+2