rust/compiler/rustc_const_eval/src/interpret
Jana Dönszelmann f6d37a25a9
Rollup merge of #134006 - klensy:typos, r=nnethercote
setup typos check in CI

This allows to check typos in CI, currently for compiler only (to reduce commit size with fixes). With current setup, exclude list is quite short, so it worth trying?

Also includes commits with actual typo fixes.

MCP: https://github.com/rust-lang/compiler-team/issues/817

typos check currently turned for:
* ./compiler
* ./library
* ./src/bootstrap
* ./src/librustdoc

After merging, PRs which enables checks for other crates (tools) can be implemented too.

Found typos will **not break** other jobs immediately: (tests, building compiler for perf run). Job will be marked as red on completion in ~ 20 secs, so you will not forget to fix it whenever you want, before merging pr.

Check typos: `python x.py test tidy --extra-checks=spellcheck`
Apply typo fixes: `python x.py test tidy --extra-checks=spellcheck:fix` (in case if there only 1 suggestion of each typo)

Current fail in this pr is expected and shows how typo errors emitted. Commit with error will be removed after r+.
2025-07-03 13:29:35 +02:00
..
call.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
cast.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
discriminant.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
eval_context.rs Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk 2025-06-27 22:13:05 +02:00
intern.rs const_eval: fix some outdated comments 2025-06-10 11:45:38 +02:00
intrinsics.rs miri: improve errors for type validity assertion failures 2025-07-02 17:47:46 +02:00
machine.rs rename Pointer::from_addr_invalid to match strict provenance API 2025-06-29 00:16:19 +02:00
memory.rs interpret: move the native call preparation logic into Miri 2025-07-02 14:25:11 +02:00
mod.rs Remove the nullary intrinsic const eval logic and treat them like other intrinsics 2025-06-30 08:04:40 +00:00
operand.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
operator.rs Add InterpCx::layout_of with tracing, shadowing LayoutOf 2025-06-27 11:49:22 +02:00
place.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
projection.rs Rollup merge of #143046 - RalfJung:zst-unsafe-cell, r=lcnr,oli-obk 2025-06-27 22:13:05 +02:00
stack.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
step.rs Update InterpCx::project_field to take FieldIdx 2025-06-05 19:15:56 -07:00
traits.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
util.rs Fix enter_trace_span!() using wrong $crate paths 2025-06-11 12:22:20 +02:00
validity.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
visitor.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00