about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-15Add documentation for select_where_possible and select_all_or_errortiif-1/+16
2025-09-15Add check to make sure ConstParamTy impls of certain types are gated with #[u...tiif-15/+23
2025-09-15Remove UnsizedConstParamTy trait and make it into an unstable impltiif-65/+4
2025-09-15rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber listTsukasa OI-0/+1
2025-09-14Fix typo in error messageJules Bertholet-1/+1
2025-09-14Elaborate comment.Camille Gillot-2/+6
2025-09-14Comment.Camille Gillot-0/+9
2025-09-14Auto merge of #145881 - fmease:mv-var-to-dyn-buf-lints, r=joshtriplettbors-432/+303
2025-09-14Move more early buffered lints to dyn lint diagnostics (4/N)León Orell Valerian Liehr-98/+66
2025-09-14Move more early buffered lints to dyn lint diagnostics (3/N)León Orell Valerian Liehr-55/+39
2025-09-14Remove a dead early lintLeón Orell Valerian Liehr-18/+0
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-71/+50
2025-09-14Move more early buffered lints to dyn lint diagnostics (1/N)León Orell Valerian Liehr-190/+148
2025-09-14Drop armebv7r-none-eabi* to Tier 3Jonathan 'theJPster' Pallant-2/+2
2025-09-13merge crate-level into ALLOWED_TARGETSJana Dönszelmann-62/+23
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-11/+482
2025-09-13Auto merge of #146526 - jhpratt:rollup-afb1dgo, r=jhprattbors-14/+24
2025-09-13Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkinJacob Pratt-2/+2
2025-09-13Rollup merge of #146159 - camsteffen:hygiene-docs, r=petrochenkovJacob Pratt-12/+22
2025-09-13Auto merge of #146491 - jdonszelmann:update-fixme-compare_method_predicate_en...bors-8/+3
2025-09-13Improve the documentation around ZERO_AR_DATEMads Marquart-3/+13
2025-09-13Mark reads in statements to avoid overlapping assingments.Camille Gillot-10/+19
2025-09-13Stop counting opaques.Camille Gillot-25/+24
2025-09-13Do not hash opaques in GVN.Camille Gillot-39/+90
2025-09-13Introduce ValueSet.Camille Gillot-21/+97
2025-09-13update fixme in compare_method_predicate_entailment resulting from review of EIIJana Dönszelmann-8/+3
2025-09-13Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkovbors-298/+289
2025-09-13Rollup merge of #146456 - IoaNNUwU:issue-146446, r=estebankJacob Pratt-4/+10
2025-09-13Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwcoJacob Pratt-724/+357
2025-09-13Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-deadJana Dönszelmann-3/+15
2025-09-13Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obkJana Dönszelmann-3/+39
2025-09-12Don't store defaultness for inherent impl itemsCameron Steffen-6/+9
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-174/+139
2025-09-12Introduce hir::ImplItemImplKindCameron Steffen-70/+98
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-64/+62
2025-09-12Introduce trait_item_ofCameron Steffen-28/+25
2025-09-12Add --print target-spec-json-schemaNoratrieb-9/+113
2025-09-12Introduce `target_spec_enum` macro to avoid duplicationNoratrieb-715/+244
2025-09-12Remove unreachable unsized arg handling in `store_fn_arg/store_arg` in codegenZachary S-15/+5
2025-09-12Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=BoxyUwUbors-38/+207
2025-09-12sort array trait implementation suggestions correctlycyrgani-3/+15
2025-09-12Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726Stuart Cook-1/+17
2025-09-12Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlinStuart Cook-1/+20
2025-09-12remove outdated jsbackend leftoversklensy-7/+0
2025-09-12Auto merge of #146328 - zetanumbers:fix-141951, r=lcnrbors-5/+40
2025-09-11Skip cleanups on unsupported targetsAlex Crichton-8/+30
2025-09-12Use raw fmt str in format macroIoaNNUwU-4/+10
2025-09-11remove unused getLongestEntryLengthklensy-8/+0
2025-09-11remove unused macroklensy-116/+0
2025-09-11incompletely prefer opaque type bounds when self type bottoms out in inferMichael Goulet-14/+174