rust/compiler/rustc_const_eval/src/interpret
Josh Soref e09d0d2a29 Spelling - compiler
* account
* achieved
* advising
* always
* ambiguous
* analysis
* annotations
* appropriate
* build
* candidates
* cascading
* category
* character
* clarification
* compound
* conceptually
* constituent
* consts
* convenience
* corresponds
* debruijn
* debug
* debugable
* debuggable
* deterministic
* discriminant
* display
* documentation
* doesn't
* ellipsis
* erroneous
* evaluability
* evaluate
* evaluation
* explicitly
* fallible
* fulfill
* getting
* has
* highlighting
* illustrative
* imported
* incompatible
* infringing
* initialized
* into
* intrinsic
* introduced
* javascript
* liveness
* metadata
* monomorphization
* nonexistent
* nontrivial
* obligation
* obligations
* offset
* opaque
* opportunities
* opt-in
* outlive
* overlapping
* paragraph
* parentheses
* poisson
* precisely
* predecessors
* predicates
* preexisting
* propagated
* really
* reentrant
* referent
* responsibility
* rustonomicon
* shortcircuit
* simplifiable
* simplifications
* specify
* stabilized
* structurally
* suggestibility
* translatable
* transmuting
* two
* unclosed
* uninhabited
* visibility
* volatile
* workaround

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-04-17 16:09:18 -04:00
..
intrinsics Implement Copy for LocationDetail 2023-04-13 18:04:30 +00:00
cast.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
discriminant.rs Various minor Idx-related tweaks 2023-04-16 02:42:50 -07:00
eval_context.rs Report a backtrace for memory leaks under Miri 2023-04-16 08:52:00 -04:00
intern.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
intrinsics.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
machine.rs Report a backtrace for memory leaks under Miri 2023-04-16 08:52:00 -04:00
memory.rs Report a backtrace for memory leaks under Miri 2023-04-16 08:52:00 -04:00
mod.rs Add UnwindAction::Unreachable 2023-04-06 09:34:16 +01:00
operand.rs Move a const-prop-lint specific hack from mir interpret to const-prop-lint and make it fallible 2023-04-04 10:39:26 +00:00
operator.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
place.rs Use FieldIdx in various things related to aggregates 2023-04-01 20:32:50 -07:00
projection.rs Use target instead of machine for mir interpreter integer handling. 2023-02-15 08:56:18 +00:00
step.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
terminator.rs Fix mir interp of TerminatorKind::Terminate 2023-04-06 09:34:16 +01:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
validity.rs Spelling - compiler 2023-04-17 16:09:18 -04:00
visitor.rs basic dyn* support for Miri 2023-02-20 15:08:05 +01:00