summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-18Auto merge of #97128 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.61.0bors-20/+12
2022-05-17Drop needless match to clippy's nurseryMark Rousskov-3/+2
2022-05-17Adjust release notes per upstreamMark Rousskov-17/+10
2022-05-16Auto merge of #97084 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-1/+289
2022-05-16Switch to stable channelMark Rousskov-1/+1
2022-05-16Add release notesMark Rousskov-0/+288
2022-05-14Auto merge of #97040 - cjgillot:no-rpit-hrtb-beta, r=jackh726bors-94/+235
2022-05-14Add a test with both passing and erroneous cases.Camille GILLOT-0/+146
2022-05-14Forbid nested opaque types to reference HRTB from opaque types.Camille GILLOT-94/+89
2022-05-14Auto merge of #97014 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-96/+205
2022-05-13Revert #92191 Prefer projection candidates instead of param_env candidates fo...Jack Huey-17/+64
2022-05-13Fix UI testMark Rousskov-1/+0
2022-05-13Move only_used_in_recursion to nurseryflip1995-3/+9
2022-05-13Prevent infinite (exponential) recursion in only_used_in_recursionflip1995-31/+16
2022-05-13Taking review hints into account.ricked-twice-9/+8
2022-05-13Quick fix for #96223.ricked-twice-1/+88
2022-05-13Revert "Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay"Chris Denton-44/+30
2022-05-04Auto merge of #96692 - ehuss:beta-backports, r=ehussbors-449/+110
2022-05-03Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r...Dylan DPC-384/+97
2022-05-03Rollup merge of #96492 - joshtriplett:revert-std-ffi-re-export, r=yaahcDylan DPC-10/+0
2022-05-03Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrumbors-13/+13
2022-05-03Auto merge of #96489 - shepmaster:revert-vec-from-array-ref, r=yaahcbors-42/+0
2022-05-03[beta] Update cargoEric Huss-0/+0
2022-04-25Auto merge of #96367 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-454/+196
2022-04-24Backport fixes -- drop uses of NodeIdHashingModeMark Rousskov-6/+2
2022-04-24Bless tests.Camille GILLOT-30/+30
2022-04-24Remove NodeIdHashingMode.Camille GILLOT-356/+54
2022-04-24Check that all hidden types are the same and then deduplicate them.Oli Scherer-62/+110
2022-04-17Auto merge of #96138 - erikdesjardins:revertinl, r=Mark-Simulacrumbors-2/+2
2022-04-17Revert "Auto merge of #94373 - erikdesjardins:getitinl, r=Mark-Simulacrum"Erik Desjardins-2/+2
2022-04-09Auto merge of #95806 - pietroalbini:pa-1.61.0-beta-stage0, r=Mark-Simulacrumbors-340/+283
2022-04-08bump stage0 to 1.60.0Pietro Albini-340/+283
2022-04-05Auto merge of #95641 - pietroalbini:pa-1.61.0-beta, r=pietroalbinibors-3/+3
2022-04-05bump rlsPietro Albini-2/+2
2022-04-04bump channel to betaPietro Albini-1/+1
2022-04-04Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011bors-12/+20
2022-04-04Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiserbors-1/+6
2022-04-03Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcmbors-0/+1
2022-04-03Auto merge of #95624 - Dylan-DPC:rollup-r8w7ui3, r=Dylan-DPCbors-1308/+1421
2022-04-03Rollup merge of #95618 - adamse:master, r=dtolnayDylan DPC-5/+8
2022-04-03Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPCDylan DPC-2/+3
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-1/+13
2022-04-03Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiaskoDylan DPC-4/+60
2022-04-03Rollup merge of #95202 - Urgau:check-cfg-perf-well-known-values, r=petrochenkovDylan DPC-1296/+1337
2022-04-03Fix &mut invalidation in ptr::swap doctestBen Kimock-2/+3
2022-04-03Cleanup after some refactoring in rustc_targetLoïc BRANSTETT-112/+79
2022-04-03Replace LinkArgs with Cow<'static, str>Loïc BRANSTETT-11/+12
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-53/+117
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-1243/+1252
2022-04-03Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPCbors-1/+1