about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-12-19Auto merge of #80180 - JohnTitor:rollup-a31s996, r=JohnTitorbors-8/+16
2020-12-19Rollup merge of #80133 - Aaron1011:fix/const-mut-deref, r=estebankYuki Okushi-8/+16
2020-12-19Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnrbors-5/+112
2020-12-19Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwcobors-8/+148
2020-12-18Rollup merge of #80135 - camelid:const-macro-nt, r=petrochenkovRalf Jung-0/+20
2020-12-18Rollup merge of #80121 - LeSeulArtichaut:if-let-experimental, r=davidtwcoRalf Jung-4/+4
2020-12-18Auto merge of #80138 - Dylan-DPC:rollup-qamsfyh, r=Dylan-DPCbors-3/+122
2020-12-18Rollup merge of #80023 - sasurau4:feature/enhance-error-message-when-wrongly-...Dylan DPC-2/+93
2020-12-18Rollup merge of #78164 - Aaron1011:fix/async-region-name, r=tmandryDylan DPC-1/+29
2020-12-17Don't allow `const` to begin a nonterminalCamelid-0/+20
2020-12-17Auto merge of #80122 - davidtwco:revert-76030, r=oli-obkbors-1/+2
2020-12-17Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhereAaron Hill-8/+16
2020-12-17Prefer regions with an `external_name` in `approx_universal_upper_bound`Aaron Hill-1/+29
2020-12-17Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakisbors-1/+7
2020-12-17Revert "cg_llvm: `fewer_names` in `uncached_llvm_type`"David Wood-1/+2
2020-12-17Change the message for `if_let_guard` feature gateLeSeulArtichaut-4/+4
2020-12-17Add test case for break expr with misspelled valueDaiki Ihara-2/+93
2020-12-17Auto merge of #80105 - JohnTitor:rollup-8c030u5, r=JohnTitorbors-56/+251
2020-12-17Rollup merge of #80069 - jyn514:core-assert, r=dtolnayYuki Okushi-0/+13
2020-12-17Rollup merge of #79882 - wecing:master, r=oli-obkYuki Okushi-0/+16
2020-12-17Rollup merge of #79877 - bstrie:depinfut, r=oli-obkYuki Okushi-11/+32
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-45/+190
2020-12-16Bless NLL testJack Huey-1/+7
2020-12-17Auto merge of #79790 - LeSeulArtichaut:issue-79683, r=lcnrbors-0/+113
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-11/+32
2020-12-16Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut-0/+113
2020-12-15Test that `core::assert!` is validJoshua Nelson-0/+13
2020-12-15Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakisbors-31/+52
2020-12-13Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkovbors-0/+48
2020-12-13Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkovbors-0/+61
2020-12-13Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkovbors-0/+62
2020-12-12Resolve enum field visibility correctlyCamelid-0/+62
2020-12-12Properly capture trailing 'unglued' tokenAaron Hill-0/+48
2020-12-12Recover on `const impl<> X for Y`Noah-0/+61
2020-12-12Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakisbors-0/+914
2020-12-11Auto merge of #79910 - RalfJung:abort-msg, r=oli-obkbors-1/+1
2020-12-11Test cases for RFC 2229Aman Arora-0/+914
2020-12-10Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwcoTyler Mandry-12/+12
2020-12-10Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill...Tyler Mandry-17/+20
2020-12-10re-bless testsRalf Jung-1/+1
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-0/+34
2020-12-09fix test case issue refChenguang Wang-1/+1
2020-12-09fix issue #78496Chenguang Wang-0/+16
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-171/+94
2020-12-09Auto merge of #78363 - RalfJung:promotion, r=oli-obkbors-26/+50
2020-12-09remove a test that does not work any moreRalf Jung-19/+0
2020-12-09remove a hack that seems to only benefit a few very special casesRalf Jung-3/+31
2020-12-09make sure we do not promote things with interior mutabilityRalf Jung-7/+22
2020-12-09Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasperbors-1/+19
2020-12-08Clarify the 'default is only allowed on...' errorCamelid-12/+12