about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-02Add BorrowedBuf::into_filled{,_mut} methods to allow returning buffer with or...Alex Saveau-0/+20
2024-11-02Auto merge of #132513 - matthiaskrgr:rollup-y98jvsl, r=matthiaskrgrbors-38/+173
2024-11-02Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxuMatthias Krüger-1/+1
2024-11-02Rollup merge of #132494 - onur-ozkan:library-profile-default, r=jieyouxuMatthias Krüger-1/+9
2024-11-02Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxuMatthias Krüger-1/+1
2024-11-02Rollup merge of #132482 - lukas-code:stab-attrs, r=NoratriebMatthias Krüger-4/+5
2024-11-02Rollup merge of #132481 - lukas-code:doc-stab3, r=GuillaumeGomezMatthias Krüger-31/+157
2024-11-02Auto merge of #132497 - matthiaskrgr:rollup-gaskcn0, r=matthiaskrgrbors-200/+480
2024-11-02Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxuMatthias Krüger-16/+24
2024-11-02Rollup merge of #132471 - Noratrieb:lots-of-mailmapping, r=Mark-SimulacrumMatthias Krüger-2/+20
2024-11-02Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errorsMatthias Krüger-3/+33
2024-11-02Rollup merge of #132465 - ismailarilik:refactor/config/remove-fixme-comment-f...Matthias Krüger-2/+0
2024-11-02Rollup merge of #132457 - taiki-e:needless-feature, r=workingjubileeMatthias Krüger-1/+1
2024-11-02Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxuMatthias Krüger-2/+72
2024-11-02Rollup merge of #132411 - MarcoIeni:ci-switch-to-free-runners, r=KobzolMatthias Krüger-1/+1
2024-11-02Rollup merge of #132398 - krtab:add_doc_link, r=NoratriebMatthias Krüger-5/+9
2024-11-02Rollup merge of #132333 - tshepang:patch-4, r=workingjubileeMatthias Krüger-3/+4
2024-11-02Rollup merge of #132170 - veera-sivarajan:codegen-tests, r=jieyouxuMatthias Krüger-0/+45
2024-11-02Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkovMatthias Krüger-165/+271
2024-11-02add change entry for library profile updateonur-ozkan-0/+5
2024-11-02make `download-rustc="if-unchanged"` default for library profileonur-ozkan-1/+4
2024-11-02Remove unintended linkHoutamelo-1/+1
2024-11-02Fix type reference in documents which was being confused with html tags.Houtamelo-1/+1
2024-11-02Add a Few Codegen TestsVeera-0/+45
2024-11-02Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikicbors-0/+12
2024-11-02Remove or fix some FIXME(async_closure)Michael Goulet-16/+24
2024-11-02Auto merge of #132475 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-02fix some stability annotationsLukas Markeffsky-4/+5
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-31/+157
2024-11-01Update cargoWeihang Lo-0/+0
2024-11-01Auto merge of #132470 - GuillaumeGomez:rollup-1a1mkmp, r=GuillaumeGomezbors-310/+837
2024-11-01CI: switch dist-x86_64-musl to free runnerMarcoIeni-1/+1
2024-11-01Add a bunch of mailmap entriesNoratrieb-2/+20
2024-11-02Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcmGuillaume Gomez-9/+66
2024-11-02Rollup merge of #132456 - taiki-e:test-asm-dir, r=jieyouxuGuillaume Gomez-0/+0
2024-11-02Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnayGuillaume Gomez-6/+5
2024-11-02Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro...Guillaume Gomez-8/+0
2024-11-02Rollup merge of #132450 - bjorn3:better_mir_errors, r=jieyouxuGuillaume Gomez-28/+41
2024-11-02Rollup merge of #132448 - chengehe:master, r=NoratriebGuillaume Gomez-1/+1
2024-11-02Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35Guillaume Gomez-20/+16
2024-11-02Rollup merge of #132444 - workingjubilee:rustdoc-my-abi, r=GuillaumeGomezGuillaume Gomez-20/+19
2024-11-02Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxuGuillaume Gomez-30/+299
2024-11-02Rollup merge of #132438 - chenyukang:yukang-fix-analyzer_settings, r=jieyouxuGuillaume Gomez-2/+1
2024-11-02Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubileeGuillaume Gomez-5/+3
2024-11-02Rollup merge of #132383 - compiler-errors:never-type-fallback-sugg, r=WaffleL...Guillaume Gomez-24/+370
2024-11-02Rollup merge of #132369 - joshtriplett:style-guide-binop-heuristic-assignment...Guillaume Gomez-11/+6
2024-11-02Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukangGuillaume Gomez-146/+10
2024-11-01Auto merge of #132276 - compiler-errors:enforce-fx-in-mir, r=fee1-deadbors-55/+186
2024-11-01Use more minimized test.Camille GILLOT-38/+6
2024-11-01Skip late-bound lifetimes when crossing an AnonConst.Camille GILLOT-2/+12