rust/compiler/rustc_hir_analysis/src/check
Celina G. Val 2bb1464cb6 Improve contracts intrisics and remove wrapper function
1. Document the new intrinsics.
2. Make the intrinsics actually check the contract if enabled, and
   remove `contract::check_requires` function.
3. Use panic with no unwind in case contract is using to check for
   safety, we probably don't want to unwind. Following the same
   reasoning as UB checks.
2025-02-03 13:55:15 -08:00
..
compare_impl_item Remove an unnecessary lifetime from RemapLateParam. 2025-01-31 08:27:15 +11:00
check.rs Rename tcx.ensure() to tcx.ensure_ok() 2025-02-01 12:38:54 +11:00
compare_impl_item.rs Rename tcx.ensure() to tcx.ensure_ok() 2025-02-01 12:38:54 +11:00
dropck.rs Remove an out-of-date FIXME comment. 2025-01-31 08:27:15 +11:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
intrinsic.rs Improve contracts intrisics and remove wrapper function 2025-02-03 13:55:15 -08:00
intrinsicck.rs Clarify why a type is rejected for asm! 2024-12-11 20:17:37 +00:00
mod.rs Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr 2025-01-31 00:26:31 -05:00
region.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
wfcheck.rs Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors 2025-02-03 19:13:27 +08:00