| Age | Commit message (Expand) | Author | Lines |
| 2024-04-12 | test duplicate features, that the last `+/-lld` on the CLI wins | Rémy Rakic | -0/+4 |
| 2024-04-12 | document `-Zlinker-features` in the unstable book | Rémy Rakic | -0/+35 |
| 2024-04-12 | test self-contained linking via `-Zlinker-features=+lld` | Rémy Rakic | -1/+1 |
| 2024-04-12 | make CLI linker features influence the linker flavor | Rémy Rakic | -2/+49 |
| 2024-04-12 | add `-Z linker-features` to toggle lld on the CLI | Rémy Rakic | -1/+63 |
| 2024-04-12 | introduce `LinkerFeatures` | Rémy Rakic | -0/+52 |
| 2024-04-12 | remove some unnecessary lifetimes | Rémy Rakic | -23/+19 |
| 2024-04-11 | Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieu | bors | -103/+158 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -55/+137 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -5/+241 |
| 2024-04-11 | Auto merge of #123762 - fmease:rollup-jdfx54z, r=fmease | bors | -186/+872 |
| 2024-04-11 | Rollup merge of #123761 - compiler-errors:suggest-more-impl-trait, r=estebank | León Orell Valerian Liehr | -60/+68 |
| 2024-04-11 | Rollup merge of #123756 - lukas-code:file-sync, r=jhpratt | León Orell Valerian Liehr | -3/+11 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -47/+98 |
| 2024-04-11 | Rollup merge of #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnay | León Orell Valerian Liehr | -3/+1 |
| 2024-04-11 | Rollup merge of #123360 - adamgemmell:dev/adagem01/restricted-std, r=ehuss | León Orell Valerian Liehr | -1/+10 |
| 2024-04-11 | Rollup merge of #123314 - surechen:fix_120642, r=Nadrieril | León Orell Valerian Liehr | -9/+94 |
| 2024-04-11 | Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkov | León Orell Valerian Liehr | -13/+108 |
| 2024-04-11 | Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=Amanieu | León Orell Valerian Liehr | -50/+482 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -60/+68 |
| 2024-04-10 | Auto merge of #123745 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-10 | clean up docs for `File::sync_*` | Lukas Markeffsky | -3/+11 |
| 2024-04-10 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -115/+119 |
| 2024-04-10 | Add primitive documentation for `f16` and `f128` | Trevor Gross | -0/+30 |
| 2024-04-10 | Add basic f16 and f128 modules | Trevor Gross | -0/+150 |
| 2024-04-10 | Add basic library support for `f16` and `f128` | Trevor Gross | -29/+296 |
| 2024-04-10 | Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))" | Trevor Gross | -21/+6 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -103/+158 |
| 2024-04-10 | rework ptr-to-ref conversion suggestion for method calls | Kalle Wachsmuth | -15/+110 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -24/+12 |
| 2024-04-10 | move test | Kalle Wachsmuth | -2/+1 |
| 2024-04-10 | Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errors | bors | -165/+91 |
| 2024-04-10 | Update 122805 test for PR 123185 | Scott McMurray | -10/+29 |
| 2024-04-10 | Auto merge of #123725 - GuillaumeGomez:rollup-gk2bbrg, r=GuillaumeGomez | bors | -236/+749 |
| 2024-04-10 | Rollup merge of #123706 - notriddle:notriddle/html-cleanup, r=GuillaumeGomez | Guillaume Gomez | -55/+48 |
| 2024-04-10 | Rollup merge of #123702 - Urgau:prep-work-for-compiletest-check-cfg-2, r=jiey... | Guillaume Gomez | -35/+33 |
| 2024-04-10 | Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl... | Guillaume Gomez | -1/+24 |
| 2024-04-10 | Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obk | Guillaume Gomez | -2/+37 |
| 2024-04-10 | Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obk | Guillaume Gomez | -34/+152 |
| 2024-04-10 | Rollup merge of #123534 - ChrisDenton:name, r=workingjubilee | Guillaume Gomez | -6/+123 |
| 2024-04-10 | Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnr | Guillaume Gomez | -103/+332 |
| 2024-04-10 | Only assert for child/parent projection compatibility AFTER checking that the... | Michael Goulet | -1/+24 |
| 2024-04-10 | Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet | bors | -18/+74 |
| 2024-04-10 | skip `unused_parens`'s suggestion for `Paren` in macro. | surechen | -9/+94 |
| 2024-04-10 | Use trait solver to answer questions instead of manually writing a trait solver | Oli Scherer | -79/+22 |
| 2024-04-10 | Only avoid anon consts during instantiation | Oli Scherer | -3/+6 |
| 2024-04-10 | Auto merge of #122812 - dtolnay:mode, r=workingjubilee | bors | -5/+186 |
| 2024-04-09 | rustdoc: update test cases | Michael Howell | -4/+4 |
| 2024-04-10 | Auto merge of #123708 - matthiaskrgr:rollup-uf9w1e9, r=matthiaskrgr | bors | -203/+491 |