about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-19Auto merge of #144145 - matthiaskrgr:rollup-swc74s4, r=matthiaskrgrbors-501/+502
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-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-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
2025-07-18Reword diagnostic about relaxing non-`Sized` boundLeón Orell Valerian Liehr-32/+42
2025-07-18Reword diagnostics about relaxed bounds in invalid contextsLeón Orell Valerian Liehr-5/+21
2025-07-18Show the memory of uninit readsOli Scherer-7/+22
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-399/+525
2025-07-18Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errorsMatthias Krüger-0/+2
2025-07-18Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmannMatthias Krüger-28/+149
2025-07-18Rollup merge of #143846 - usamoi:gc, r=bjorn3Matthias Krüger-39/+1
2025-07-18Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxuMatthias Krüger-0/+51
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-34/+67
2025-07-18Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obkMatthias Krüger-298/+255
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-56/+373
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-149/+145
2025-07-18Update comment about `where Ty:`León Orell Valerian Liehr-10/+6
2025-07-18HIR ty lowering: Validate relaxed bounds in trait object typesLeón Orell Valerian Liehr-3/+0
2025-07-18HIR ty lowering: Simplify signature of `lower_poly_trait_ref`León Orell Valerian Liehr-26/+17
2025-07-17Fix formatting.Camille GILLOT-6/+7
2025-07-17Correct comments.Camille GILLOT-4/+2
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-10/+10
2025-07-17Remove unuseful enums.Camille GILLOT-60/+16
2025-07-17Remove useless debugging.Camille GILLOT-2/+1
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-34/+40
2025-07-17Retire stability_index query.Camille GILLOT-47/+26
2025-07-17Simplify annotator.Camille GILLOT-58/+30
2025-07-17Querify lookup_const_stability.Camille GILLOT-185/+110
2025-07-17Querify lookup_stability.Camille GILLOT-123/+107
2025-07-17Querify lookup_default_body_stability.Camille GILLOT-19/+18
2025-07-17Check for already stable features in check_attr.Camille GILLOT-34/+40
2025-07-17Check stability attributes are compatible in `check_unused_or_stable_features`.Camille GILLOT-163/+179