about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-21Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty maskThe 8472-6/+19
2023-09-18panic when encountering an illegal cpumaskThe 8472-2/+4
2023-09-18Auto merge of #115927 - lnicola:sync-from-ra, r=lnicolabors-2740/+5763
2023-09-18Auto merge of #115795 - Kobzol:opt-dist-custom, r=Mark-Simulacrumbors-277/+423
2023-09-18Auto merge of #115929 - matthiaskrgr:rollup-hhasy22, r=matthiaskrgrbors-118/+202
2023-09-18Fix build on WindowsJakub Beránek-0/+1
2023-09-18Rollup merge of #115916 - jackh726:vacation, r=jackh726Matthias Krüger-1/+1
2023-09-18Rollup merge of #115908 - cjgillot:lint-noclone, r=oli-obkMatthias Krüger-21/+4
2023-09-18Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errorsMatthias Krüger-0/+24
2023-09-18Rollup merge of #115902 - Mark-Simulacrum:bump-ci, r=albertlarsan68Matthias Krüger-3/+3
2023-09-18Rollup merge of #115838 - lcnr:added-goals, r=compiler-errorsMatthias Krüger-92/+160
2023-09-18Rollup merge of #115811 - bzEq:make-aix-known, r=Mark-SimulacrumMatthias Krüger-0/+8
2023-09-18Rollup merge of #115724 - tgross35:mailmap, r=Mark-SimulacrumMatthias Krüger-0/+2
2023-09-18Rollup merge of #115558 - tshepang:patch-4, r=Mark-SimulacrumMatthias Krüger-1/+0
2023-09-18Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-raLaurențiu Nicola-2740/+5763
2023-09-18Auto merge of #15628 - lnicola:sync-from-rust, r=lnicolabors-6/+6
2023-09-18Merge branch 'master' into sync-from-rustLaurențiu Nicola-2741/+5768
2023-09-18Auto merge of #115923 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-18Auto merge of #115831 - nnethercote:remove-unused-Lift-impls, r=bjorn3bors-212/+108
2023-09-18Update cargoWeihang Lo-0/+0
2023-09-18Auto merge of #108043 - a1phyr:string_write_fmt, r=workingjubileebors-2/+22
2023-09-18Auto merge of #115914 - GuillaumeGomez:turn-custom_code_classes_in_docs-into-...bors-39/+158
2023-09-18address review commentTshepang Mbambo-0/+1
2023-09-18Auto merge of #115547 - WaffleLapkin:spin_looping, r=Mark-Simulacrumbors-24/+17
2023-09-18Remove more unused `Lift` impls.Nicholas Nethercote-128/+37
2023-09-18Remove unused `Lift` derives.Nicholas Nethercote-51/+49
2023-09-18Rename `CloneLiftImpls` as `TrivialLiftImpls`.Nicholas Nethercote-4/+4
2023-09-18Remove unused `Display` impls.Nicholas Nethercote-6/+0
2023-09-18Remove `RegionHighlightMode::tcx`.Nicholas Nethercote-23/+18
2023-09-17Specialize `fmt::Write::write_fmt` for `Sized` typesBenoît du Garreau-2/+22
2023-09-17nop_lift macros: ensure that we are using the right internerRalf Jung-0/+24
2023-09-17Update src/librustdoc/markdown.rsManish Goregaokar-1/+1
2023-09-17Auto merge of #15625 - jDomantas:domantas/fix-15623, r=HKalbasibors-5/+42
2023-09-17Add me as on vacationJack Huey-1/+1
2023-09-17Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errorsbors-88/+91
2023-09-17add layout testjDomantas-0/+14
2023-09-17use code from bug report for regression testjDomantas-3/+5
2023-09-17Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPCbors-434/+640
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-7/+14
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-32/+144
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-28/+49
2023-09-17Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e...Dylan DPC-54/+101
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-96/+118
2023-09-17Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errorsDylan DPC-35/+158
2023-09-17Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnayDylan DPC-226/+220
2023-09-17Rollup merge of #115434 - soqb:ascii-char-manual-debug, r=dtolnayDylan DPC-2/+39
2023-09-17Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnayDylan DPC-21/+4
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-39/+360
2023-09-17don't skip the rest of the block after let-elsejDomantas-5/+5
2023-09-17Do not clone MIR for const-prop lint.Camille GILLOT-21/+4