about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-12-21bless no-patterns-in-args-2 ui test suitDaiki Ihara-1/+1
2020-12-21Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkovDylan DPC-1/+89
2020-12-21Rollup merge of #80199 - RalfJung:const-fake, r=oli-obkDylan DPC-1/+35
2020-12-21Rollup merge of #80170 - ldm0:fixice, r=lcnrDylan DPC-0/+57
2020-12-20Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasperbors-0/+206
2020-12-20Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-sebors-4/+18
2020-12-21Move test from compile-fail to ui/binopDonough Liu-0/+37
2020-12-20Fix ICE on suggesting calling functionDonough Liu-0/+20
2020-12-20Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnrbors-15/+15
2020-12-20Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkovbors-56/+126
2020-12-19Handle desugaring in impl trait bound suggestionWilliam Bain-1/+89
2020-12-20Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obkbors-0/+32
2020-12-19also const-check FakeReadRalf Jung-1/+35
2020-12-19Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkorbors-25/+101
2020-12-19Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakisbors-0/+39
2020-12-19implement edition-specific :pat behavior for 2015/18mark-56/+126
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-18Make BoundRegion have a kind of BoungRegionKindJack Huey-15/+15
2020-12-18Merge unreachable subpatterns correctlyNadrieril-16/+8
2020-12-18Keep all witnesses of non-exhaustivenessNadrieril-12/+14
2020-12-18Rewrite usefulness merging using `SpanSet`Nadrieril-2/+8
2020-12-18Add testsNadrieril-19/+95
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-3579/+208
2020-12-18Rollup merge of #80109 - richkadel:llvm-coverage-counters-2.3.0, r=tmandryDylan DPC-3576/+86
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-17Revert change to evaluation orderMatthew Jasper-0/+39
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-17Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPCGuillaume Gomez-0/+28
2020-12-16Remove redundant and unreliable coverage test resultsRich Kadel-3576/+86
2020-12-17Auto merge of #80105 - JohnTitor:rollup-8c030u5, r=JohnTitorbors-132/+335
2020-12-17Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandryYuki Okushi-74/+74
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-13/+42
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