<?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 Cargo.toml</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f302ebd6 - Release Wasmtime 44.0.1 (#13241)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#f302ebd6</link>
        <description>Release Wasmtime 44.0.1 (#13241)[automatically-tag-and-release-this-commit]Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Thu, 30 Apr 2026 15:36:47 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c5ab9e5a - Bump Wasmtime to 44.0.0 (#12728)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#c5ab9e5a</link>
        <description>Bump Wasmtime to 44.0.0 (#12728)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Thu, 05 Mar 2026 15:31:51 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfcd588 - deps: Update `bumpalo` to version 3.20.0 (#12614)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#bbfcd588</link>
        <description>deps: Update `bumpalo` to version 3.20.0 (#12614)

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Wed, 18 Feb 2026 16:44:02 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>72520ee5 - Bump Wasmtime to 43.0.0 (#12531)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#72520ee5</link>
        <description>Bump Wasmtime to 43.0.0 (#12531)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Thu, 05 Feb 2026 15:43:24 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>487d1fcc - Optimize ISLE compilation (#12303)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#487d1fcc</link>
        <description>Optimize ISLE compilation (#12303)* optimize isle codegen for rustc* opt-in for optimizing isle codegen* have a controller threshold

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Tue, 27 Jan 2026 16:39:46 +0000</pubDate>
        <dc:creator>Bongjun Jang &lt;bongjun.jang@kaist.ac.kr&gt;</dc:creator>
    </item>
<item>
        <title>9acefdfe - Merge `wasmtime-math` into `wasmtime-core` (#12398)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#9acefdfe</link>
        <description>Merge `wasmtime-math` into `wasmtime-core` (#12398)* Merge `wasmtime-math` into `wasmtime-core`No real need to have two &quot;core&quot; crates, let&apos;s just have one.* Fix warnings

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Fri, 23 Jan 2026 16:53:02 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>76911c29 - Partial support for no_std in cranelift_codegen (#12222)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#76911c29</link>
        <description>Partial support for no_std in cranelift_codegen (#12222)* Move most things from std to core and alloc* Port assembler_x64 to no_std* before adding prelude to each file* Most of the files now work with no_std* update isle to use alloc and core* some instances shouldn&apos;t have been renamed, fixes cargo test* add cranelift-assembler-x64 (no_std) to CI* fix codegen_meta, missed one spot with std::slice* automatically remove prelude with cargo fix* update isle changes* update assembler changes* update assembler changes* use latest codegen changes + fix FxHash problem* add imports* fix floating issues with libm* remove unused import* temporarily remove OnceLock* add no_std arm support and add it into CI* Move most things from std to core and alloc* Port assembler_x64 to no_std* before adding prelude to each file* Most of the files now work with no_std* update isle to use alloc and core* some instances shouldn&apos;t have been renamed, fixes cargo test* add cranelift-assembler-x64 (no_std) to CI* automatically remove prelude with cargo fix* update isle changes* update assembler changes* update assembler changes* use latest codegen changes + fix FxHash problem* add imports* fix floating issues with libm* remove unused import* temporarily remove OnceLock* add no_std arm support and add it into CI* Move most things from std to core and alloc* Port assembler_x64 to no_std* before adding prelude to each file* Most of the files now work with no_std* update isle to use alloc and core* add cranelift-assembler-x64 (no_std) to CI* automatically remove prelude with cargo fix* update isle changes* update assembler changes* use latest codegen changes + fix FxHash problem* add imports* fix floating issues with libm* temporarily remove OnceLock* add no_std arm support and add it into CI* revert Cargo.toml formating* remove prelude and fix cargo.toml* cargo fmt* remove empty lines* bad renames* macro_use only on no_std* revert OnceLock change* only use stable libm features* update regalloc2* update comment* use continue instead* Update vets---------Co-authored-by: Alex Crichton &lt;alex@alexcrichton.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Wed, 07 Jan 2026 16:41:32 +0000</pubDate>
        <dc:creator>SSD &lt;96286755+the-ssd@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>1d8ab4b1 - Bump Wasmtime to 42.0.0 (#12240)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#1d8ab4b1</link>
        <description>Bump Wasmtime to 42.0.0 (#12240)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Mon, 05 Jan 2026 15:04:27 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9dc6a7d0 - Bump Wasmtime to 41.0.0 (#12126)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#9dc6a7d0</link>
        <description>Bump Wasmtime to 41.0.0 (#12126)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Fri, 05 Dec 2025 00:36:49 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>afe9bcd1 - Bump Wasmtime to 40.0.0 (#11983)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#afe9bcd1</link>
        <description>Bump Wasmtime to 40.0.0 (#11983)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Wed, 05 Nov 2025 01:03:14 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>48da3134 - Bump Wasmtime to 39.0.0 (#11793)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#48da3134</link>
        <description>Bump Wasmtime to 39.0.0 (#11793)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Mon, 06 Oct 2025 14:43:06 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>db7b44d2 - Bump Wasmtime to 38.0.0 (#11613)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#db7b44d2</link>
        <description>Bump Wasmtime to 38.0.0 (#11613)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Fri, 05 Sep 2025 00:21:03 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>2eda6384 - Bump Wasmtime to 37.0.0 (#11381)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#2eda6384</link>
        <description>Bump Wasmtime to 37.0.0 (#11381)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Tue, 05 Aug 2025 01:02:42 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e2403113 - Bump Wasmtime to 36.0.0 (#11184)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#e2403113</link>
        <description>Bump Wasmtime to 36.0.0 (#11184)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Mon, 07 Jul 2025 16:36:19 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>3e3fafe8 - x64: Internalize `encoding` module (#11151)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#3e3fafe8</link>
        <description>x64: Internalize `encoding` module (#11151)Don&apos;t export this module from the crate itself to enable dead-codewarnings about the module, for example the `VexInstruction` type is nowunused. This required refactoring Winch a bit to use the new assemblerfor a patchable add instruction.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Fri, 27 Jun 2025 19:54:16 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>f678260b - Cranelift: Revive division-by-constant magic sequences (#11129)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#f678260b</link>
        <description>Cranelift: Revive division-by-constant magic sequences (#11129)* Revive the old module for generation division-by-constant magic numbers* Add proptests for divide-by-constant magic number generators* Use division-by-constant magic sequences in the ISLE mid-endThe application of these sequences have been ported to ISLE now to betterintegrate with our existing mid-end optimizations and to allow for recursiverule application in the optimized right-hand sides.Fixes https://github.com/bytecodealliance/wasmtime/issues/6049* Fix transcription to ISLE and failing tests* address review feedback* Fix ci test failure

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Wed, 25 Jun 2025 19:59:31 +0000</pubDate>
        <dc:creator>Nick Fitzgerald &lt;fitzgen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>78836186 - Bump Wasmtime to 35.0.0 (#10926)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#78836186</link>
        <description>Bump Wasmtime to 35.0.0 (#10926)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Thu, 05 Jun 2025 00:20:27 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9d384235 - Refactor float-to-int conversion bounds (#10884)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#9d384235</link>
        <description>Refactor float-to-int conversion bounds (#10884)This commit deduplicates a number of locations throughout the codebasethat contain the bounds for float-to-int conversions. These bounds arerelatively subtle and not easy to get right so it&apos;s probably best tokeep them all centralized in one location.

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Mon, 02 Jun 2025 16:45:11 +0000</pubDate>
        <dc:creator>Alex Crichton &lt;alex@alexcrichton.com&gt;</dc:creator>
    </item>
<item>
        <title>5ef22092 - Bump Wasmtime to 34.0.0 (#10726)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#5ef22092</link>
        <description>Bump Wasmtime to 34.0.0 (#10726)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Mon, 05 May 2025 14:52:46 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e06fe2c5 - Bump Wasmtime to 33.0.0 (#10525)</title>
        <link>http://172.16.0.5:8080/history/wasmtime-44.0.1/cranelift/codegen/Cargo.toml#e06fe2c5</link>
        <description>Bump Wasmtime to 33.0.0 (#10525)Co-authored-by: Wasmtime Publish &lt;wasmtime-publish@users.noreply.github.com&gt;

            List of files:
            /wasmtime-44.0.1/cranelift/codegen/Cargo.toml</description>
        <pubDate>Sat, 05 Apr 2025 05:01:39 +0000</pubDate>
        <dc:creator>wasmtime-publish &lt;59749941+wasmtime-publish@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
