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