about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-25Auto merge of #121298 - nikic:writable, r=cuviperbors-4/+33
2024-04-25Add needs-unwind to codegen testNikita Popov-0/+1
2024-04-25Fix incorrect CHECK-LABELNikita Popov-1/+1
2024-04-25Set writable and dead_on_unwind attributes for sret argumentsNikita Popov-3/+31
2024-04-25Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercotebors-128/+1098
2024-04-24Auto merge of #124354 - matthiaskrgr:rollup-xsdnixm, r=matthiaskrgrbors-27/+24
2024-04-24Suggest cloning captured binding in `move` closureEsteban Küber-22/+267
2024-04-24Mention when type parameter could be `Clone`Esteban Küber-86/+640
2024-04-24Modify `find_expr` from `Span` to better account for closuresEsteban Küber-31/+202
2024-04-25Rollup merge of #124351 - Treeniks:master, r=workingjubileeMatthias Krüger-1/+1
2024-04-25Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnayMatthias Krüger-7/+1
2024-04-25Rollup merge of #124334 - oli-obk:tracking-issue-policy, r=fmeaseMatthias Krüger-0/+2
2024-04-25Rollup merge of #124333 - Urgau:better-bad-print, r=fmeaseMatthias Krüger-10/+11
2024-04-25Rollup merge of #124322 - whosehang:master, r=NilstriebMatthias Krüger-9/+9
2024-04-24fix typo in binary_heap docsThomas Lindae-1/+1
2024-04-24Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmeasebors-24/+365
2024-04-24Auto merge of #104087 - nbdd0121:const, r=scottmcmbors-319/+206
2024-04-24Stabilize `std::path::absolute`Chris Denton-7/+1
2024-04-24Strengthen tracking issue policy with consequencesOli Scherer-0/+2
2024-04-24Improve diagnostic for unknown --print requestUrgau-10/+11
2024-04-24Fix miri testGary Guo-1/+1
2024-04-24Add `cfg_attr(bootstrap)` to doc testsGary Guo-0/+3
2024-04-24Fix and bless clippy testsGary Guo-79/+74
2024-04-24Fix tests and blessGary Guo-171/+117
2024-04-24Stabilise `inline_const`Gary Guo-68/+11
2024-04-24Rollup merge of #124308 - CBSpeir:diagnostic-item-enumerate, r=compiler-errorsLeón Orell Valerian Liehr-0/+2
2024-04-24Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDentonLeón Orell Valerian Liehr-5/+14
2024-04-24Rollup merge of #124281 - RalfJung:win-tls, r=joboetLeón Orell Valerian Liehr-4/+22
2024-04-24Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandryLeón Orell Valerian Liehr-6/+6
2024-04-24Rollup merge of #123794 - oli-obk:define_opaque_types2, r=lcnrLeón Orell Valerian Liehr-1/+282
2024-04-24Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmeaseLeón Orell Valerian Liehr-8/+39
2024-04-24Auto merge of #122500 - petrochenkov:deleg, r=fmeasebors-160/+282
2024-04-24Register hidden types when equating function definitions in coercionOli Scherer-46/+6
2024-04-24Add some FnDef LUB coercion testsOli Scherer-0/+321
2024-04-24Auto merge of #123792 - oli-obk:coroutine_closures, r=compiler-errorsbors-892/+1312
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-889/+1293
2024-04-24Add explicit syntax for coroutines instead of relying on closures having `yie...Oli Scherer-3/+19
2024-04-24Auto merge of #124175 - Kobzol:ci-dynamic-job, r=pietroalbinibors-1002/+572
2024-04-24chore: fix some typos in commentswhosehang-9/+9
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-226/+234
2024-04-24Auto merge of #124312 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-23Update cargoWeihang Lo-0/+0
2024-04-23Auto merge of #121557 - RalfJung:const-fn-call-promotion, r=oli-obkbors-295/+315
2024-04-23Add diagnostic item for std::iter::EnumerateChristopher B. Speir-0/+2
2024-04-23filter required_consts during inliningRalf Jung-5/+8
2024-04-23properly fill a promoted's required_constsRalf Jung-54/+121
2024-04-23interpret: sanity-check that required_consts captures all consts that can failRalf Jung-34/+62
2024-04-23compute required_consts before promotion, and add promoteds that may failRalf Jung-68/+44
2024-04-23promotion: do not promote const-fn calls in const when that may fail without ...Ralf Jung-250/+196
2024-04-23Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwcobors-48/+61