about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-24std: fs: uefi: Make lstat call statAyush Singh-2/+2
2025-03-24std: fs: uefi: Implement canonicalizeAyush Singh-2/+2
2025-03-23Auto merge of #138866 - compiler-errors:rollup-9d8v3mz, r=compiler-errorsbors-222/+673
2025-03-23Rollup merge of #138861 - compiler-errors:flags-tweaks, r=lcnrMichael Goulet-85/+24
2025-03-23Rollup merge of #138858 - jieyouxu:ct-llvm-components, r=onur-ozkanMichael Goulet-4/+5
2025-03-23Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errorsMichael Goulet-3/+34
2025-03-23Rollup merge of #138849 - chiichen:dev/master/doc-correct-configtoml, r=TaKO8KiMichael Goulet-2/+2
2025-03-23Rollup merge of #138667 - Ayush1325:uefi-mkdir, r=joboetMichael Goulet-4/+30
2025-03-23Rollup merge of #138641 - jieyouxu:print-supported-crate-types, r=UrgauMichael Goulet-10/+98
2025-03-23Rollup merge of #138631 - thaliaarchi:sgx-read-buf-test, r=workingjubileeMichael Goulet-6/+2
2025-03-23Rollup merge of #138545 - scottmcm:more-option-tests, r=Mark-SimulacrumMichael Goulet-4/+315
2025-03-23Rollup merge of #138509 - reddevilmidzy:add-test, r=compiler-errorsMichael Goulet-0/+44
2025-03-23Rollup merge of #138293 - clubby789:doc-cfg-gate, r=GuillaumeGomezMichael Goulet-11/+61
2025-03-23Rollup merge of #138236 - Ayush1325:uefi-event, r=petrochenkovMichael Goulet-38/+58
2025-03-23Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-SimulacrumMichael Goulet-55/+0
2025-03-23Remove STILL_FURTHER_SPECIALIZABLE special casingMichael Goulet-78/+24
2025-03-23Remove HAS_TY_COROUTINEMichael Goulet-9/+1
2025-03-23Visit coroutine kind ty in FlagComputationMichael Goulet-0/+1
2025-03-23Auto merge of #136929 - joboet:move_process_pal, r=Mark-Simulacrumbors-104/+90
2025-03-23Say which test failed the `COMPILETEST_REQUIRE_ALL_LLVM_COMPONENTS` assertionJieyou Xu-4/+5
2025-03-23Adjust `rustc-print-info-issue-138612.rs`Jieyou Xu-3/+8
2025-03-23Rebless tests with changed help due to new print request optionJieyou Xu-4/+4
2025-03-23Document `supported-crate-types` print request in unstable bookJieyou Xu-0/+27
2025-03-23Implement `supported-crate-types` print requestJieyou Xu-3/+59
2025-03-23Auto merge of #138602 - Veykril:push-purxoytpktpu, r=SparrowLiibors-2/+4
2025-03-23fix typoTakayuki Maeda-1/+1
2025-03-23fix ICE #138415Takayuki Maeda-2/+33
2025-03-23Slim `rustc_parse_format` dependencies downLukas Wirth-2/+4
2025-03-23Auto merge of #136769 - thaliaarchi:io-optional-methods/stdio, r=joboetbors-161/+136
2025-03-23doc: rename reference #create-a-configtoml to #create-a-bootstraptomlChiichen-2/+2
2025-03-23Auto merge of #138833 - joboet:optimize-repeat-n, r=thomccbors-4/+55
2025-03-22Auto merge of #138841 - matthiaskrgr:rollup-bfkls57, r=matthiaskrgrbors-105/+256
2025-03-22Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgrbors-86/+226
2025-03-22Rollup merge of #138822 - moxian:unlock, r=joshtriplettMatthias Krüger-5/+10
2025-03-22Rollup merge of #138793 - RalfJung:arm-floatabi, r=NoratriebMatthias Krüger-1/+4
2025-03-22Rollup merge of #138786 - bjorn3:driver_code_move, r=compiler-errorsMatthias Krüger-43/+37
2025-03-22Rollup merge of #138765 - Berrysoft:cygwin-thread-name, r=joboetMatthias Krüger-2/+3
2025-03-22Rollup merge of #138675 - cuviper:release-1.85.1, r=UrgauMatthias Krüger-0/+11
2025-03-22Rollup merge of #138468 - lolbinarycat:rustdoc-js-less-expect-error-part3, r=...Matthias Krüger-9/+70
2025-03-22Rollup merge of #138294 - paulmenage:test-panic-unwind, r=bjorn3Matthias Krüger-2/+39
2025-03-22Rollup merge of #138018 - obi1kenobi:pg/librustdoc_repr_attr, r=aDotInTheVoidMatthias Krüger-43/+82
2025-03-22rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.Predrag Gruevski-43/+82
2025-03-22Clarify "Windows 1607"Josh Stone-1/+1
2025-03-22Auto merge of #138830 - matthiaskrgr:rollup-gaxgfwl, r=matthiaskrgrbors-1612/+1845
2025-03-22core: optimize `RepeatN`joboet-4/+55
2025-03-22std: move process implementations to `sys`joboet-104/+90
2025-03-22Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJungMatthias Krüger-0/+3
2025-03-22Rollup merge of #138801 - lolbinarycat:triagebot-autolabel-138565, r=NoratriebMatthias Krüger-0/+17
2025-03-22Rollup merge of #138794 - petrochenkov:cfgtracefix, r=jieyouxuMatthias Krüger-8/+15
2025-03-22Rollup merge of #138782 - karolzwolak:where-test-91520, r=compiler-errorsMatthias Krüger-0/+38