| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | Rollup merge of #122882 - Zoxc:panic-output-panic, r=Amanieu | Matthias Krüger | -9/+29 |
| 2024-04-11 | Auto merge of #123732 - a1phyr:io_error_factor, r=cuviper | bors | -159/+67 |
| 2024-04-11 | Auto merge of #123795 - matthiaskrgr:rollup-deesd9c, r=matthiaskrgr | bors | -113/+470 |
| 2024-04-11 | Rollup merge of #123790 - onur-ozkan:invalid-config-option, r=clubby789 | Matthias Krüger | -2/+4 |
| 2024-04-11 | Rollup merge of #123774 - Lee-Janggun:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-11 | Rollup merge of #123738 - spastorino:reuse-lower-const-param, r=compiler-errors | Matthias Krüger | -5/+6 |
| 2024-04-11 | Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obk | Matthias Krüger | -105/+459 |
| 2024-04-11 | Auto merge of #123788 - bjorn3:disable_ctrlc_on_wasi, r=Nilstrieb,lcnr | bors | -34/+13 |
| 2024-04-11 | Call lower_const_param instead of duplicating the code | Santiago Pastorino | -5/+6 |
| 2024-04-11 | Remove wasm dep filter from tidy | bjorn3 | -33/+7 |
| 2024-04-11 | Disable Ctrl-C handling on WASM | bjorn3 | -1/+6 |
| 2024-04-11 | correct the handling of `bootstrap-cache-path` option | onur-ozkan | -2/+4 |
| 2024-04-11 | Auto merge of #123785 - bjorn3:sync_cg_clif-2024-04-11, r=bjorn3 | bors | -14/+44 |
| 2024-04-11 | Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202... | bjorn3 | -14/+44 |
| 2024-04-11 | Reenable fixed rustc tests | bjorn3 | -6/+0 |
| 2024-04-11 | Fix rustc tests | bjorn3 | -1/+13 |
| 2024-04-11 | Rustup to rustc 1.79.0-nightly (aa067fb98 2024-04-10) | bjorn3 | -2/+11 |
| 2024-04-11 | Sync from rust aa067fb984d36462548bb785da221bfaf38253f0 | bjorn3 | -3/+19 |
| 2024-04-11 | Auto merge of #123776 - matthiaskrgr:rollup-x8wzvdf, r=matthiaskrgr | bors | -199/+441 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -159/+67 |
| 2024-04-11 | Rollup merge of #123753 - Urgau:compiletest-trailing-directive, r=jieyouxu | Matthias Krüger | -5/+52 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -194/+389 |
| 2024-04-11 | Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieu | bors | -103/+158 |
| 2024-04-11 | Fix small typo | Janggun Lee | -1/+1 |
| 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-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -13/+38 |
| 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-11 | compiletest: error when finding a trailing directive | Urgau | -5/+52 |
| 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 | Handle more cases of value suggestions | Esteban Küber | -133/+273 |
| 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 | Make the computation of coroutine_captures_by_ref_ty more sophisticated | Michael Goulet | -34/+378 |
| 2024-04-10 | Use a helper to zip together parent and child captures for coroutine-closures | Michael Goulet | -71/+81 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -103/+158 |