about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-83/+107
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-55/+85
2025-08-12Auto merge of #145300 - Zalathar:rollup-0eqbt6a, r=Zalatharbors-1181/+2679
2025-08-12Rollup merge of #145292 - ada4a:patch-2, r=tgross35Stuart Cook-1/+1
2025-08-12Rollup merge of #145291 - Zalathar:no-warning, r=KobzolStuart Cook-1/+1
2025-08-12Rollup merge of #145283 - theemathas:patch-1, r=NoratriebStuart Cook-0/+1
2025-08-12Rollup merge of #145273 - estebank:not-not, r=samueltardieuStuart Cook-56/+144
2025-08-12Rollup merge of #145263 - rustbot:docs-update, r=ehussStuart Cook-0/+0
2025-08-12Rollup merge of #145260 - SabrinaJewson:vec-allocator-docs, r=dtolnayStuart Cook-11/+61
2025-08-12Rollup merge of #145253 - Kobzol:pr-check-2-doc-stage-1, r=jieyouxuStuart Cook-3/+3
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-11/+66
2025-08-12Rollup merge of #145249 - Stypox:_span-to-_trace, r=joshtriplettStuart Cook-31/+31
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-391/+1276
2025-08-12Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmeaseStuart Cook-5/+25
2025-08-12Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkovStuart Cook-12/+55
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-28/+85
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-2/+20
2025-08-12Rollup merge of #144386 - camsteffen:imploftrait, r=fmeaseStuart Cook-549/+605
2025-08-12Rollup merge of #139806 - Ayush1325:uefi-systemtime, r=joboetStuart Cook-26/+190
2025-08-12Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercoteStuart Cook-54/+115
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-55/+85
2025-08-12fix typoAda Alakbarova-1/+1
2025-08-12bootstrap: Only warn about `rust.debug-assertions` if downloading rustcZalathar-1/+1
2025-08-12Handle the `capacity == 0` caseSabrinaJewson-27/+34
2025-08-12Make I-miscompile imply I-prioritizeTim (Theemathas) Chirananthavat-0/+1
2025-08-11Auto merge of #143054 - lcnr:search_graph-3, r=BoxyUwUbors-91/+100
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-299/+316
2025-08-11Extract ast TraitImplHeaderCameron Steffen-184/+187
2025-08-11Tweak trait modifier errorsCameron Steffen-55/+50
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-78/+123
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-19/+15
2025-08-11Account for new `assert!` desugaring in `!condition` suggestionEsteban Küber-56/+144
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-4/+41
2025-08-11Only warn when invoking xcrunMads Marquart-3/+24
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-31/+39
2025-08-11fix clippy testEsteban Küber-0/+2
2025-08-11Simplify `add_apple_sdk`Mads Marquart-25/+20
2025-08-11Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomezbors-45/+100
2025-08-11Respond to review commentsSabrinaJewson-5/+5
2025-08-11Rework `NameValueStr`Esteban Küber-9/+9
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-56/+225
2025-08-11Update booksrustbot-0/+0
2025-08-11Make explicit guarantees about `Vec`’s allocatorSabrinaJewson-4/+47
2025-08-11Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxubors-30/+56
2025-08-11fix testsEsteban Küber-12/+20
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+10
2025-08-11Add link to docs on malformed attributesEsteban Küber-87/+344
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-272/+711
2025-08-11don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]binarycat-2/+20
2025-08-11Document compiler and stdlib in stage1 in `pr-check-2` CI jobJakub Beránek-3/+3