<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in lib.rs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8cc276b0 - Enable clippy&apos;s `redundant_field_names` lint (#10985)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wmemcheck/src/lib.rs#8cc276b0</link>
        <description>Enable clippy&apos;s `redundant_field_names` lint (#10985)Seems like a clear enough improvement and also something useful to havea lint for as refactorings enable/disable this pattern over time, sothis should help us stay consistent.

            List of files:
            /wasmtime-44.0.1/crates/wmemcheck/src/lib.rs</description>
        <pubDate>Mon, 09 Jun 2025 16:41:12 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>4c8edb95 - More clearly flag internal crates as such (#10963)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wmemcheck/src/lib.rs#4c8edb95</link>
        <description>More clearly flag internal crates as such (#10963)* More clearly flag internal crates as suchThis commit is an attempt to more clearly flag internal crates in thisproject as internal and not intended for external use. Specifically:* Many crates are renamed from `wasmtime-foo` to  `wasmtime-internal-foo`.* All of these crates now have `INTERNAL: ...` in their crates.io  description.* All of these crates now have a warning at the top of their  documentation discouraging use.This change is a result of rustsec/advisory-db#1999 where the goal is tobe crystal clear from a project perspective that usage of these cratesare highly discouraged and not supported. We&apos;ll still probably get suchadvisories but we won&apos;t be considering them CVEs from the project itselfdue to the internal nature of these crates and the discouragingwarnings.Some concrete changes used here are:* Inter-crate dependencies still use `wasmtime_foo` for naming and do  so with Cargo&apos;s package-renaming features.* Crate renames are specified at the workspace level so the rename is  only in one locations and all other inherit it.* Contribution documentation now has some brief guidelines about crate  organization.* Update vet config* Update checks for wasmtime-fiberprtest:full* Update publish script* Another fiber rename* Fix some doc tests

            List of files:
            /wasmtime-44.0.1/crates/wmemcheck/src/lib.rs</description>
        <pubDate>Fri, 06 Jun 2025 21:13:36 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>ca5a9db0 - Memcheck for Wasm guests in Wasmtime (#6820)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/crates/wmemcheck/src/lib.rs#ca5a9db0</link>
        <description>Memcheck for Wasm guests in Wasmtime (#6820)* attempt at inserting things where i think they might belong + questions* entry hook + questions* commented out all changes, doc comment errors* fix doc comment* libcalls build now!!!!* initial check_malloc_exit setup* WIP: load/store hooks* hooks added + building* added valgrind library* made wasm-valgrind accessible in wasmtime* check_malloc filled in...* move valgrind_state to an appropriate part of instanceit works!!!!!* yay it&apos;s working! (?) i think??* stack tracing in progress* errors + num bytes displayed* initial valgrind configuration* valgrind conditional some warnings fixed* conditional compilation + CLI flag finished* panic!() changed to bail!()* started adding doc comments* added memory grow hook + fixed access size handling* removed test.wasm* removed malloc_twice.wat* doc comments in spec.rs* pr feedback addressed* ran cargo fmt* addressing more feedback* Remove fuzz crate from wmemcheck.* Review feedback and test fix.* add wasmtime-wmemcheck crate to publish allowlist.* fix build without compiler features* reorder crates in publish list* Add trampolines for libcalls on s390x.* Make wasmtime-wmemcheck dep an exact version requirement.---------Co-authored-by: iximeow &lt;awortman@fastly.com&gt;Co-authored-by: Chris Fallin &lt;chris@cfallin.org&gt;Co-authored-by: iximeow &lt;git@iximeow.net&gt;

            List of files:
            /wasmtime-44.0.1/crates/wmemcheck/src/lib.rs</description>
        <pubDate>Wed, 16 Aug 2023 03:47:07 +0000</pubDate>
        <dc:creator>ssunkin-fastly &lt;134561977+ssunkin-fastly@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
