about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-29Adjust testsMichael Goulet-27/+53
2025-04-29Wf is not coinductiveMichael Goulet-3/+19
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-743/+874
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-1904/+4091
2025-04-28Rollup merge of #140379 - tshepang:rdg-push, r=jieyouxuGuillaume Gomez-39/+49
2025-04-28Rollup merge of #140349 - marcoieni:codebuild-linux-large-runners, r=KobzolGuillaume Gomez-2/+2
2025-04-28Rollup merge of #140347 - marcoieni:free-disk-codebuild, r=jdnoGuillaume Gomez-50/+81
2025-04-28Rollup merge of #140316 - nnethercote:BoxMarker, r=dtolnayGuillaume Gomez-421/+468
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-106/+106
2025-04-28Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmeaseGuillaume Gomez-32/+77
2025-04-28Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxuGuillaume Gomez-93/+91
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1878/+4053
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-3/+626
2025-04-28ci: use aws codebuild for the `dist-x86_64-linux` jobMarcoIeni-2/+2
2025-04-28Inline and remove three pretty-printer methods.Nicholas Nethercote-67/+37
2025-04-28Use `PrintState::head` in `PrintState::block_to_string`.Nicholas Nethercote-4/+1
2025-04-28Introduce `BoxMarker` to pretty-printing.Nicholas Nethercote-375/+455
2025-04-28Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrumbors-265/+370
2025-04-28Merge pull request #2358 from rust-lang/rustc-pullTshepang Mbambo-3041/+5188
2025-04-28Merge from rustcThe rustc-dev-guide Cronjob Bot-3040/+5187
2025-04-28Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-04-28Auto merge of #140378 - ChrisDenton:rollup-3mj0wp9, r=ChrisDentonbors-33/+118
2025-04-28Rollup merge of #140359 - DiuDiu777:str-fix, r=NoratriebChris Denton-2/+2
2025-04-28Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomccChris Denton-2/+8
2025-04-28Rollup merge of #140345 - DaniPopes:get-def-path, r=UrgauChris Denton-1/+4
2025-04-28Rollup merge of #139546 - lolbinarycat:std-set_permissions-75942, r=thomccChris Denton-0/+15
2025-04-28Rollup merge of #139224 - epage:nocapture, r=thomccChris Denton-9/+14
2025-04-28Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35Chris Denton-8/+61
2025-04-28Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35Chris Denton-10/+10
2025-04-28Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-SimulacrumChris Denton-1/+4
2025-04-27Auto merge of #140362 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-04-28dropee_emit_retag function separated in drop glue buildAndrew Zhogin-26/+38
2025-04-27Auto merge of #140366 - matthiaskrgr:rollup-zd3q1oy, r=matthiaskrgrbors-108/+368
2025-04-27Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obkMatthias Krüger-12/+20
2025-04-27Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errorsMatthias Krüger-18/+12
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-78/+302
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+34
2025-04-27Add `Arc::is_unique`SabrinaJewson-8/+61
2025-04-27Update cargoWeihang Lo-0/+0
2025-04-27Auto merge of #140360 - matthiaskrgr:rollup-savbr84, r=matthiaskrgrbors-143/+89
2025-04-27Fix SGX library code implicit auto-refUrgau-1/+1
2025-04-27Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errorsMatthias Krüger-118/+54
2025-04-27Rollup merge of #140339 - petrochenkov:capanew, r=lqdMatthias Krüger-9/+8
2025-04-27Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789Matthias Krüger-1/+1
2025-04-27Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboetMatthias Krüger-2/+3
2025-04-27Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35Matthias Krüger-3/+12
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-4/+5
2025-04-27Merge pull request #2351 from rust-lang/rustc-pullYuki Okushi-10984/+20283