about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-14Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errorsbors-5/+33
2024-09-14Rollup merge of #130317 - compiler-errors:no-ord, r=jackh726Stuart Cook-3/+3
2024-09-14Rollup merge of #130199 - compiler-errors:by-move, r=cjgillotStuart Cook-8/+4
2024-09-13Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgrbors-406/+425
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-5/+33
2024-09-13ProjectionElem and UnOp/BinOp dont need to be PartialOrd/OrdMichael Goulet-3/+3
2024-09-13Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e...Matthias Krüger-39/+35
2024-09-13Rollup merge of #130299 - vetleras:add_set_dcx, r=compiler-errorsMatthias Krüger-0/+4
2024-09-13Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillotMatthias Krüger-167/+161
2024-09-13Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errorsMatthias Krüger-4/+6
2024-09-13Rollup merge of #129320 - jder:issue-128848, r=compiler-errorsMatthias Krüger-196/+219
2024-09-13Auto merge of #130215 - RalfJung:interpret-simd, r=compiler-errorsbors-52/+40
2024-09-13When calling a method on Fn* traits explicitly, argument diagnostics shouldJesse Rusak-196/+219
2024-09-13interpret: simplify SIMD type handlingRalf Jung-52/+40
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-39/+35
2024-09-13Add set_dcx to ParseSessVetle Rasmussen-0/+4
2024-09-13Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae...bors-2/+14
2024-09-13Rename `FlowState` as `Domain`.Nicholas Nethercote-163/+160
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-21/+610
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-82/+136
2024-09-13Remove unnecessary `Clone`/`Copy` derives from analyses.Nicholas Nethercote-4/+1
2024-09-13simplify the suggestion notesDing Xiang Fei-111/+124
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-40/+24
2024-09-12Fix anon const def-creation when macros are involvedNoah Lev-52/+122
2024-09-12Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errorsMatthias Krüger-35/+25
2024-09-12Rollup merge of #130263 - Zalathar:sums, r=compiler-errorsMatthias Krüger-33/+27
2024-09-12Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkovMatthias Krüger-470/+481
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+3
2024-09-12Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalatharbors-726/+612
2024-09-12more eagerly discard constraints on overflowlcnr-35/+25
2024-09-12Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukangStuart Cook-27/+23
2024-09-12Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxuStuart Cook-28/+20
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-669/+561
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-2/+8
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-19/+27
2024-09-12Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxubors-10/+34
2024-09-12target: default to the medium code model on LoongArch targetsWANG Xuerui-4/+6
2024-09-12coverage: Simplify creation of sum countersZalathar-17/+13
2024-09-12coverage: Separate creation of edge counters from building their sumZalathar-28/+26
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-4/+129
2024-09-11Remove unused functions from ast CoroutineKindMichael Goulet-8/+0
2024-09-11Rollup merge of #130244 - samueltardieu:qmark-expansion-span-fix, r=jieyouxuJubilee-1/+1
2024-09-11Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errorsJubilee-1/+8
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-75/+66
2024-09-11Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e...Jubilee-1/+5
2024-09-12Introduce `'ra` lifetime name.Nicholas Nethercote-470/+481
2024-09-11Properly deny const gen/async gen fnsMichael Goulet-21/+25
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-19/+27
2024-09-11clippy::useless_conversionMichael Goulet-28/+20
2024-09-11Also fix if in elseMichael Goulet-290/+222