]> git.lizzy.rs Git - rust.git/commit
Remove pointer arithmetic intrinsics
authorJoe Richey <joerichey@google.com>
Fri, 15 May 2020 08:44:41 +0000 (01:44 -0700)
committerRalf Jung <post@ralfj.de>
Sat, 30 May 2020 07:06:37 +0000 (09:06 +0200)
commit394a57fc22d061c943985c741cca6cb5694586c5
tree7c6fd94576a576ea9f4cb4684bbe2ebbd3046148
parentdd1e1123346c04c0326142e953c910dda45e2285
Remove pointer arithmetic intrinsics

These are now implemented in rustc's mir interpreter

Signed-off-by: Joe Richey <joerichey@google.com>
src/operator.rs
src/shims/intrinsics.rs