summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-06-17Auto merge of #86390 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.53.0bors-2/+2
2021-06-16Backport 572c405da063d2628378b74a8f659ce90e0e7779 to 1.53Mark Rousskov-2/+2
2021-06-15Auto merge of #86317 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-173/+349
2021-06-14regression test for issue 85713.Felix S. Klock II-0/+21
2021-06-14Revert "Allow specifying alignment for functions"Felix S. Klock II-137/+83
2021-06-14Pass RUSTC_FORCE_INCREMENTAL to auxiliary testsMark Rousskov-1/+3
2021-06-14Add link to issueMark Rousskov-0/+1
2021-06-14Show nicer error when an 'unstable fingerprints' error occursAaron Hill-7/+12
2021-06-14Soft disable incrementalMark Rousskov-3/+23
2021-06-14bump to stable channelMark Rousskov-1/+1
2021-06-14Revert "implement TrustedRandomAccess for Take iterator adapter"The8472-22/+1
2021-06-14Cherry-pick release notes for 1.53Mark Rousskov-2/+204
2021-06-12Auto merge of #86229 - cjgillot:crate-hash-beta, r=Mark-Simulacrumbors-6/+31
2021-06-11Auto merge of #86225 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-117/+279
2021-06-11Hash attributes for crate_hash.Camille GILLOT-6/+31
2021-06-11Remove unsound TrustedRandomAccess implementationsFrank Steffahn-52/+2
2021-06-11Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-45/+113
2021-06-11Improve commentJakub Kulik-1/+1
2021-06-11Update Docker to build the deprecated target alongside the new oneJakub Kulik-14/+10
2021-06-11Build crtbengin.o/crtend.o from source code12101111-3/+107
2021-06-11Fix incorrect gating of nonterminals in key-value attributesAaron Hill-2/+35
2021-06-11Disable the machine outliner by defaultSimonas Kazlauskas-1/+12
2021-06-11Auto merge of #86203 - pnkfelix:beta-targetted-issue-84297, r=dtolnaybors-412/+216
2021-06-10Regression test for issue 84297.Felix S. Klock II-0/+9
2021-06-10Change test to use `likely`/`unlikely` instead of `copy`/`copy_overlapping`.Felix S. Klock II-7/+7
2021-06-10Remove tests that were also added in PR 79684.Felix S. Klock II-75/+0
2021-06-10Revert clippy's path to the copy intrinsics (part of reverting PR 81238).Felix S. Klock II-2/+2
2021-06-10Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-266/+192
2021-06-10Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-06-10Revert effects of PRs 81167 and 83091.Felix S. Klock II-12/+6
2021-06-09Auto merge of #86036 - nikic:disable-mutable-noalias, r=Mark-Simulacrumbors-13/+6
2021-06-08Auto merge of #85893 - pnkfelix:beta-backport-85564, r=simulacrumbors-14/+45
2021-06-08Auto merge of #85740 - flip1995:clippy_backport, r=Mark-Simulacrumbors-4/+31
2021-06-08Auto merge of #86092 - JohnTitor:clang-12-beta, r=Mark-Simulacrumbors-16/+7
2021-06-07Update clang to 12.0.0 on Windows and macOSJosh Triplett-1/+1
2021-06-07CI: Extract LLVM win64 installer directly, using 7zJosh Triplett-15/+6
2021-06-05Disable mutable noalias for Rust 1.53Nikita Popov-13/+6
2021-06-01no thir-unsafeck in betaFelix S Klock II-2/+0
2021-06-01Regression test for issue 85435.Felix S. Klock II-0/+27
2021-06-01Revert portion of PR #83521 that injected issue #85435 (and thus exposed unde...Felix S. Klock II-14/+20
2021-05-27Merge commit 'c64b3ffbb53a177e59876a6b7cc5eaff44d93913' into betaflip1995-4/+31
2021-05-22Auto merge of #85588 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-111/+293
2021-05-22join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-05-22Use atomics in join_orders_after_tls_destructors testMohsen Zohrevandi-34/+88
2021-05-22Ensure TLS destructors run before thread joins in SGXMohsen Zohrevandi-11/+119
2021-05-22Disallows `#![feature(no_coverage)]` on stable and betaRich Kadel-91/+18
2021-05-22Do not ICE on invalid const paramEsteban Küber-1/+54
2021-05-22Synchronize llvm to master commitMark Rousskov-0/+0
2021-05-22Call `initSidebarItems` in root module of crateJustus K-3/+14
2021-05-22from review: more robust testthe8472-2/+2