<?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>0889323a - cranelift-codegen: rename most uses of std to core and alloc (#12237)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#0889323a</link>
        <description>cranelift-codegen: rename most uses of std to core and alloc (#12237)* rename most std uses to core and alloc* cargo fmt

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Sat, 03 Jan 2026 00:54:48 +0000</pubDate>
        <dc:creator>SSD &lt;96286755+the-ssd@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>5856590f - Configure workspace lints, enable running some Clippy lints on CI (#7561)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#5856590f</link>
        <description>Configure workspace lints, enable running some Clippy lints on CI (#7561)* Configure Rust lints at the workspace levelThis commit adds necessary configuration knobs to have lints configuredat the workspace level in Wasmtime rather than the crate level. Thisuses a feature of Cargo first released with 1.74.0 (last week) of the`[workspace.lints]` table. This should help create a more consistent setof lints applied across all crates in our workspace in addition topossibly running select clippy lints on CI as well.* Move `unused_extern_crates` to the workspace levelThis commit configures a `deny` lint level for the`unused_extern_crates` lint to the workspace level rather than theprevious configuration at the individual crate level.* Move `trivial_numeric_casts` to workspace level* Change workspace lint levels to `warn`CI will ensure that these don&apos;t get checked into the codebase andotherwise provide fewer speed bumps for in-process development.* Move `unstable_features` lint to workspace level* Move `unused_import_braces` lint to workspace level* Start running Clippy on CIThis commit configures our CI to run `cargo clippy --workspace` for allmerged PRs. Historically this hasn&apos;t been all the feasible due to theamount of configuration required to control the number of warnings onCI, but with Cargo&apos;s new `[lint]` table it&apos;s possible to have aone-liner to silence all lints from Clippy by default. This commit bydefault sets the `all` lint in Clippy to `allow` to by-default disablewarnings from Clippy. The goal of this PR is to enable selective accessto Clippy lints for Wasmtime on CI.* Selectively enable `clippy::cast_sign_loss`This would have fixed #7558 so try to head off future issues with thatby warning against this situation in a few crates. This lint is stillquite noisy though for Cranelift for example so it&apos;s not worthwhile atthis time to enable it for the whole workspace.* Fix CI errorprtest:full

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Mon, 20 Nov 2023 23:23:41 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>62fdafa1 - Remove clippy configuration from repo and crates (#6927)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#62fdafa1</link>
        <description>Remove clippy configuration from repo and crates (#6927)Wasmtime&apos;s CI does not run clippy so there&apos;s no enforcement of thisconfiguration. Additionally the configuration per-crate is not uniformlyapplied across all of the Wasmtime workspace and is only on somehistorical crates. Because we don&apos;t run clippy in CI this commit removesall of the clippy annotations for allow/warn/deny from the source.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Tue, 29 Aug 2023 21:07:27 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>2b89b13c - Move condcodes from cranelift-codegen-shared to cranelift-codegen</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#2b89b13c</link>
        <description>Move condcodes from cranelift-codegen-shared to cranelift-codegen

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Sun, 10 Oct 2021 12:23:26 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9e34df33 - Remove the old x86 backend</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#9e34df33</link>
        <description>Remove the old x86 backend

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Fri, 18 Jun 2021 15:28:55 +0000</pubDate>
        <dc:creator>bjorn3 &lt;bjorn3@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c9e8889d - Update clippy annotation to use latest version (#2375)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#c9e8889d</link>
        <description>Update clippy annotation to use latest version (#2375)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Mon, 09 Nov 2020 15:24:59 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d4df756a - Remove packed_struct dependency; closes #1271 and #1284 (#1282)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#d4df756a</link>
        <description>Remove packed_struct dependency; closes #1271 and #1284 (#1282)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Fri, 13 Dec 2019 01:01:31 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f8ae6220 - Use a struct interface for creating and reading encoding bits on x86. #1156 (#1212)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#f8ae6220</link>
        <description>Use a struct interface for creating and reading encoding bits on x86. #1156 (#1212)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Thu, 14 Nov 2019 01:01:13 +0000</pubDate>
        <dc:creator>Sean Stangl &lt;sean.stangl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f6688695 - Share constants between codegen and the meta crate;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#f6688695</link>
        <description>Share constants between codegen and the meta crate;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Wed, 09 Oct 2019 15:38:29 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>d404368d - Share constant_hash code between the meta and codegen crates;</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#d404368d</link>
        <description>Share constant_hash code between the meta and codegen crates;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Wed, 09 Oct 2019 14:35:33 +0000</pubDate>
        <dc:creator>Benjamin Bouvier &lt;public@benj.me&gt;</dc:creator>
    </item>
<item>
        <title>c648fa3d - Move condcodes.rs to a new crate, cranelift-codegen-shared</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs#c648fa3d</link>
        <description>Move condcodes.rs to a new crate, cranelift-codegen-sharedThis move allows the `IntCC`/`FloatCC` enums to be used in both meta (for predicate matching) and in codegen. To avoid breaking any code dependent on the previous location of condcodes.rs (`cranelift-codegen/src/condcodes.rs`), the module is re-exported under `cranelift_codegen::ir`.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/shared/src/lib.rs</description>
        <pubDate>Mon, 23 Sep 2019 18:04:50 +0000</pubDate>
        <dc:creator>Andrew Brown &lt;andrew.brown@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
