about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-25Update gcc submodule to 0ea98a1365b81f7488073512c850e8ee951a4afdJakub Beránek-0/+0
2025-04-25Add a tidy check for GCC submodule versionJakub Beránek-0/+49
2025-04-24Auto merge of #139752 - usamoi:macos-used, r=saethlin,madsmtmbors-0/+53
2025-04-24Auto merge of #140256 - matthiaskrgr:rollup-8if58zf, r=matthiaskrgrbors-260/+1030
2025-04-25set subsections_via_symbols for ld64 helper sectionsusamoi-0/+53
2025-04-24Rollup merge of #140191 - Kobzol:remove-git-repository-from-git-config, r=jie...Matthias Krüger-16/+0
2025-04-24Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJungMatthias Krüger-51/+70
2025-04-24Rollup merge of #140150 - RalfJung:MAX_EXP, r=tgross35Matthias Krüger-24/+48
2025-04-24Rollup merge of #140141 - thaliaarchi:env-consts/zkvm, r=joboetMatthias Krüger-9/+11
2025-04-24Rollup merge of #140139 - a4lg:riscv-feature-imply-adjust-1, r=AmanieuMatthias Krüger-5/+5
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-23/+123
2025-04-24Rollup merge of #138282 - beetrees:repr128-not-ffi-safe, r=oli-obkMatthias Krüger-32/+86
2025-04-24Rollup merge of #136083 - bend-n:⃤⃤, r=lcnrMatthias Krüger-100/+687
2025-04-24Auto merge of #140245 - matthiaskrgr:rollup-e0fwsfv, r=matthiaskrgrbors-166/+252
2025-04-24Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxuMatthias Krüger-89/+64
2025-04-24Rollup merge of #140214 - compiler-errors:remove-hack, r=lcnrMatthias Krüger-14/+0
2025-04-24Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxuMatthias Krüger-0/+9
2025-04-24Rollup merge of #140194 - jieyouxu:minicore-force-unwind-tables, r=bjorn3Matthias Krüger-9/+35
2025-04-24Rollup merge of #140186 - BoxyUwU:compute_what, r=compiler-errorsMatthias Krüger-31/+48
2025-04-24Rollup merge of #140184 - Berrysoft:cygwin-target-doc, r=NoratriebMatthias Krüger-2/+3
2025-04-24Rollup merge of #140075 - Urgau:midpoint-average, r=tgross35Matthias Krüger-9/+25
2025-04-24Rollup merge of #139261 - RalfJung:msvc-align-mitigation, r=oli-obkMatthias Krüger-12/+68
2025-04-24Auto merge of #140239 - matthiaskrgr:rollup-75felo8, r=matthiaskrgrbors-443/+1254
2025-04-24stdarchbendn-0/+0
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-100/+687
2025-04-24Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLiiMatthias Krüger-50/+50
2025-04-24Rollup merge of #140181 - nnethercote:rm-underscore_const, r=compiler-errorsMatthias Krüger-24/+4
2025-04-24Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obkMatthias Krüger-38/+349
2025-04-24Rollup merge of #139945 - shepmaster:hir-lifetime-syntax-source, r=nnethercoteMatthias Krüger-112/+226
2025-04-24Rollup merge of #139852 - makai410:smir-refactor, r=celinvalMatthias Krüger-211/+511
2025-04-24Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJungMatthias Krüger-2/+47
2025-04-24Rollup merge of #139450 - NobodyXu:new-api/make-fifo, r=tgross35Matthias Krüger-1/+63
2025-04-24Rollup merge of #139307 - xizheyin:issue-139296, r=joboetMatthias Krüger-0/+3
2025-04-24Rollup merge of #134446 - tgross35:stabilize-cell_update, r=jhprattMatthias Krüger-5/+1
2025-04-24Mention average in midpoint documentationsUrgau-9/+25
2025-04-24Auto merge of #140168 - joshlf:no-nfas, r=jswrennbors-161/+778
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-42/+43
2025-04-24Remove some unnecessary clones.Nicholas Nethercote-8/+7
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-89/+64
2025-04-24Auto merge of #139309 - RalfJung:abi_unsupported_vector_types, r=fee1-dead,tr...bors-978/+157
2025-04-23Auto merge of #138845 - compiler-errors:stall-generators, r=lcnrbors-153/+436
2025-04-23Extend HIR to track the source and syntax of a lifetimeJake Goulding-112/+226
2025-04-23transmutability: Mark edges by ranges, not valuesJoshua Liebow-Feeser-161/+778
2025-04-23Remove hackMichael Goulet-14/+0
2025-04-23Auto merge of #139983 - flip1995:clippy-subtree-update, r=Manishearthbors-7047/+13740
2025-04-23Auto merge of #140180 - ChrisDenton:rollup-5pvs08u, r=ChrisDentonbors-355/+373
2025-04-23MoreMichael Goulet-187/+189
2025-04-23Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo`Jiahao XU-1/+63
2025-04-23Auto merge of #139998 - Zalathar:new-executor, r=onur-ozkanbors-7/+11
2025-04-23fix f*::MAX_EXP and MIN_EXP docsRalf Jung-24/+48