about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-30Rollup merge of #133620 - dev-ardi:simplify-hir_typeck_pass_to_variadic_funct...许杰友 Jieyou Xu (Joe)-16/+3
2024-11-30Rollup merge of #133599 - esp-rs:target/esp32s2-forced-atomics, r=Amanieu许杰友 Jieyou Xu (Joe)-0/+1
2024-11-30Rollup merge of #133587 - taiki-e:loongarch-asm-freg, r=Amanieu许杰友 Jieyou Xu (Joe)-1/+1
2024-11-30Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+4
2024-11-30Rollup merge of #132750 - daltenty:daltenty/libs, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+4
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-35/+7
2024-11-29Eliminate rustc_hir_pretty's print_expr_maybe_parenDavid Tolnay-21/+17
2024-11-29Eliminate rustc_ast_pretty's print_expr_maybe_parenDavid Tolnay-31/+87
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-7/+7
2024-11-29Add a commentDavid Tenty-0/+3
2024-11-29simplify how the `hir_typeck_pass_to_variadic_function` diagnostic is createdOrion Gonzalez-16/+3
2024-11-29simplify things using `tcx.as_lang_item`Maybe Lapkin-27/+25
2024-11-29don't polymorphize without a reason toMaybe Lapkin-2/+1
2024-11-29add a fixme for tailcalls with opaque typesMaybe Lapkin-0/+8
2024-11-29simplify things by using `tcx.fn_trait_kind_from_def_id`Maybe Lapkin-15/+9
2024-11-29fast reject: limit recursion depthlcnr-17/+53
2024-11-29Rollup merge of #133592 - WaffleLapkin:misc-meowing, r=jieyouxuMatthias Krüger-1/+1
2024-11-29Rollup merge of #131323 - jfrimmel:avr-inline-asm-clobber-abi, r=AmanieuMatthias Krüger-1/+28
2024-11-30coverage: Use a query to identify which counter/expression IDs are usedZalathar-84/+85
2024-11-30coverage: All counter terms in an unused function are zeroZalathar-4/+3
2024-11-30coverage: Allow niches in counter/expression IDsZalathar-2/+0
2024-11-30coverage: Hoist and explain the check for `coverage_cx`Zalathar-11/+14
2024-11-30coverage: Rename `CrateCoverageContext` to `CguCoverageContext`Zalathar-7/+7
2024-11-29Auto merge of #133619 - matthiaskrgr:rollup-7ywaheb, r=matthiaskrgrbors-182/+289
2024-11-29check local cache even if global is usablelcnr-6/+11
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-7/+10
2024-11-29Rollup merge of #133538 - dev-ardi:69232-better-diag, r=compiler-errorsMatthias Krüger-3/+26
2024-11-29Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errorsMatthias Krüger-172/+253
2024-11-29Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrumbors-816/+86
2024-11-29Remove `HybridBitSet`.Nicholas Nethercote-692/+3
2024-11-29Stop using `HybridBitSet` in `SparseBitMatrix`.Nicholas Nethercote-13/+18
2024-11-29Stop using `HybridBitSet` in dataflow diffs.Nicholas Nethercote-7/+7
2024-11-29Remove unused `HybridBitSet` methods from `BitSetExt`.Nicholas Nethercote-34/+2
2024-11-29Speed up `ChunkedBitIter`Nicholas Nethercote-55/+40
2024-11-29Tiny `ChunkedBitSet` improvements.Nicholas Nethercote-19/+16
2024-11-29Clarify `ChunkSize` invariants.Nicholas Nethercote-4/+8
2024-11-29Auto merge of #133608 - Zalathar:spans-revert, r=jieyouxubors-229/+263
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-229/+263
2024-11-29implement checks for tail callsMaybe Waffle-0/+399
2024-11-29Auto merge of #133409 - RalfJung:target-consistency, r=lcnrbors-973/+1137
2024-11-29bless the tests and add a new oneOrion Gonzalez-0/+2
2024-11-29Improve the diagnostic of fn item in variadic fnOrion Gonzalez-3/+24
2024-11-28Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlinbors-19/+58
2024-11-28Add +forced-atomics feature to esp32s2Scott Mabin-0/+1
2024-11-28fix a comment with uneven number of backticks in rustc_mir_buildMaybe Lapkin-1/+1
2024-11-28Structurally resolve before adjust_for_branchesMichael Goulet-4/+8
2024-11-29Update `-Zshow-span` help message.Nicholas Nethercote-1/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-6/+9
2024-11-28Share inline(never) generics across cratesMark Rousskov-19/+58
2024-11-29Support floats in input/output in vector registers of PowerPC inline assemblyTaiki Endo-2/+44