about summary refs log tree commit diff
path: root/src/test
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-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-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
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-13/+42
2020-12-16Take into account negative impls in "trait item not found" suggestionsLeSeulArtichaut-0/+113
2020-12-16tests: add run-make-fulldeps split-dwarf testDavid Wood-0/+9
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-74/+74
2020-12-15Test that `core::assert!` is validJoshua Nelson-0/+13
2020-12-15Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandryGuillaume Gomez-6/+529
2020-12-15Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakisbors-31/+52
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-0/+139
2020-12-15Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514bors-0/+14
2020-12-15Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisabors-2/+140
2020-12-14Disable the constant debuginfo promotion pass by defaultWesley Wiser-13/+49
2020-12-15Always run intrinsics lowering passTomasz Miąsko-0/+28
2020-12-14Add test case for Self:: linksDániel Buga-0/+14
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-11Fixes reported bugs in Rust CoverageRich Kadel-6/+529
2020-12-12Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakisbors-0/+914
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-1/+43