about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-35/+66
2025-07-19Revert "resolve: Make disambiguators for underscore bindings module-local"Rémy Rakic-58/+45
2025-07-19interpret: fix TypeId pointers being considered data pointersRalf Jung-6/+4
2025-07-19Auto merge of #143784 - scottmcm:enums-again-new-ex2, r=dianqkbors-30/+130
2025-07-19Rollup merge of #144115 - lcnr:auto-trait-comment, r=compiler-errorsMatthias Krüger-4/+2
2025-07-19Rollup merge of #144103 - xizheyin:emit-unless, r=compiler-errorsMatthias Krüger-15/+15
2025-07-19Rollup merge of #144098 - cjgillot:lint-rpitit, r=compiler-errorsMatthias Krüger-0/+8
2025-07-19Rollup merge of #143704 - compiler-errors:cycle-exotic, r=cjgillotMatthias Krüger-16/+28
2025-07-19Rollup merge of #142444 - KMJ-007:autodiff-codegen-test, r=ZuseZ4Matthias Krüger-0/+13
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-501/+502
2025-07-18debug impls for drop elaboratorsbeepster4096-4/+4
2025-07-18gpu host code generationManuel Drehwald-7/+464
2025-07-18add various wrappers for gpu code generationManuel Drehwald-2/+140
2025-07-18add -Zoffload=Enable flag behind -Zunstable-options, to enable gpu (host) cod...Manuel Drehwald-5/+58
2025-07-18make more builder functions genericManuel Drehwald-2/+4
2025-07-18Auto merge of #144140 - GuillaumeGomez:subtree-update_cg_gcc_2025-07-18, r=Gu...bors-629/+82
2025-07-18Remove forgotten git annotationsGuillaume Gomez-7/+0
2025-07-18use `RustcPublic` instead of `StableMir`Makai-6/+6
2025-07-18Update docs in `rustc_public`Makai-30/+31
2025-07-18Update docs in `rustc_public_bridge`Makai-12/+11
2025-07-18`SmirError` to `Error`Makai-26/+25
2025-07-18use "helper" as a more descriptive nameMakai-26/+26
2025-07-18`SmirContainer` to `Container`Makai-7/+7
2025-07-18`SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface`Makai-186/+186
2025-07-19rename `emit_unless` to `emit_unless_delay`xizheyin-15/+15
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-7/+16
2025-07-18Remove pretty print hack for async blocksMichael Goulet-25/+1
2025-07-18Rollup merge of #144123 - oli-obk:ctfe-unsize, r=RalfJungMatthias Krüger-4/+5
2025-07-18Rollup merge of #144059 - LorrensP-2158466:remove-crate-loader, r=petrochenkovMatthias Krüger-158/+169
2025-07-18Rollup merge of #144050 - JonathanBrouwer:cross-crate-reexport, r=jdonszelmannMatthias Krüger-4/+4
2025-07-18Rollup merge of #142693 - fmease:unbound-bettering, r=compiler-errorsMatthias Krüger-316/+270
2025-07-18Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJungMatthias Krüger-10/+28
2025-07-18Rollup merge of #138554 - xizheyin:issue-138401, r=chenyukangMatthias Krüger-9/+26
2025-07-18rustc_codegen_ssa: Don't skip target-features after crt-staticJens Reidel-2/+2
2025-07-18Add implicit sized bound to trait ascription typesMichael Goulet-0/+8
2025-07-18fix: don't panic on volatile access to nullLuigi Sartor Piucco-3/+1
2025-07-18Be a bit more careful around exotic cycles in in the inlinerMichael Goulet-16/+28
2025-07-18Merge commit 'f682d09eefc6700b9e5851ef193847959acf4fac' into subtree-update_c...Guillaume Gomez-625/+85
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-653/+507
2025-07-18Generalize `unsize` and `unsize_into` destinationsOli Scherer-4/+5
2025-07-18Rollup merge of #144029 - lichuang:fix_issue_143740, r=compiler-errorsMatthias Krüger-1/+2
2025-07-18Rollup merge of #144013 - petrochenkov:disambunder, r=oli-obkMatthias Krüger-45/+58
2025-07-18Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obkMatthias Krüger-9/+9
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-5/+66
2025-07-18Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obkMatthias Krüger-2/+7
2025-07-18Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errorsMatthias Krüger-1/+13
2025-07-18Deduplicate `unmatched_delims` in `rustc_parse` to reduce confusionxizheyin-9/+26
2025-07-18inline CrateLoader inside of CStoreLorrensP-2158466-158/+169
2025-07-18HIR ty lowering: Validate `PointeeSized` boundsLeón Orell Valerian Liehr-74/+34
2025-07-18Don't reject *multiple* relaxed bounds, reject *duplicate* ones.León Orell Valerian Liehr-29/+17