about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-12test duplicate features, that the last `+/-lld` on the CLI winsRémy Rakic-0/+4
2024-04-12document `-Zlinker-features` in the unstable bookRémy Rakic-0/+35
2024-04-12test self-contained linking via `-Zlinker-features=+lld`Rémy Rakic-1/+1
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-2/+49
2024-04-12add `-Z linker-features` to toggle lld on the CLIRémy Rakic-1/+63
2024-04-12introduce `LinkerFeatures`Rémy Rakic-0/+52
2024-04-12remove some unnecessary lifetimesRémy Rakic-23/+19
2024-04-11Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieubors-103/+158
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-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-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-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-10Add support for Arm64EC inline assemblyDaniel Paoliello-103/+158
2024-04-10rework ptr-to-ref conversion suggestion for method callsKalle Wachsmuth-15/+110
2024-04-10introduce `Mutability::ptr_str`Kalle Wachsmuth-24/+12
2024-04-10move testKalle Wachsmuth-2/+1
2024-04-10Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errorsbors-165/+91
2024-04-10Update 122805 test for PR 123185Scott McMurray-10/+29
2024-04-10Auto merge of #123725 - GuillaumeGomez:rollup-gk2bbrg, r=GuillaumeGomezbors-236/+749
2024-04-10Rollup merge of #123706 - notriddle:notriddle/html-cleanup, r=GuillaumeGomezGuillaume Gomez-55/+48
2024-04-10Rollup merge of #123702 - Urgau:prep-work-for-compiletest-check-cfg-2, r=jiey...Guillaume Gomez-35/+33
2024-04-10Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl...Guillaume Gomez-1/+24
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-2/+37
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-34/+152
2024-04-10Rollup merge of #123534 - ChrisDenton:name, r=workingjubileeGuillaume Gomez-6/+123
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-103/+332
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-1/+24
2024-04-10Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboetbors-18/+74
2024-04-10skip `unused_parens`'s suggestion for `Paren` in macro.surechen-9/+94
2024-04-10Use trait solver to answer questions instead of manually writing a trait solverOli Scherer-79/+22
2024-04-10Only avoid anon consts during instantiationOli Scherer-3/+6
2024-04-10Auto merge of #122812 - dtolnay:mode, r=workingjubileebors-5/+186
2024-04-09rustdoc: update test casesMichael Howell-4/+4
2024-04-10Auto merge of #123708 - matthiaskrgr:rollup-uf9w1e9, r=matthiaskrgrbors-203/+491