about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-08fix: correct typo in attr_parsing_previously_accepted message keyDillon Amburgey-2/+2
2025-07-08Auto merge of #143645 - matthiaskrgr:rollup-d2a3leo, r=matthiaskrgrbors-70/+268
2025-07-08Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-mai...Matthias Krüger-1/+51
2025-07-08Rollup merge of #143620 - Muscraft:remove-newline, r=compiler-errorsMatthias Krüger-1/+1
2025-07-08Rollup merge of #143603 - Periodic1911:clarify_keepfistlast, r=compiler-errorsMatthias Krüger-1/+15
2025-07-08Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxuMatthias Krüger-25/+23
2025-07-08Rollup merge of #143593 - mejrs:dummy, r=jdonszelmannMatthias Krüger-1/+28
2025-07-08Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso...Matthias Krüger-1/+37
2025-07-08Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmannMatthias Krüger-40/+113
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-160/+192
2025-07-08Auto merge of #143540 - yotamofek:pr/library/simplify-num-fmt, r=tgross35bors-22/+3
2025-07-08Auto merge of #142869 - nnethercote:join_path-mini, r=camelidbors-2/+2
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-176/+598
2025-07-08Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON.Predrag Gruevski-1/+37
2025-07-08Add target maintainer information for mips64-unknown-linux-muslabi64Jens Reidel-1/+51
2025-07-08Rollup merge of #143608 - codexarafat:fix-string-doc, r=NoratriebMatthias Krüger-1/+1
2025-07-08Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errorsMatthias Krüger-5/+7
2025-07-08Rollup merge of #143586 - Kobzol:self-profile-fix, r=oli-obkMatthias Krüger-1/+1
2025-07-08Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errorsMatthias Krüger-66/+54
2025-07-08Rollup merge of #143570 - bvanjoi:issue-143560, r=compiler-errorsMatthias Krüger-11/+162
2025-07-08Rollup merge of #143567 - xizheyin:143336, r=compiler-errorsMatthias Krüger-10/+48
2025-07-08Rollup merge of #142098 - GuillaumeGomez:int_format_into, r=AmanieuMatthias Krüger-82/+325
2025-07-07fix: Remove newline from multiple crate versions noteScott Schafer-1/+1
2025-07-08Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errorsbors-26/+67
2025-07-07Account for const stability in clippy when checking constnessEsteban Küber-6/+14
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-168/+192
2025-07-07Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgrbors-76/+311
2025-07-08Fix in String docs: remove 'else' from 'something else similar'Md. Yeasin Arafat-1/+1
2025-07-07Clarify the meaning of `AttributeOrder::KeepFirst` and `AttributeOrder::KeepL...Anne Stijns-1/+15
2025-07-07Rollup merge of #143591 - ehuss:future-typos, r=jieyouxuMatthias Krüger-2/+2
2025-07-07Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=RalfJungMatthias Krüger-6/+6
2025-07-07Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3Matthias Krüger-1/+34
2025-07-07Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-deadMatthias Krüger-15/+0
2025-07-07Rollup merge of #143566 - jieyouxu:fix-x86_64-unknown-netbsd, r=fee1-deadMatthias Krüger-15/+13
2025-07-07Rollup merge of #143539 - JonathanBrouwer:ice-regression-tests, r=oli-obkMatthias Krüger-0/+57
2025-07-07Rollup merge of #143438 - makai410:rustdoc-fix, r=ehussMatthias Krüger-1/+1
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-29/+29
2025-07-07Rollup merge of #132469 - estebank:issue-132041, r=NadrierilMatthias Krüger-7/+169
2025-07-07Update intro blurb in `wasm32-wasip1` docsAlex Crichton-25/+23
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-170/+416
2025-07-07Port #[rustc_dummy]mejrs-1/+28
2025-07-07Fix missing words in future tracking issueEric Huss-2/+2
2025-07-07fix the link in `rustdoc.md`Makai-1/+1
2025-07-07Auto merge of #143582 - jieyouxu:rollup-8t9mhfj, r=jieyouxubors-1562/+2572
2025-07-07const-block-as-pattern: do not refer to no-longer-existing nightly featureRalf Jung-5/+7
2025-07-07Fix wrong cache event query keyJakub Beránek-1/+1
2025-07-07Remove unused allow attrsYotam Ofek-15/+0
2025-07-07Port `#[rustc_std_internal_symbol]` to the new attribute systemPavel Grigorenko-10/+22
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-9/+27
2025-07-07make `Machine::load_mir` infallibleDeadbeef-6/+6