summaryrefslogtreecommitdiff
path: root/compiler/rustc_const_eval
AgeCommit message (Expand)Author
2024-09-29cleanup: don't `.into()` identical typesMatthias Krüger
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky
2024-09-24unify dyn* coercions with other pointer coercionsLukas Markeffsky
2024-09-23Rollup merge of #130727 - compiler-errors:objects, r=RalfJungMichael Goulet
2024-09-23Check vtable projections for validity in miriMichael Goulet
2024-09-23fix unqualified_local_imports in rustc_const_evalRalf Jung
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet
2024-09-22Rollup merge of #130690 - RalfJung:interpret-abi-compat-fixme, r=jieyouxuGuillaume Gomez
2024-09-22Auto merge of #130689 - RalfJung:rustc_nonnull_optimization_guaranteed, r=jie...bors
2024-09-22fix rustc_nonnull_optimization_guaranteed docsRalf Jung
2024-09-22interpret: remove outdated FIXMERalf Jung
2024-09-21Rollup merge of #130665 - veera-sivarajan:fix-118612, r=compiler-errorsJubilee
2024-09-21Prevent Deduplication of `LongRunningWarn`Veera
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky
2024-09-16make `LayoutCx` not genericLukas Markeffsky
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger
2024-09-15Auto merge of #130390 - matthiaskrgr:rollup-evbfwe2, r=matthiaskrgrbors
2024-09-15interpret: get_ptr_alloc_mut: lookup allocation only onceRalf Jung
2024-09-15also stabilize const_refs_to_cellRalf Jung
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung
2024-09-15clean up const checking of mutable referencesRalf Jung
2024-09-15stabilize const_mut_refsRalf Jung
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors
2024-09-14Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnrLeón Orell Valerian Liehr
2024-09-14interpret: fix dealing with overflow during slice indexingRalf Jung
2024-09-13interpret: simplify SIMD type handlingRalf Jung
2024-09-13Rename and reorder lots of lifetimes.Nicholas Nethercote
2024-09-12Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxuStuart Cook
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook
2024-09-11Rollup merge of #130239 - RalfJung:miri-ptr-offset-unsigned, r=compiler-errorsJubilee
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee
2024-09-11clippy::useless_conversionMichael Goulet
2024-09-11miri: fix overflow detection for unsigned pointer offsetRalf Jung
2024-09-11Simplify some nested if statementsMichael Goulet
2024-09-10interpret: mark some hot functions inline(always)Ralf Jung
2024-09-10turn errors that should be impossible due to our static checks into ICEsRalf Jung
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung
2024-09-09union padding computation: add fast-path for ZSTRalf Jung
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz
2024-09-08clarify comments and names in check_validity_requirementRalf Jung
2024-09-08interpret: reset padding during validationRalf Jung
2024-09-08interpret: reset provenance on typed copiesRalf Jung
2024-09-08interpret: factor out common code for place mutationRalf Jung