about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-11Rollup merge of #122882 - Zoxc:panic-output-panic, r=AmanieuMatthias Krüger-9/+29
2024-04-11Auto merge of #123732 - a1phyr:io_error_factor, r=cuviperbors-159/+67
2024-04-11Auto merge of #123795 - matthiaskrgr:rollup-deesd9c, r=matthiaskrgrbors-113/+470
2024-04-11Rollup merge of #123790 - onur-ozkan:invalid-config-option, r=clubby789Matthias Krüger-2/+4
2024-04-11Rollup merge of #123774 - Lee-Janggun:master, r=lqdMatthias Krüger-1/+1
2024-04-11Rollup merge of #123738 - spastorino:reuse-lower-const-param, r=compiler-errorsMatthias Krüger-5/+6
2024-04-11Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obkMatthias Krüger-105/+459
2024-04-11Auto merge of #123788 - bjorn3:disable_ctrlc_on_wasi, r=Nilstrieb,lcnrbors-34/+13
2024-04-11Call lower_const_param instead of duplicating the codeSantiago Pastorino-5/+6
2024-04-11Remove wasm dep filter from tidybjorn3-33/+7
2024-04-11Disable Ctrl-C handling on WASMbjorn3-1/+6
2024-04-11correct the handling of `bootstrap-cache-path` optiononur-ozkan-2/+4
2024-04-11Auto merge of #123785 - bjorn3:sync_cg_clif-2024-04-11, r=bjorn3bors-14/+44
2024-04-11Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202...bjorn3-14/+44
2024-04-11Reenable fixed rustc testsbjorn3-6/+0
2024-04-11Fix rustc testsbjorn3-1/+13
2024-04-11Rustup to rustc 1.79.0-nightly (aa067fb98 2024-04-10)bjorn3-2/+11
2024-04-11Sync from rust aa067fb984d36462548bb785da221bfaf38253f0bjorn3-3/+19
2024-04-11Auto merge of #123776 - matthiaskrgr:rollup-x8wzvdf, r=matthiaskrgrbors-199/+441
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-159/+67
2024-04-11Rollup merge of #123753 - Urgau:compiletest-trailing-directive, r=jieyouxuMatthias Krüger-5/+52
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-194/+389
2024-04-11Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieubors-103/+158
2024-04-11Fix small typoJanggun Lee-1/+1
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-55/+137
2024-04-11Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebankbors-5/+241
2024-04-11Auto merge of #123762 - fmease:rollup-jdfx54z, r=fmeasebors-186/+872
2024-04-10Handle more cases of "values to suggest" given a typeEsteban Küber-13/+38
2024-04-11Rollup merge of #123761 - compiler-errors:suggest-more-impl-trait, r=estebankLeón Orell Valerian Liehr-60/+68
2024-04-11Rollup merge of #123756 - lukas-code:file-sync, r=jhprattLeón Orell Valerian Liehr-3/+11
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-47/+98
2024-04-11Rollup merge of #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnayLeón Orell Valerian Liehr-3/+1
2024-04-11Rollup merge of #123360 - adamgemmell:dev/adagem01/restricted-std, r=ehussLeón Orell Valerian Liehr-1/+10
2024-04-11Rollup merge of #123314 - surechen:fix_120642, r=NadrierilLeón Orell Valerian Liehr-9/+94
2024-04-11Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkovLeón Orell Valerian Liehr-13/+108
2024-04-11Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=AmanieuLeón Orell Valerian Liehr-50/+482
2024-04-10Use suggest_impl_trait in return type suggestionMichael Goulet-60/+68
2024-04-11compiletest: error when finding a trailing directiveUrgau-5/+52
2024-04-10Auto merge of #123745 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-10clean up docs for `File::sync_*`Lukas Markeffsky-3/+11
2024-04-10Handle more cases of value suggestionsEsteban Küber-133/+273
2024-04-10Update cargoWeihang Lo-0/+0
2024-04-10Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errorsbors-115/+119
2024-04-10Add primitive documentation for `f16` and `f128`Trevor Gross-0/+30
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+150
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-29/+296
2024-04-10Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))"Trevor Gross-21/+6
2024-04-10Make the computation of coroutine_captures_by_ref_ty more sophisticatedMichael Goulet-34/+378
2024-04-10Use a helper to zip together parent and child captures for coroutine-closuresMichael Goulet-71/+81
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-103/+158