about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-08inline `CanonicalTyVarKind`lcnr-74/+49
2025-09-08eagerly compute `sub_relations` againlcnr-111/+152
2025-09-08Skip typeck for items w/o their own typeck contextDaria Sukhonina-5/+10
2025-09-08implement `va_arg` for arm in rustc itselfFolkert de Vries-0/+15
2025-09-08const-eval: disable pointer fragment supportRalf Jung-4/+23
2025-09-08Allow static regions in `type_name`.Nicholas Nethercote-2/+3
2025-09-08Auto merge of #145910 - saethlin:ignore-intrinsic-calls, r=cjgillotbors-1/+10
2025-09-07Auto merge of #145541 - cjgillot:dest-prop-live-range, r=Amanieubors-586/+370
2025-09-08Move `describe_as_module` from `rustc_middle::print` to `rustc:middle::query`.Nicholas Nethercote-12/+11
2025-09-08Move `rustc_middle::MaxUniverse` to `rustc_infer`.Nicholas Nethercote-42/+41
2025-09-08Make some matches non-exhaustive.Nicholas Nethercote-30/+2
2025-09-07support integer literals in `${concat()}`cyrgani-1/+17
2025-09-08Minor symbol comment fixes.Nicholas Nethercote-7/+6
2025-09-07Rollup merge of #146297 - cjgillot:may-observe-address, r=saethlinMatthias Krüger-8/+23
2025-09-07Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqkMatthias Krüger-77/+44
2025-09-07Use rustc_data_structures::union_find.Camille Gillot-28/+14
2025-09-07Simplify candidate collection.Camille Gillot-55/+43
2025-09-07Unify a source with all possible destinations.Camille Gillot-59/+39
2025-09-07Do not use prepend to avoid quadratic behaviour.Camille Gillot-58/+37
2025-09-07Simplify VisitPlacesWith.Camille Gillot-18/+7
2025-09-07Use regular MaybeLiveLocals.Camille Gillot-135/+53
2025-09-07Reimplement DestinationPropagation according to live ranges.Camille GILLOT-554/+435
2025-09-07Introduce fast insertion at extremities to IntervalSet.Camille GILLOT-27/+90
2025-09-07Auto merge of #146289 - cjgillot:gvn-aggregate, r=dianqkbors-28/+17
2025-09-07Ensure indirect is first projection in try_as_place.Camille GILLOT-0/+5
2025-09-07Introduce PlaceContext::may_observe_address.Camille GILLOT-8/+23
2025-09-07Auto merge of #146292 - matthiaskrgr:rollup-bkjs887, r=matthiaskrgrbors-153/+38
2025-09-07Rollup merge of #146290 - heiher:r-src-analysis-lsx, r=lqdMatthias Krüger-107/+3
2025-09-07Rollup merge of #146254 - yotamofek:pr/itertools-all-equal-value, r=cjgillotMatthias Krüger-46/+35
2025-09-07Auto merge of #146271 - niacdoial:improperctypes-refactor1, r=tgross35bors-886/+1036
2025-09-07Revert "Add LSX accelerated implementation for source file analysis"WANG Rui-107/+3
2025-09-07Allow simplifying aggregates if LHS is not a simple local.Camille GILLOT-28/+17
2025-09-07Auto merge of #146285 - matthiaskrgr:rollup-oaokoo3, r=matthiaskrgrbors-22/+16
2025-09-06Rollup merge of #146251 - hkBst:clippy-fix-8, r=cjgillotMatthias Krüger-20/+14
2025-09-06Rollup merge of #146240 - hkBst:query-1, r=cjgillotMatthias Krüger-1/+1
2025-09-06Rollup merge of #146236 - hkBst:gpu-1, r=ZuseZ4Matthias Krüger-1/+1
2025-09-06Auto merge of #146282 - tgross35:rollup-0n5tjnm, r=tgross35bors-6/+17
2025-09-06ImproperCTypes: redo state trackingniacdoial-138/+225
2025-09-06ImproperCTypes: re-separate linting and checkingniacdoial-224/+292
2025-09-06ImproperCTypes: more pre-emptive cleanupniacdoial-30/+15
2025-09-06ImproperCTypes: move code and tests into proper directoriesniacdoial-859/+869
2025-09-06Rollup merge of #146280 - mohe2015:public-for-rustfmt-forks, r=lqdTrevor Gross-1/+3
2025-09-06Rollup merge of #146272 - rperier:rustc_llvm_werror_remove_commment_llvm22, r...Trevor Gross-4/+4
2025-09-06Rollup merge of #146206 - lcnr:fix-non-defining-uses, r=BoxyUwUTrevor Gross-1/+10
2025-09-06Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzolbors-5/+21
2025-09-06Move timers into execute_*_work_itembjorn3-27/+20
2025-09-06Remove want_summary argument from prepare_thinbjorn3-37/+16
2025-09-06Remove thin_link_data method from ThinBufferMethodsbjorn3-13/+8
2025-09-06Make `LetChainsPolicy` public for rustfmt usageMoritz Hedtke-1/+3
2025-09-06Auto merge of #146232 - bjorn3:lto_allocator_shim, r=lqdbors-29/+60