about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-11Make UniqueRc invariant for soundnessFrank Steffahn-2/+48
2025-01-11Auto merge of #135292 - lqd:rustcperfup, r=kobzolbors-0/+0
2025-01-11Auto merge of #135357 - jhpratt:rollup-gs00yt3, r=jhprattbors-250/+748
2025-01-11Rollup merge of #135347 - samueltardieu:push-qvyxtxsqyxyr, r=jhprattJacob Pratt-29/+13
2025-01-11Rollup merge of #135326 - onur-ozkan:target-specific-compiler-builtins, r=jie...Jacob Pratt-2/+36
2025-01-11Rollup merge of #135324 - Ayush1325:uefi-fs-unsupported, r=joboetJacob Pratt-1/+344
2025-01-11Rollup merge of #135301 - lolbinarycat:bootstrap-old-master-resurected, r=onu...Jacob Pratt-0/+3
2025-01-11Rollup merge of #135236 - scottmcm:more-mcp807-library-updates, r=ChrisDentonJacob Pratt-214/+351
2025-01-11Rollup merge of #134074 - GrigorenkoPV:bootstrap-io-error-more, r=jieyouxuJacob Pratt-4/+1
2025-01-11Auto merge of #135274 - saethlin:array-repeats, r=compiler-errorsbors-0/+176
2025-01-11Auto merge of #135258 - oli-obk:push-ktzskvxuwnlt, r=saethlinbors-7/+47
2025-01-10Improve the safety documentation on new_uncheckedScott McMurray-1/+7
2025-01-10never print the warning on CIbinarycat-1/+1
2025-01-11Auto merge of #135346 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-29/+13
2025-01-10Update cargoWeihang Lo-0/+0
2025-01-10Auto merge of #135339 - joboet:ptr-is-zero, r=Noratriebbors-13/+12
2025-01-10Auto merge of #134082 - davidtwco:forced-inlining, r=saethlinbors-661/+2402
2025-01-10mir_build: check annotated functions w/out callersDavid Wood-98/+223
2025-01-10clarify `target_feature` + forced inliningDavid Wood-7/+9
2025-01-10don't collect `#[rustc_force_inline]` in eager modeDavid Wood-4/+65
2025-01-10inline: move should inline checkDavid Wood-5/+5
2025-01-10validator: move force inline checkDavid Wood-23/+10
2025-01-10inline: remove unnecessary promoted checkDavid Wood-4/+0
2025-01-10inline: re-introduce some callee body checksDavid Wood-2/+131
2025-01-10inline: force inlining shimsDavid Wood-12/+27
2025-01-10codegen_attrs: force inlining takes precedenceDavid Wood-28/+33
2025-01-10mir_transform: implement forced inliningDavid Wood-670/+2091
2025-01-10alloc: remove unsound `IsZero` for raw pointersjoboet-13/+12
2025-01-10Use llvm.memset.p0i8.* to initialize all same-bytes arraysOli Scherer-10/+12
2025-01-10Auto merge of #135328 - bjorn3:sync_cg_clif-2025-01-10, r=bjorn3bors-320/+93
2025-01-10Auto merge of #135327 - jhpratt:rollup-5uyir52, r=jhprattbors-399/+1162
2025-01-10Merge commit 'e39eacd2d415803ef82de3b6a314e4f2d0fbc4dc' into sync_cg_clif-202...bjorn3-320/+93
2025-01-10Rustup to rustc 1.86.0-nightly (824759493 2025-01-09)bjorn3-1/+1
2025-01-10Rollup merge of #135321 - matthiaskrgr:out_of_into, r=lqdJacob Pratt-5/+4
2025-01-10Rollup merge of #135320 - camelid:coroutines-typo, r=lqdJacob Pratt-7/+7
2025-01-10Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimiJacob Pratt-12/+43
2025-01-10Rollup merge of #135083 - compiler-errors:invalid-predicate-source, r=camelidJacob Pratt-3/+79
2025-01-10Rollup merge of #134732 - compiler-errors:unify-conditional-const-error-repor...Jacob Pratt-248/+325
2025-01-10Rollup merge of #134693 - SpriteOvO:proc-macro-use-to-tokens-in-quote, r=tgro...Jacob Pratt-113/+691
2025-01-10Rollup merge of #132607 - YohDeadfall:pthread-name-fn-with-result, r=tgross35Jacob Pratt-11/+13
2025-01-10Auto merge of #135273 - dianne:argument-patterns-are-not-boring, r=lqdbors-20/+9
2025-01-10add change entry for `optimized-compiler-builtins`onur-ozkan-0/+5
2025-01-10Sync from rust 824759493246ee383beb9cd5ceffa0e15deb9fa4bjorn3-1/+0
2025-01-10add `optimized-compiler-builtins` to target specific sectiononur-ozkan-0/+9
2025-01-10ensure `optimized_compiler_builtins` check for CI rustconur-ozkan-0/+3
2025-01-10add coverage for target specific valueonur-ozkan-1/+8
2025-01-10make `optimized-compiler-builtins` target configurableonur-ozkan-1/+11
2025-01-10Pull element init into a reusable closureOli Scherer-14/+21
2025-01-10Change repeat element check into a matchOli Scherer-15/+18