about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-19Pretty print the name of an future from calling async closureMichael Goulet-4/+43
2025-08-19Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxubors-92/+239
2025-08-19Gate static coroutines behind a parser featureMichael Goulet-2/+7
2025-08-19Prevent impossible combinations in `ast::ModKind`.Nicholas Nethercote-16/+18
2025-08-19Rollup merge of #145578 - vexide:armv7a-vex-v5+linked-files, r=davidtwco许杰友 Jieyou Xu (Joe)-10/+26
2025-08-19Rollup merge of #145568 - fee1-dead-contrib:push-uvsonuzxmkus, r=fmease许杰友 Jieyou Xu (Joe)-4/+15
2025-08-19Rollup merge of #145556 - JonathanBrouwer:extern-crate-stable, r=jdonszelmann许杰友 Jieyou Xu (Joe)-0/+1
2025-08-19Rollup merge of #145537 - zachs18:metasized-negative-bound-fix, r=davidtwco许杰友 Jieyou Xu (Joe)-7/+18
2025-08-19Rollup merge of #145532 - bvanjoi:debug-resolve-module, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+4
2025-08-19Rollup merge of #145510 - cjgillot:visit-async-drop, r=davidtwco许杰友 Jieyou Xu (Joe)-2/+12
2025-08-19Rollup merge of #145505 - cjgillot:tweak-span-cache, r=petrochenkov许杰友 Jieyou Xu (Joe)-44/+37
2025-08-19Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann许杰友 Jieyou Xu (Joe)-53/+26
2025-08-19Rollup merge of #145493 - fee1-dead-contrib:push-rsqlqymxyyqp, r=jdonszelmann许杰友 Jieyou Xu (Joe)-40/+20
2025-08-19Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-97/+89
2025-08-19Rollup merge of #145429 - bjorn3:codegen_fn_attrs_improvements, r=jdonszelmann许杰友 Jieyou Xu (Joe)-62/+42
2025-08-19Rollup merge of #145338 - lcnr:coroutine-witness-yikes, r=compiler-errors许杰友 Jieyou Xu (Joe)-63/+68
2025-08-19Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-22/+56
2025-08-19Rollup merge of #145306 - Stypox:tracing-misc, r=RalfJung许杰友 Jieyou Xu (Joe)-5/+13
2025-08-19Rollup merge of #145166 - makai410:teach-pub-crate, r=lcnr许杰友 Jieyou Xu (Joe)-1/+25
2025-08-19Rollup merge of #145099 - heiher:loong-32s, r=folkertdev许杰友 Jieyou Xu (Joe)-0/+2
2025-08-19Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol许杰友 Jieyou Xu (Joe)-5/+5
2025-08-19Rollup merge of #142079 - lcnr:opaque-types-universes, r=BoxyUwU许杰友 Jieyou Xu (Joe)-9/+22
2025-08-19Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco许杰友 Jieyou Xu (Joe)-0/+24
2025-08-19Rollup merge of #139345 - smoelius:into-iter-stability, r=lcnr许杰友 Jieyou Xu (Joe)-50/+92
2025-08-19Auto merge of #142487 - estebank:serde-attr-5, r=petrochenkovbors-27/+39
2025-08-19Avoid using `()` in `derive(From)` output.Nicholas Nethercote-35/+36
2025-08-19Port `must_use` to the new target checkingJonathan Brouwer-53/+20
2025-08-19Make tool-only suggestion to remove attributes on invalid targetsJonathan Brouwer-0/+6
2025-08-19miri: detect passing the same local twice as an in-place argumentRalf Jung-20/+41
2025-08-19Rollup merge of #145584 - RalfJung:interpret-clear-provenance, r=compiler-errorsStuart Cook-0/+17
2025-08-19Rollup merge of #145484 - Zalathar:archive-builder, r=bjorn3Stuart Cook-543/+6
2025-08-19Rollup merge of #145432 - Zalathar:target-machine, r=wesleywiserStuart Cook-17/+14
2025-08-19Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkovStuart Cook-13/+35
2025-08-19Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwUStuart Cook-14/+73
2025-08-19Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercoteStuart Cook-365/+408
2025-08-19Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errorsStuart Cook-0/+3
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-93/+182
2025-08-19completely remove rva23s64Zhongyao Chen-75/+1
2025-08-19remove rva23s64 from riscv64a23-unknown-linux-gnu targetZhongyao Chen-1/+1
2025-08-18Add tracing to various miscellaneous functionsStypox-5/+13
2025-08-18interpret: fix in-place return place semantics when the return place expressi...Ralf Jung-3/+16
2025-08-18interpret: avoid forcing all integer newtypes into memory during clear_proven...Ralf Jung-0/+17
2025-08-18Specify linker scripts after user link argsLewis McClelland-2/+7
2025-08-18Add VEXos "linked files" support to `armv7a-vex-v5`Lewis McClelland-8/+19
2025-08-18comment style changesDeadbeef-35/+34
2025-08-18Turn invalid index suffixes into hard errorsJieyou Xu-28/+10
2025-08-18ignore frontmatters in `TokenStream::new`Deadbeef-4/+15
2025-08-18cargo updategithub-actions-1/+3
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-137/+35
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-4/+195