summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-13Auto merge of #115787 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.72.1bors-56/+414
2023-09-13Move to older, mirrored redox installMark Rousskov-1/+1
2023-09-13Bump to supported UbuntuMark Rousskov-3/+3
2023-09-131.72.1 releaseMark Rousskov-1/+11
2023-09-13Normalize before checking if local is freeze in deduced_param_attrsMichael Goulet-1/+185
2023-09-13Remove assert that checks type equalityouz-a-4/+53
2023-09-13Stop emitting non-power-of-two vectors in basic LLVM codegenScott McMurray-15/+43
2023-09-12rustdoc: correctly deal with self ty params when eliding default object lifet...León Orell Valerian Liehr-22/+65
2023-09-12 unconstrained region vars: do not ICE ICE babylcnr-9/+53
2023-08-23Auto merge of #115140 - wesleywiser:turn_off_mir_sroa, r=cuviper 1.72.0bors-213/+293
2023-08-23Disable MIR SROA optimization by defaultWesley Wiser-213/+293
2023-08-22Auto merge of #115083 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-7/+10
2023-08-21Include 1.17.1 release notes tooMark Rousskov-0/+10
2023-08-21Revert "Fix `x test lint-docs` when download-rustc is enabled"jyn-7/+0
2023-08-21Auto merge of #115057 - Mark-Simulacrum:stable-next, r=Mark-Simulacrumbors-8/+112
2023-08-211.72.0 releaseMark Rousskov-8/+112
2023-08-18Auto merge of #114955 - cuviper:beta-next, r=cuviperbors-20/+89
2023-08-17Monomorphize constants before inspecting themOli Scherer-2/+5
2023-08-17Permit pre-evaluated constants in simd_shuffleOli Scherer-0/+33
2023-08-17Partially revert #107200Josh Triplett-3/+3
2023-08-17Upgrade std to gimli 0.28.0Josh Stone-15/+48
2023-08-17Auto merge of #114937 - flip1995:clippy_beta_backport, r=Mark-Simulacrumbors-212/+528
2023-08-17Auto merge of #11069 - y21:issue11063, r=Alexendoobors-6/+5
2023-08-17Auto merge of #11070 - y21:issue11065, r=flip1995bors-13/+72
2023-08-17Auto merge of #11106 - syvb:literal_unwrap_ice, r=dswijbors-118/+293
2023-08-17Auto merge of #11130 - smoelius:fix-10535, r=Jarchobors-11/+40
2023-08-17Auto merge of #11191 - Alexendoo:redundant-type-annotations-ice, r=llogiqbors-21/+38
2023-08-17Auto merge of #11104 - Alexendoo:arc-with-non-send-sync, r=Centri3bors-43/+73
2023-08-17Auto merge of #11077 - y21:issue11076, r=Manishearthbors-2/+9
2023-08-17Auto merge of #11172 - Alexendoo:tuple-array-conversions-nursery, r=xFrednetbors-1/+1
2023-08-17Auto merge of #114906 - weihanglo:update-beta-cargo, r=weihanglobors-0/+0
2023-08-16[beta] Update cargoWeihang Lo-0/+0
2023-08-12Auto merge of #114726 - DianQK:beta, r=cuviperbors-0/+27
2023-08-12[beta-1.72] Update LLVM to resolve a miscompilation found in 114312.DianQK-3/+3
2023-08-12[beta-1.72] Pre-commit test for issue 114312.DianQK-0/+27
2023-08-12Auto merge of #114748 - cuviper:beta-next, r=cuviperbors-133/+306
2023-08-11Ignore flaky clippy tests.Eric Huss-0/+9
2023-08-11fix proc-macro test added here to solely be exercised as a build product for ...Felix S. Klock II-0/+4
2023-08-11Review feedback: return empty iff !should_codegen, and use simpler unconditio...Felix S. Klock II-12/+5
2023-08-11Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rsFelix S Klock II-1/+1
2023-08-11regression test for issue 111888.Felix S. Klock II-0/+29
2023-08-11special-case proc-macro crates in rustc_codegen_ssa::back::linker::exported_s...Felix S. Klock II-3/+29
2023-08-11bootstrap: config: fix version comparison bugAriadne Conill-1/+2
2023-08-11lint/ctypes: only try normalizeDavid Wood-12/+21
2023-08-11avoid tls access while iterating through mpsc thread entriesIbraheem Ahmed-20/+26
2023-08-11Substitute types before checking compatibility.Camille GILLOT-1/+14
2023-08-11Revert "fix: :bug: etc/bash_complettion -> src/etc/... to avoid copy error"ekusiadadus-5/+1
2023-08-11lint/ctypes: allow `()` within typesDavid Wood-83/+87
2023-08-11lint: refactor `check_variant_for_ffi`David Wood-35/+26
2023-08-11lint/ctypes: stricter `()` return type checksDavid Wood-20/+115