about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-17Avoid unnecessary use of the `Map` trait.Nicholas Nethercote-2/+2
2025-02-16Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxubors-0/+41
2025-02-16fix musl's CVE-2025-26519Pietro Albini-0/+41
2025-02-16Auto merge of #136914 - marcoieni:arm-ubuntu-24, r=jdnobors-1/+1
2025-02-16Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=...bors-44/+164
2025-02-16Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhprattbors-157/+372
2025-02-16Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obkJacob Pratt-0/+17
2025-02-16Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,...Jacob Pratt-124/+129
2025-02-16Rollup merge of #136545 - durin42:nvptx64-align, r=nikicJacob Pratt-1/+7
2025-02-16Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubileeJacob Pratt-32/+92
2025-02-16Rollup merge of #135797 - Mark-Simulacrum:relnotes, r=Mark-SimulacrumJacob Pratt-0/+127
2025-02-16Auto merge of #137078 - bjorn3:sync_cg_clif-2025-02-15, r=bjorn3bors-13/+20
2025-02-16Auto merge of #137093 - matthiaskrgr:rollup-72j7mut, r=matthiaskrgrbors-206/+408
2025-02-15Add relnotes for 1.85Mark Rousskov-0/+127
2025-02-15Auto merge of #137034 - cuviper:version-1.87.0, r=cuviperbors-1/+1
2025-02-15Ignore Self in bounds check for associated types with Self:SizedMichael Goulet-0/+17
2025-02-15docs: fix broken intra-doc links that never workedMichael Howell-9/+2
2025-02-15rustdoc: improve refdef handling in the unresolved link lintMichael Howell-35/+162
2025-02-15Rollup merge of #137076 - aDotInTheVoid:pingme-pingme-pingme, r=jieyouxuMatthias Krüger-0/+3
2025-02-15Rollup merge of #137074 - jieyouxu:rustc_abi, r=onur-ozkanMatthias Krüger-1/+37
2025-02-15Rollup merge of #137070 - Kobzol:ci-summary-invalid-link, r=marcoieniMatthias Krüger-5/+10
2025-02-15Rollup merge of #137068 - tapanprakasht:fix-copy-item-path, r=aDotInTheVoidMatthias Krüger-1/+4
2025-02-15Rollup merge of #137055 - fmease:rustdoc-js-fix-input-placeholder-logic, r=no...Matthias Krüger-2/+3
2025-02-15Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=este...Matthias Krüger-40/+92
2025-02-15Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errorsMatthias Krüger-11/+29
2025-02-15Rollup merge of #127581 - fmease:fix-crate_name-validation, r=bjorn3Matthias Krüger-146/+230
2025-02-15abi_unsupported_vector_types: say which type is the problemRalf Jung-124/+129
2025-02-15Auto merge of #137057 - weihanglo:update-cargo, r=weihanglobors-0/+1
2025-02-15Reject macro calls inside of `#![crate_name]`León Orell Valerian Liehr-114/+195
2025-02-15rustc-dev-guide: document `{ignore,only}-rustc_abi-x86-sse2`许杰友 Jieyou Xu (Joe)-0/+1
2025-02-15compiletest: add `{ignore,only}-rustc_abi-x86-sse2` directives许杰友 Jieyou Xu (Joe)-1/+36
2025-02-15Auto merge of #137066 - onur-ozkan:137034-blocker, r=jieyouxubors-12/+15
2025-02-15Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-202...bjorn3-13/+20
2025-02-15triagebot.toml: ping me on changes to `tests/rustdoc-json`Alona Enraght-Moony-0/+3
2025-02-15Rustup to rustc 1.86.0-nightly (d8810e3e2 2025-02-14)bjorn3-1/+1
2025-02-15Auto merge of #136828 - yotamofek:pr/rustdoc/more-laziness, r=GuillaumeGomez,...bors-95/+157
2025-02-15Sync from rust d8810e3e2dab96778d20dd6d746ff95465515509bjorn3-1/+1
2025-02-15Do not generate invalid links in job summariesJakub Beránek-5/+10
2025-02-15fix(rustdoc): Fixed `Copy Item Path` in rust docTapan Prakash-1/+4
2025-02-15check if CI-LLVM is enabled before testing itonur-ozkan-12/+15
2025-02-15Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhprattbors-2855/+2982
2025-02-15Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub...Jacob Pratt-0/+62
2025-02-15Rollup merge of #137056 - geetanshjuneja:pub, r=RalfJungJacob Pratt-1/+2
2025-02-15Rollup merge of #137029 - chenyukang:yukang-fix-unused-check, r=jieyouxu,comp...Jacob Pratt-24/+0
2025-02-15Rollup merge of #137028 - Zalathar:thir-pat-expr, r=compiler-errorsJacob Pratt-38/+44
2025-02-15Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=AmanieuJacob Pratt-2750/+2774
2025-02-15Rollup merge of #136879 - kornelski:non1, r=NoratriebJacob Pratt-29/+24
2025-02-15Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcmJacob Pratt-0/+39
2025-02-15Rollup merge of #135813 - marcoieni:free-runner-i686-mingw, r=jdnoJacob Pratt-9/+33
2025-02-15Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcmJacob Pratt-4/+4