about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-13Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obkMatthias Krüger-1/+1
2024-03-13Rollup merge of #122424 - testwill:typos, r=michaelwoeristerMatthias Krüger-3/+3
2024-03-13Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obkbors-6/+28
2024-03-13Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkovbors-263/+399
2024-03-13Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obkbors-2/+4
2024-03-13delay expand macro bang when there has indeterminate pathbohan-263/+399
2024-03-13Fix StableMIR is_full computationCelina G. Val-1/+1
2024-03-13Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgrbors-432/+412
2024-03-13fix: typosguoguangwu-3/+3
2024-03-13Rollup merge of #122400 - wutchzone:122345, r=fmeaseMatthias Krüger-21/+31
2024-03-13Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errorsMatthias Krüger-0/+7
2024-03-13Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercoteMatthias Krüger-83/+63
2024-03-13Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinvalMatthias Krüger-0/+22
2024-03-13Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasperMatthias Krüger-233/+149
2024-03-13Rollup merge of #121820 - Nadrieril:idxpat2, r=compiler-errorsMatthias Krüger-95/+140
2024-03-13Auto merge of #121421 - saethlin:smarter-mono, r=oli-obkbors-4/+146
2024-03-13Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoeristerbors-2/+56
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-11/+52
2024-03-13coverage: Remove all unstable values of `-Cinstrument-coverage`Zalathar-75/+14
2024-03-13Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obkbors-42/+18
2024-03-12Avoid lowering code under dead SwitchInt targetsBen Kimock-4/+146
2024-03-12Add `intrinsic_name` to get plain intrinsic nameAdrian Palacios-0/+22
2024-03-12Fix ICE in diagnostics for parenthesized type argumentsDaniel Sedlak-21/+31
2024-03-12Don't Create `ParamCandidate` When Obligation Contains ErrorsVeera-0/+7
2024-03-12Auto merge of #122389 - workingjubilee:rollup-vbdniap, r=workingjubileebors-7/+21
2024-03-12Rollup merge of #122381 - krasimirgg:llvm-19-mar, r=durin42Jubilee-2/+7
2024-03-12Rollup merge of #122377 - zetanumbers:discriminant_kind_copypaste_fix, r=oli-obkJubilee-2/+3
2024-03-12Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnrJubilee-0/+4
2024-03-12Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkovJubilee-3/+7
2024-03-12Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoeristerbors-0/+3
2024-03-12llvm-wrapper: adapt for LLVM API changesKrasimir Georgiev-2/+7
2024-03-12Fix discriminant_kind copy paste from the pointee trait caseDaria Sukhonina-2/+3
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-159/+366
2024-03-12Some comment nitsOli Scherer-6/+5
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-140/+75
2024-03-12Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgrbors-48/+73
2024-03-12Fix stack overflow with recursive associated typesOli Scherer-0/+4
2024-03-12Exhaustively match on the mutability and nestednessOli Scherer-7/+9
2024-03-12Manual rustfmtOli Scherer-5/+5
2024-03-12s/mt/mutability/Oli Scherer-18/+25
2024-03-12Ensure nested allocations in statics do not get deduplicatedOli Scherer-49/+228
2024-03-12Make some functions private that are only ever used in the same moduleOli Scherer-2/+2
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-10/+16
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-75/+79
2024-03-12Stop requiring a type when codegenning types. We can get all the type info we...Oli Scherer-10/+3
2024-03-12Check whether a static is mutable instead of passing it downOli Scherer-9/+9
2024-03-12Swap the order of a piece of code to make follow up diffs simplerOli Scherer-2/+2
2024-03-12Use information from allocation instead of from the static's typeOli Scherer-2/+6
2024-03-12Move `codegen_static` function body to an inherent method in preparation of s...Oli Scherer-23/+27
2024-03-12Reduce some duplicate work that is being done around staticsOli Scherer-8/+18