about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-10-31Improve the missing_abi lint.Mara Bos-13/+14
2024-10-30Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubileeMatthias Krüger-138/+103
2024-10-30Rollup merge of #132340 - Zalathar:set-section, r=compiler-errorsMatthias Krüger-18/+18
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-202/+138
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-18/+11
2024-10-30Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errorsMatthias Krüger-507/+512
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-7/+18
2024-10-30Clean up FFI calls for operand bundlesZalathar-138/+103
2024-10-30Consistently use safe wrapper function `set_section`Zalathar-18/+18
2024-10-30Remove `Engine`.Nicholas Nethercote-102/+80
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-113/+71
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-7/+18
2024-10-29Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxuMatthias Krüger-237/+245
2024-10-29Rollup merge of #132274 - compiler-errors:cleanup-op-lookup, r=nnethercoteMatthias Krüger-83/+65
2024-10-29Rollup merge of #132157 - estebank:long-types-3, r=jieyouxuMatthias Krüger-13/+2
2024-10-29Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto...Matthias Krüger-0/+12
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-9/+6
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-13/+2
2024-10-29rebaselcnr-2/+3
2024-10-29remove outdated debug_assertionlcnr-3/+0
2024-10-29TypingMode :thinking:lcnr-505/+512
2024-10-29Clean up FFI calls for setting module flagsZalathar-212/+242
2024-10-29Don't set unnecessary module flag "LTOPostLink"Zalathar-25/+3
2024-10-29Rollup merge of #132216 - klensy:c_uint, r=cuviperJubilee-9/+9
2024-10-29Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorinoJubilee-14/+2
2024-10-29Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnrJubilee-24/+196
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-92/+98
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-296/+387
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-85/+245
2024-10-29correct LLVMRustDIBuilderCreateOpLLVMFragment return typeklensy-1/+1
2024-10-29correct LLVMRustCreateThinLTOData arg typesklensy-8/+8
2024-10-28Hack out effects support for old solverMichael Goulet-24/+196
2024-10-28Remove some goofy slice logic from the operator pathMichael Goulet-25/+26
2024-10-28Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-...Jubilee-4/+1
2024-10-28Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errorsJubilee-87/+110
2024-10-28Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errorsJubilee-37/+39
2024-10-28Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errorsJubilee-19/+30
2024-10-28Rollup merge of #132247 - workingjubilee:add-rustc-abi-to-smir, r=celinvalJubilee-43/+31
2024-10-28Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillotJubilee-106/+176
2024-10-28stable_mir: Directly use types from rustc_abiJubilee Young-43/+31
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-37/+39
2024-10-28Inline construct_obligation_for_traitMichael Goulet-29/+5
2024-10-28Inline obligation_for_methodMichael Goulet-35/+40
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-3/+2
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-92/+98
2024-10-28Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgrbors-67/+67
2024-10-28refactor: cleaner check to return NoneChrisCho-H-4/+1
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-85/+245
2024-10-28Rollup merge of #132252 - workingjubilee:rename-layouts-to-layoutdata, r=jiey...Matthias Krüger-58/+58
2024-10-28Rollup merge of #132248 - workingjubilee:add-rustc-abi-to-transmute, r=compil...Matthias Krüger-9/+9