summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/error.rs
AgeCommit message (Expand)AuthorLines
2023-08-08interpret: remove incomplete protection against invalid where clausesRalf Jung-2/+0
2023-08-03Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obkMatthias Krüger-21/+17
2023-08-03Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726Matthias Krüger-1/+1
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-21/+17
2023-08-02avoid 'miri' when refering to the shared interpreterRalf Jung-1/+1
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-2/+2
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-25Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnrbors-3/+1
2023-07-25Make everything builtin!Michael Goulet-3/+1
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-2/+6
2023-07-24interpret: support projecting into Place::Local without force_allocationRalf Jung-3/+2
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-0/+1
2023-07-21support non-null pointer niches in CTFEMoulins-1/+0
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-06-01improve debug message by eagerly translatingDeadbeef-13/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-242/+195
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-7/+0
2023-05-17Finish move of query.rsJohn Kåre Alsaker-1/+2
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-6/+40
2023-04-28interpret: fail more gracefully on uninit unsized localsRalf Jung-0/+4
2023-02-14interpret: rename Pointer::from_addr → from_addr_invalidRalf Jung-1/+1
2023-02-07miri: fix ICE when running out of address spaceRalf Jung-1/+6
2022-11-17fix a typoRalf Jung-1/+1
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-19/+4
2022-11-07less unsupported errors in Miri, and clarifying commentsRalf Jung-7/+6
2022-10-07make const_err a hard errorRalf Jung-18/+1
2022-08-27interpret: make read-pointer-as-bytes *always* work in MiriRalf Jung-3/+10
2022-07-20consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)Ralf Jung-4/+4
2022-07-20make use of symbolic vtables in interpreterRalf Jung-18/+9
2022-07-20add a Vtable kind of symbolic allocationsRalf Jung-0/+3
2022-07-06interpret: use AllocRange in UninitByteAccessRalf Jung-51/+39
2022-07-06Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726bors-1/+1
2022-07-05impl TypeVisitable in type traversal macrosAlan Egerton-1/+1
2022-07-05adjust dangling-int-ptr error messageRalf Jung-10/+8
2022-07-02more use of format! variable captureRalf Jung-1/+1
2022-07-02add AllocRange Debug impl; remove redundant AllocId Display implRalf Jung-13/+7
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-2/+4
2022-06-05interpret: better control over whether we read data with provenance, and impl...Ralf Jung-1/+1
2022-05-24Add the transmute and asm checks to typeck as deferred checksOli Scherer-7/+0
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-1/+2
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-5/+9
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+2
2022-03-15Support other types of pluralization in pluralize macroest31-1/+1
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-0/+6
2022-03-03Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obkbors-0/+6
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-10/+10
2022-03-01Miri/CTFE: properly treat overflow in (signed) division/rem as UBRalf Jung-0/+6
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-1/+4
2022-02-20Implement LowerHex on Scalar to clean up their display in rustdocGuillaume Gomez-1/+1
2021-12-20better name for AdjustForForeignAbiError error variant in InterpErrorRalf Jung-4/+5