summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #85097 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1.52.1bors2021-05-096-5/+58
|\
| * Add link to issueMark Rousskov2021-05-081-0/+1
| * Show nicer error when an 'unstable fingerprints' error occursAaron Hill2021-05-081-1/+12
| * Bump to 1.52.1Mark Rousskov2021-05-082-1/+22
| * Soft disable incrementalMark Rousskov2021-05-083-3/+23
|/
* Auto merge of #84864 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum1.52.0bors2021-05-0369-940/+830
|\
| * remove copy intrinsic test - no longer constMark Rousskov2021-05-032-114/+0
| * Remove some more constsMark Rousskov2021-05-033-63/+50
| * Fix ICE of for-loop mut borrowck where no suggestions are availableDeadbeef2021-05-033-7/+54
| * drop some const unstables, due to revert no longer possibleMark Rousskov2021-05-033-8/+4
| * Revert "Fix clippy's path to the copy intrinsics."Mark Rousskov2021-05-031-2/+2
| * Revert "directly expose copy and copy_nonoverlapping intrinsics"Mark Rousskov2021-05-033-180/+234
| * placate tidy.Felix S. Klock II2021-05-031-2/+0
| * regression test for issue 82465.Felix S. Klock II2021-05-031-0/+16
| * beta-targetted revert of PR #80653, to address issue #82465.Felix S. Klock II2021-05-037-184/+46
| * Revert PR 81473 to resolve (on beta) issues 81626 and 81658.Felix S. Klock II2021-05-034-135/+0
| * Remove assert_matches feature attributes.Mara Bos2021-05-033-3/+0
| * Remove assert_matches usersMark Rousskov2021-05-034-28/+5
| * Revert "Add debug_assert_matches macro."Mark Rousskov2021-05-032-38/+2
| * Revert "Add assert_matches!(expr, pat)."Mark Rousskov2021-05-033-103/+25
| * Remove tests introduced or cahnged by PR #77885, which is reverted in this PR.Felix S. Klock II2021-05-032-44/+0
| * Effective beta backport of 8d1083e319841624f64400e1524805a40d725439Felix S. Klock II2021-05-0331-31/+62
| * Cherry-pick release notesMark Rousskov2021-05-031-11/+343
| * bump channel to stableMark Rousskov2021-05-031-1/+1
|/
* Auto merge of #84722 - pnkfelix:address-c-unwind-via-backport-of-84158, r=Mar...bors2021-04-301-1/+5
|\
| * move new c abi abort behavior behind feature gatekatelyn a. martin2021-04-291-1/+5
|/
* Auto merge of #84603 - cuviper:beta-next, r=Mark-Simulacrumbors2021-04-275-31/+112
|\
| * fix double-drop in in-place collect specializationThe84722021-04-262-11/+20
| * add testcase for double-drop during Vec in-place collectionThe84722021-04-261-1/+37
| * Update the commentYechan Bae2021-04-261-4/+4
| * Fixes #80335Yechan Bae2021-04-262-18/+54
|/
* Auto merge of #84271 - nagisa:nagisa/beta-bump-llvm, r=cuviperbors2021-04-241-0/+0
|\
| * [beta] Bump LLVM to a upstream release of 12.0Simonas Kazlauskas2021-04-171-0/+0
* | Auto merge of #84382 - ehuss:update-beta-cargo, r=ehussbors2021-04-213-2/+6
|\ \ | |/ |/|
| * Rollup merge of #83678 - GuillaumeGomez:hack-Self-keyword-conflict, r=jyn514Dylan DPC2021-04-211-1/+5
| * Auto merge of #84394 - m-ou-se:upgrade-ci-dep-expat, r=Mark-Simulacrumbors2021-04-211-1/+1
| * [beta] Update cargoEric Huss2021-04-201-0/+0
|/
* Auto merge of #83946 - ehuss:update-beta-cargo, r=ehussbors2021-04-061-0/+0
|\
| * [beta] Update cargoEric Huss2021-04-061-0/+0
|/
* Auto merge of #83516 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors2021-03-262-3/+3
|\
| * SplitInclusive is public APIAlan Egerton2021-03-261-1/+1
| * Bump beta branch to released stableMark Rousskov2021-03-261-2/+2
|/
* Auto merge of #83441 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors2021-03-245-35/+33
|\
| * Fix bootstrap tests on betaMark Rousskov2021-03-241-0/+3
| * Update fulldeps testMark Rousskov2021-03-241-29/+18
| * Ignore failures of RLS on aarch64 WindowsMark Rousskov2021-03-241-1/+7
| * [beta] initial branch offMark Rousskov2021-03-242-5/+5
|/
* Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnrbors2021-03-201-1/+1
|\
| * Debug-print result when an unstable fingerprint is detectedAaron Hill2021-03-191-1/+1
* | Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieubors2021-03-207-17/+60
|\ \