| Age | Commit message (Expand) | Author | Lines |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Update library/core/src/sync/atomic.rs | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Use "size and alignment" rather than layout | Joshua Liebow-Feeser | -2/+2 |
| 2024-03-03 | Document AtomicPtr bit validity | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify bit validity for AtomicBool | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Clarify atomic bit validity | Joshua Liebow-Feeser | -1/+1 |
| 2024-03-03 | Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin | bors | -4/+4 |
| 2024-03-03 | Auto merge of #121931 - lnicola:sync-from-ra, r=lnicola | bors | -1267/+3264 |
| 2024-03-03 | Merge commit '4ef6a49b44e8aa380da7522442234bfd7a52c55e' into sync-from-ra | Laurențiu Nicola | -1267/+3264 |
| 2024-03-03 | Auto merge of #121877 - estebank:fancy-svg, r=compiler-errors | bors | -150/+485 |
| 2024-03-03 | Auto merge of #121856 - ChrisDenton:abort, r=joboet | bors | -14/+16 |
| 2024-03-03 | Auto merge of #112865 - rust-lang:cargo_update, r=clubby789 | bors | -154/+165 |
| 2024-03-03 | cargo update | github-actions | -154/+165 |
| 2024-03-02 | Auto merge of #121914 - Nadrieril:rollup-ol98ncg, r=Nadrieril | bors | -144/+1156 |
| 2024-03-02 | On tests that specify --color=always emit SVG file with stderr output | Esteban Kuber | -150/+485 |
| 2024-03-02 | Auto merge of #121904 - matthiaskrgr:rollup-qcq0d3h, r=matthiaskrgr | bors | -107/+269 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -10/+273 |
| 2024-03-02 | Rollup merge of #121731 - oli-obk:eager_opaque_checks, r=compiler-errors | Guillaume Boisseau | -24/+38 |
| 2024-03-02 | Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper | Guillaume Boisseau | -100/+118 |
| 2024-03-02 | Rollup merge of #121622 - dtolnay:wake, r=cuviper | Guillaume Boisseau | -0/+49 |
| 2024-03-02 | Rollup merge of #120761 - rcvalle:rust-dfsan, r=nikic | Guillaume Boisseau | -10/+678 |
| 2024-03-02 | Cleanup windows abort_internal | Chris Denton | -14/+16 |
| 2024-03-02 | Rollup merge of #121895 - matthiaskrgr:devec, r=fee1-dead | Matthias Krüger | -33/+20 |
| 2024-03-02 | Rollup merge of #121892 - Zalathar:expr-kind-let, r=Nadrieril | Matthias Krüger | -32/+6 |
| 2024-03-02 | Rollup merge of #121888 - cppcoffee:style, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2024-03-02 | Rollup merge of #121855 - GuillaumeGomez:trait-item-info, r=notriddle | Matthias Krüger | -13/+38 |
| 2024-03-02 | Rollup merge of #121759 - RalfJung:addr_of, r=the8472 | Matthias Krüger | -15/+63 |
| 2024-03-02 | Rollup merge of #121758 - joboet:move_pal_thread_local, r=ChrisDenton | Matthias Krüger | -3/+4 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -11/+137 |
| 2024-03-02 | Remove underscore from QNX target file name | Nilstrieb | -4/+4 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -33/+20 |
| 2024-03-02 | Auto merge of #121890 - matthiaskrgr:rollup-mv26uwt, r=matthiaskrgr | bors | -430/+546 |
| 2024-03-02 | Auto merge of #16702 - Veykril:intra-doc-links-generic, r=Veykril | bors | -50/+74 |
| 2024-03-02 | The ordinary lowering of `thir::ExprKind::Let` is unreachable | Zalathar | -32/+6 |
| 2024-03-02 | Auto merge of #16704 - Veykril:stuff, r=Veykril | bors | -125/+122 |
| 2024-03-02 | attempt to further clarify addr_of docs | Ralf Jung | -15/+63 |
| 2024-03-02 | Rollup merge of #121875 - estebank:e0277-drive-by, r=compiler-errors | Matthias Krüger | -16/+17 |
| 2024-03-02 | Rollup merge of #121861 - tbu-:pr_floating_point_exact_examples, r=workingjub... | Matthias Krüger | -22/+26 |
| 2024-03-02 | Rollup merge of #121847 - shamatar:btreemap_fix_implicits, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-03-02 | Rollup merge of #121835 - nnethercote:mv-HandleStore, r=bjorn3 | Matthias Krüger | -86/+99 |
| 2024-03-02 | Rollup merge of #121815 - nnethercote:mv-gather_comments, r=est31 | Matthias Krüger | -127/+126 |
| 2024-03-02 | Rollup merge of #121739 - jieyouxu:loooong-typename, r=estebank | Matthias Krüger | -50/+117 |
| 2024-03-02 | Rollup merge of #121715 - Nadrieril:testcase-or, r=matthewjasper | Matthias Krüger | -122/+155 |
| 2024-03-02 | Rollup merge of #120684 - carschandler:patch-1, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-03-02 | Rollup merge of #109263 - squell:master, r=cuviper | Matthias Krüger | -5/+4 |
| 2024-03-02 | Auto merge of #16735 - lnicola:smolstr-new-static, r=lnicola | bors | -1/+1 |
| 2024-03-02 | Remove outdated comment about static SmolStrs | Laurențiu Nicola | -1/+1 |
| 2024-03-02 | Auto merge of #121864 - compiler-errors:type-relating-variances, r=aliemjay | bors | -1/+52 |
| 2024-03-02 | style library/core/src/error.rs | Xiaobo Liu | -0/+1 |
| 2024-03-02 | Auto merge of #121657 - estebank:issue-119665, r=davidtwco | bors | -57/+146 |