rust/compiler/rustc_const_eval/src
Felix S. Klock II bcb8565f30 Contracts core intrinsics.
These are hooks to:

  1. control whether contract checks are run
  2. allow 3rd party tools to intercept and reintepret the results of running contracts.
2025-02-03 12:53:57 -08:00
..
check_consts Contracts core intrinsics. 2025-02-03 12:53:57 -08:00
const_eval Remove hook calling via TyCtxtAt. 2025-02-03 17:02:33 +11:00
interpret Contracts core intrinsics. 2025-02-03 12:53:57 -08:00
util Remove hook calling via TyCtxtAt. 2025-02-03 17:02:33 +11:00
errors.rs Implement MIR const trait stability checks 2025-01-28 05:01:12 +00:00
lib.rs introduce ty::Value 2025-01-30 17:47:44 +01:00