about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-03-17Rollup merge of #138508 - hkBst:patch-3, r=wesleywiserMatthias Krüger-3/+6
2025-03-17Rollup merge of #138384 - nnethercote:hir-ItemKind-idents, r=fmeaseMatthias Krüger-339/+441
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-339/+441
2025-03-17Auto merge of #137081 - Shourya742:2025-02-15-change-config.toml-to-bootstrap...bors-1/+1
2025-03-17modify config.toml->bootstrap.toml for new upstream changesbit-aloo-1/+1
2025-03-17Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhprattbors-812/+92
2025-03-17Rollup merge of #138590 - yotamofek:pr/flatten-ifs, r=fmeaseJacob Pratt-69/+53
2025-03-17Rollup merge of #138517 - compiler-errors:better-child-capture, r=oli-obkJacob Pratt-6/+19
2025-03-17Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboetJacob Pratt-1/+1
2025-03-17Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho...Jacob Pratt-736/+19
2025-03-17Flatten and simplify some control flowYotam Ofek-69/+53
2025-03-17Auto merge of #138566 - yotamofek:pr/strip-prefix, r=nnethercotebors-21/+20
2025-03-17Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexingYotam Ofek-21/+20
2025-03-16Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=UrgauJacob Pratt-62/+56
2025-03-16Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieubors-5/+5
2025-03-16Rename `PrintKind::{AllTargetSpecs,TargetSpec}` to `{AllTargetSpecsJson,Targe...Jieyou Xu-7/+7
2025-03-16Extract print request stability gating and unknown print request help into he...Jieyou Xu-43/+35
2025-03-16Alphabetically sort `PrintKind` and enforce with tidyJieyou Xu-15/+17
2025-03-16Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin许杰友 Jieyou Xu (Joe)-1/+10
2025-03-15Fix the OperandRef type for NullOp::{UbChecks,ContractChecks}Scott McMurray-1/+10
2025-03-16Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors许杰友 Jieyou Xu (Joe)-3/+4
2025-03-16Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc许杰友 Jieyou Xu (Joe)-13/+11
2025-03-16Rollup merge of #137956 - compiler-errors:rtn-rustdoc, r=fmease许杰友 Jieyou Xu (Joe)-1/+3
2025-03-15Add RTN support to rustdocMichael Goulet-1/+3
2025-03-15Don't drop Rvalue::WrapUnsafeBinder during GVNMichael Goulet-2/+8
2025-03-15Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgrbors-49/+161
2025-03-15Rollup merge of #138514 - compiler-errors:fake-borrow-ref-to-value, r=oli-obkMatthias Krüger-2/+39
2025-03-15Rollup merge of #138502 - petrochenkov:resinstab, r=compiler-errorsMatthias Krüger-41/+51
2025-03-15Rollup merge of #138439 - weihanglo:argmax, r=jieyouxuMatthias Krüger-6/+41
2025-03-15Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwUMatthias Krüger-0/+30
2025-03-15Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnrbors-684/+746
2025-03-15Stop relying on rustc_type_ir in non-type-system cratesMichael Goulet-155/+136
2025-03-15Move codec module back into middleMichael Goulet-187/+129
2025-03-15Use {Decodable,Encodable}_NoContext in type_irMichael Goulet-105/+281
2025-03-15Fold visit into tyMichael Goulet-116/+99
2025-03-15Squash fold into tyMichael Goulet-156/+136
2025-03-15Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkovbors-8/+23
2025-03-15Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errorsLeón Orell Valerian Liehr-2/+4
2025-03-15Rollup merge of #138511 - mohe2015:rustc-parse-pub-parse-expr-cond, r=oli-obkLeón Orell Valerian Liehr-1/+2
2025-03-15Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errorsLeón Orell Valerian Liehr-23/+42
2025-03-15Rollup merge of #138474 - remexre:refactor-is-snake-case, r=compiler-errorsLeón Orell Valerian Liehr-12/+7
2025-03-15Rollup merge of #138460 - xizheyin:issue-138319, r=petrochenkovLeón Orell Valerian Liehr-3/+3
2025-03-15Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkovLeón Orell Valerian Liehr-0/+5
2025-03-14Improve upvar analysis for deref of child captureMichael Goulet-6/+19
2025-03-14Small grammar fix in commentYotam Ofek-1/+1
2025-03-14Fix typo in hir lowering lint diagYotam Ofek-1/+3
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-8/+23
2025-03-14Remove fake borrows of refs that are converted into non-refs in MakeByMoveBodyMichael Goulet-2/+39
2025-03-14Make `Parser::parse_expr_cond` public.Moritz Hedtke-1/+2
2025-03-14Clarify "owned data" in E0515.mdMarijn Schouten-3/+6