Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic toolchain upgrade to nightly-2024-10-09 #3600

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-08 to nightly-2024-10-09 without any other source changes.

@github-actions github-actions bot requested a review from a team as a code owner October 14, 2024 15:13
Copy link
Contributor Author

This is an automatically generated pull request. If any of the CI checks fail,
manual intervention is required. In such a case, review the changes at
https://github.com/rust-lang/rust from
rust-lang/rust@3ae715c up to
rust-lang/rust@6f4ae0f. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/6f4ae0f345 Auto merge of #131412 - matthiaskrgr:rollup-478o6h6, r=matthiaskrgr

rust-lang/rust@cb252eef79 Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddle
rust-lang/rust@bb7232ec1c Rollup merge of #131400 - Zalathar:ignore-coverage, r=jieyouxu
rust-lang/rust@7e9da42d53 Rollup merge of #131378 - ojeda:ci-rfl, r=lqd
rust-lang/rust@a49aefcd8b Auto merge of #122709 - onur-ozkan:use-precompiled-rustc-by-default, r=Mark-Simulacrum
rust-lang/rust@4082f9f775 force download-rustc=if-unchanged for x86_64-gnu-tools runner
rust-lang/rust@abac4dc888 fix ci_rustc_if_unchanged_logic test
rust-lang/rust@8a5f418f14 handle CI rustc incompatible runners
rust-lang/rust@b0b4f4a1f3 fail on {dist, install} subcommand if download-rustc is enabled
rust-lang/rust@a3bb170e37 disable download-rustc on x86_64-gnu-integration
rust-lang/rust@ee5f51af30 disable read-only mode in mingw-check image for merge pipeline
rust-lang/rust@1090d8920c improve ci-rustc finding logic
rust-lang/rust@eb5e6239aa use if-unchanged only when ci rustc is available
rust-lang/rust@b21949b962 make an explicit change on compiler then run bootstrap test
rust-lang/rust@bfcd00190d add test for ci rustc's if-unchanged logic
rust-lang/rust@9826e3ece3 disable CI rustc when not using CI LLVM
rust-lang/rust@11af16c983 use precompiled rustc for non-dist builders by default
rust-lang/rust@10a9ee0607 Auto merge of #131404 - matthiaskrgr:rollup-z0dawoo, r=matthiaskrgr
rust-lang/rust@37a8ad8722 Rollup merge of #131395 - bjorn3:bjorn3_mailmap, r=lqd
rust-lang/rust@46f821a016 Rollup merge of #131392 - jieyouxu:remove-legacy-directive-check, r=Urgau
rust-lang/rust@7cb47b505c Rollup merge of #131348 - nnethercote:rustc_infer-more-cleanups, r=lcnr
rust-lang/rust@c9b4d1bfb1 Remove unneeded argument of LinkCollector::verify_disambiguator
rust-lang/rust@68e4d9654e Auto merge of #131399 - lnicola:sync-from-ra, r=lnicola
rust-lang/rust@27583378d3 Simplify the directives for ignoring coverage-test modes
rust-lang/rust@84a16c49d4 Auto merge of #18267 - lnicola:sync-from-rust, r=lnicola
rust-lang/rust@4316afffd9 Merge from rust-lang/rust
rust-lang/rust@537fb8d1bb Preparing for merge from rust-lang/rust
rust-lang/rust@76fc27a178 Auto merge of #18266 - lnicola:macos-13, r=lnicola
rust-lang/rust@aeaea1b4b1 Add a mailmap entry for bjorn3
rust-lang/rust@6a3c45e1c6 Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddle
rust-lang/rust@ac5361f95f Use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET
rust-lang/rust@b81a3c8199 Drop compiletest legacy directive checks
rust-lang/rust@cf24c73141 Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalathar
rust-lang/rust@3b1eee7755 Remove unnecessary return keyword.
rust-lang/rust@1dac23f6fe Use Default more in InferCtxtInner.
rust-lang/rust@4df21f2ca0 Downgrade a &mut self to &self.
rust-lang/rust@8b05df44f9 Remove Deref/DerefMut impls for RegionConstraintCollector.
rust-lang/rust@e8a0bd6549 Remove unnecessary lifetime from LeakCheck.
rust-lang/rust@85507cffc3 Inline and remove RegionConstraintStorage::remove_constraint_entry.
rust-lang/rust@2b57a785a9 Inline and remove RegionConstraintCollector::into_infos_and_data.
rust-lang/rust@0293827e09 Improve formatting of some comments.
rust-lang/rust@27dad009c6 Add a useful comment about InferOk.
rust-lang/rust@abf212c16c Remove OutlivesEnvironmentBuilder.
rust-lang/rust@e6c46db4e9 Auto merge of #131387 - Zalathar:rollup-kprp512, r=Zalathar
rust-lang/rust@acd64fa0d9 coverage. Warn about too many test vectors
rust-lang/rust@6e3e19f714 coverage. Adapt to mcdc mapping formats introduced by llvm 19
rust-lang/rust@99bd601df5 coverage. MCDC ConditionId start from 0 to keep with llvm 19
rust-lang/rust@911ac56e95 coverage. Disable supporting mcdc on llvm-18
rust-lang/rust@e0555e93fd Rollup merge of #131385 - jieyouxu:unvac, r=jieyouxu
rust-lang/rust@2da0d40389 Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxu
rust-lang/rust@ad96cf3685 Rollup merge of #131370 - notriddle:notriddle/screaming-camel-case, r=GuillaumeGomez
rust-lang/rust@4efe50d0a3 Rollup merge of #131369 - rustbot:docs-update, r=ehuss
rust-lang/rust@cc5a24caf6 Rollup merge of #131355 - clubby789:old-tests, r=jieyouxu
rust-lang/rust@e416a9cf4e Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee
rust-lang/rust@4d63896018 Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiser
rust-lang/rust@b8495e5dd2 Auto merge of #130251 - saethlin:ptr-offset-preconditions, r=Amanieu
rust-lang/rust@db6e31bba7 Remove myself from vacation
rust-lang/rust@89b0f8a689 Fix utf8-bom test
rust-lang/rust@5fb71c677f CI: rfl: move job forward to Linux v6.12-rc2
rust-lang/rust@f7eced3a21 Add comment to describe camelcase line break
rust-lang/rust@e23419fc97 rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE
rust-lang/rust@4d7c6ca1bb Update books
rust-lang/rust@126cb9bb78 Remove dead code
rust-lang/rust@382365bfe3 Add test for issue 30867
rust-lang/rust@fa4f18be55 Add test for issue 30472
rust-lang/rust@b27c22d6b0 Add test for issue 28994
rust-lang/rust@3afb7d687c Migrate emit-to-stdout to new run-make
rust-lang/rust@b577b26249 Add stdio configuring to run-make Rustc
rust-lang/rust@ad7d41ce90 Test for issue 23600
rust-lang/rust@8d562f6cc5 Disable slice_iter mir-opt test in debug builds
rust-lang/rust@128ccc3c26 Bless mir-opt tests
rust-lang/rust@9d5c961fa4 cfg out checks in add and sub but not offset
rust-lang/rust@6d246e47fb Add precondition checks to ptr::offset, ptr::add, ptr::sub
rust-lang/rust@d5984c7f71 Auto merge of #18255 - ChayimFriedman2:stack-overflow, r=HKalbasi
rust-lang/rust@0e96fd02f0 Use external stack in borrowck DFS
rust-lang/rust@fe2b453c97 Auto merge of #18227 - davidbarsky:davidbarsky/push-lmntvwvznyyx, r=davidbarsky
rust-lang/rust@a5a4d1a95b internal: add JSON formatting for hprof
rust-lang/rust@fae34e062e Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril
rust-lang/rust@03013688ec internal: Filter out opaque tokens in some of IDE feature macro descensions
rust-lang/rust@51537c686c Fix target_vendor in non-idf Xtensa ESP32 targets
rust-lang/rust@b91eeae559 Auto merge of #18219 - Veykril:veykril/push-ytnzuvtoswqz, r=Veykril
rust-lang/rust@7f8bd7e7ac fix: Fix bootstrap error message being incorrect
rust-lang/rust@00399ab1f5 Auto merge of #18206 - ShoyuVanilla:issue-18187, r=Veykril
rust-lang/rust@2064874a39 Fix: Handle block exprs as modules when finding their parents
rust-lang/rust@8621cbeab7 Auto merge of #18195 - davidbarsky:davidbarsky/push-xkqnsyksmzqv, r=Veykril
rust-lang/rust@d7440d7b27 internal: remove Default from OpQueue
rust-lang/rust@52e8eaa2a9 Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril
rust-lang/rust@d073a85220 When resolving labels in break and continue for the IDE, do not resolve them textually, instead reuse the results of HIR lowering
rust-lang/rust@4800a0eef7 Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril
rust-lang/rust@6938084f7e Auto merge of #18207 - mbwilding:master, r=Veykril
rust-lang/rust@1ca85ac706 Auto merge of #18085 - ChayimFriedman2:gate-test, r=Veykril
rust-lang/rust@91834ec719 Gate #[test] expansion under cfg(test).
rust-lang/rust@923cb99142 Provide an config option to not set cfg(test)
rust-lang/rust@e50339a5df Auto merge of #18205 - noahmbright:object_safety, r=HKalbasi
rust-lang/rust@8e4570ae13 When glueing together tokens from macros, merge their spans
rust-lang/rust@8f3c0f1daf Auto merge of #18208 - davidbarsky:davidbarsky/push-qkwkmttnukqt, r=lnicola
rust-lang/rust@490df54bd6 internal: allow overriding proc macro server in analysis-stats
rust-lang/rust@7b757b3e17 Rename object_safety to dyn_compatibility
rust-lang/rust@d8fb793739 Fix ambiguity with CamelCase diagnostic messages
rust-lang/rust@99b26382d8 Update handlers.rs to handlers/requests.rs
rust-lang/rust@46fe025e68 Auto merge of #18192 - darichey:read-buildfile-into-vfs, r=Veykril
rust-lang/rust@235809d088 Auto merge of #18204 - ChrisDenton:cc, r=lnicola
rust-lang/rust@9114a49050 Update cc to 1.1.22
rust-lang/rust@3f22f7def5 Auto merge of #17923 - basvandriel:feature/build-before-restart-debug, r=Veykril
rust-lang/rust@0d70f9f0dd Auto merge of #18196 - DropDemBits:sed-syntax-factory, r=Veykril
rust-lang/rust@5fcfd95dbf Auto merge of #18197 - alibektas:buggy_flycheck_message, r=Veykril
rust-lang/rust@99de8516f9 minor: Require both the existence of a target and check_workspace to be false to restart package-wide flycheck
rust-lang/rust@d6d1b4af8a minor: Use SyntaxEditor in extract_variable
rust-lang/rust@b9a0502f25 internal: Add SyntaxFactory to ease generating nodes with syntax mappings
rust-lang/rust@a547baed62 Auto merge of #18193 - Wilfred:startup_error, r=lnicola
rust-lang/rust@933b50740a fix: Don't report a startup error when a discover command is configured
rust-lang/rust@75ca498a48 Include buildfiles in vfs
rust-lang/rust@2904b35bdf Auto merge of #18188 - darichey:msrv, r=lnicola
rust-lang/rust@6e4f572dc2 Require rust 1.81
rust-lang/rust@14a14b59b7 Auto merge of #18180 - kpreid:search, r=davidbarsky
rust-lang/rust@1de266fa01 Auto merge of #18181 - davidbarsky:davidbarsky/push-nzstpumovmmx, r=davidbarsky
rust-lang/rust@83a371a8f7 Prime caches for symbol search too.
rust-lang/rust@4e4f01699e internal: add tracing to project discovery and VFS loading
rust-lang/rust@540e41f8b3 Add missing module flags for function-return=thunk-extern
rust-lang/rust@b204f48b5b Changes for debug restarting
rust-lang/rust@536ac471c4 Small fixes
rust-lang/rust@b24723a5c7 Fix the test
rust-lang/rust@b82c5ceba8 Less clones
rust-lang/rust@ecae5a8b33 Resolve completion items
rust-lang/rust@cc2686c1a9 Omit completion fields to be resolved later
rust-lang/rust@008d5130b7 Prepare for omittiong parts of completion data that need to be resolved

@zhassan-aws zhassan-aws reopened this Oct 14, 2024
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Oct 14, 2024
Copy link
Contributor

@zhassan-aws zhassan-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The increase in the verification time for s2n-quic/quic/s2n-quic-core/slice::tests::vectored_copy_fuzz_test from ~93s to ~150s is the usual noise (in a separate PR, the runtimes were 167.68547 and 150.45035). Approving.

@zhassan-aws zhassan-aws added this pull request to the merge queue Oct 14, 2024
Merged via the queue into main with commit 722b424 Oct 14, 2024
26 of 27 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-10-09 branch October 14, 2024 18:15
tautschnig added a commit to tautschnig/kani that referenced this pull request Dec 13, 2024
Updated version in all `Cargo.toml` files (via `find . -name Cargo.toml
-exec sed -i 's/version = "0.56.0"/version = "0.57.0"/' {} \;`) and ran
`cargo build-dev` to have `Cargo.lock` files updated.

GitHub generated release notes:

 ## What's Changed
* Remove the overflow checks for wrapping_offset by @zhassan-aws in model-checking#3589
* `kani-cov`: A coverage tool for Kani by @adpaco-aws in model-checking#3121
* Automatic toolchain upgrade to nightly-2024-10-04 by @github-actions in model-checking#3570
* Automatic toolchain upgrade to nightly-2024-10-05 by @github-actions in model-checking#3591
* Automatic toolchain upgrade to nightly-2024-10-06 by @github-actions in model-checking#3592
* Exclude Charon from workspace by @zhassan-aws in model-checking#3580
* Support fully-qualified --package arguments by @celinval in model-checking#3593
* Automatic toolchain upgrade to nightly-2024-10-07 by @github-actions in model-checking#3595
* Automatic toolchain upgrade to nightly-2024-10-08 by @github-actions in model-checking#3597
* Automatic cargo update to 2024-10-14 by @github-actions in model-checking#3598
* Bump tests/perf/s2n-quic from `17171ec` to `7752afb` by @dependabot in model-checking#3601
* Automatic toolchain upgrade to nightly-2024-10-09 by @github-actions in model-checking#3600
* Automatic toolchain upgrade to nightly-2024-10-10 by @github-actions in model-checking#3602
* Automatic toolchain upgrade to nightly-2024-10-11 by @github-actions in model-checking#3603
* Loop Contracts Annotation for While-Loop by @qinheping in model-checking#3151
* Automatic toolchain upgrade to nightly-2024-10-12 by @github-actions in model-checking#3604
* Update toolchain to 2024-10-15 by @zhassan-aws in model-checking#3605
* Automatic toolchain upgrade to nightly-2024-10-16 by @github-actions in model-checking#3607
* Implement proper function pointer handling for validity checks by @celinval in model-checking#3606
* Update toolchain to 2024-10-17 by @zhassan-aws in model-checking#3610
* Add fn that checks pointers point to same allocation by @celinval in model-checking#3583
* Automatic toolchain upgrade to nightly-2024-10-18 by @github-actions in model-checking#3613
* [aeneas] Preserve variable names by @zhassan-aws in model-checking#3560
* [Breaking change] Make `kani::check` private by @celinval in model-checking#3614
* Emit an error when proof_for_contract function is not found by @zhassan-aws in model-checking#3609
* Automatic toolchain upgrade to nightly-2024-10-19 by @github-actions in model-checking#3617
* Automatic toolchain upgrade to nightly-2024-10-20 by @github-actions in model-checking#3619
* Update test small_slice_eq by @qinheping in model-checking#3618
* Automatic toolchain upgrade to nightly-2024-10-21 by @github-actions in model-checking#3621
* Automatic cargo update to 2024-10-21 by @github-actions in model-checking#3622
* Bump tests/perf/s2n-quic from `7752afb` to `cd0314b` by @dependabot in model-checking#3625
* Update coverage flag in docs by @zhassan-aws in model-checking#3626
* Automatic toolchain upgrade to nightly-2024-10-22 by @github-actions in model-checking#3628
* Automatic toolchain upgrade to nightly-2024-10-23 by @github-actions in model-checking#3635
* Remove dead Option layer from run_piped by @zhassan-aws in model-checking#3634
* Add `free(0)` to codegen of loop contracts by @qinheping in model-checking#3637
* [Lean] Rename user-facing options from Aeneas to Lean by @zhassan-aws in model-checking#3630
* Fix ICE due to mishandling of Aggregate rvalue for raw pointers to trait objects by @carolynzech in model-checking#3636
* Automatic toolchain upgrade to nightly-2024-10-24 by @github-actions in model-checking#3639
* Add regular & fixme tests for function contracts by @celinval in model-checking#3371
* Call `goto-instrument` with `DFCC` only once by @qinheping in model-checking#3642
* Build and include `kani-cov` in the bundle by @adpaco-aws in model-checking#3641
* Fix loop contracts transformation when loops in branching by @qinheping in model-checking#3640
* Update toolchain to 10/25 by @carolynzech in model-checking#3648
* Automatic toolchain upgrade to nightly-2024-10-26 by @github-actions in model-checking#3651
* Automatic toolchain upgrade to nightly-2024-10-27 by @github-actions in model-checking#3652
* Bump tests/perf/s2n-quic from `cd0314b` to `ed9db08` by @dependabot in model-checking#3655
* Automatic cargo update to 2024-10-28 by @github-actions in model-checking#3654
* Automatic toolchain upgrade to nightly-2024-10-28 by @github-actions in model-checking#3653
* Reduce the number of object bits for refcell test by @zhassan-aws in model-checking#3656
* Move any_slice_from_array to kani_core by @qinheping in model-checking#3646
* Upgrade toolchain to 2024-10-29 by @zhassan-aws in model-checking#3658
* Add a timeout option by @zhassan-aws in model-checking#3649
* Upgrade toolchain to 2024-10-30 by @tautschnig in model-checking#3661
* Upgrade Rust toolchain to 2024-10-31 by @zhassan-aws in model-checking#3668
* Upgrade toolchain to 2024-11-01 by @tautschnig in model-checking#3671
* Automatic toolchain upgrade to nightly-2024-11-02 by @github-actions in model-checking#3673
* Implement `Arbitrary` for `Range*` by @c410-f3r in model-checking#3666
* Automatic toolchain upgrade to nightly-2024-11-03 by @github-actions in model-checking#3674
* codegen: Ask the layout if it is uninhabited, not its impl detail by @workingjubilee in model-checking#3675
* Automatic cargo update to 2024-11-04 by @github-actions in model-checking#3677
* Bump tests/perf/s2n-quic from `192de7d` to `65d55a4` by @dependabot in model-checking#3678
* Update dependencies following Audit workflow failure. by @remi-delmas-3000 in model-checking#3680
* Harness output individual files by @Alexander-Aghili in model-checking#3360
* Update Charon submodule to 2024-11-04 by @zhassan-aws in model-checking#3686
* Add support for float_to_int_unchecked by @zhassan-aws in model-checking#3660
* Change `same_allocation` to accept wide pointers by @celinval in model-checking#3684
* Automatic upgrade of CBMC from 6.3.1 to 6.4.0 by @github-actions in model-checking#3689
* Derive `Arbitrary` for enums with a single variant by @AlgebraicWolf in model-checking#3692
* Update cbmc-viewer to 3.10 by @remi-delmas-3000 in model-checking#3683
* Apply loop contracts only if there exists some usage by @qinheping in model-checking#3694
* Remove symtab json support by @celinval in model-checking#3695
* Remove CBMC viewer and visualize option by @zhassan-aws in model-checking#3699
* Ignore derivative in Cargo deny by @qinheping in model-checking#3708
* Upgrade Rust toolchain to 2024-11-08 by @zhassan-aws in model-checking#3703
* Automatic cargo update to 2024-11-11 by @github-actions in model-checking#3704
* Update verify-std-check workflow to enable loop contracts by @qinheping in model-checking#3705
* Automatic toolchain upgrade to nightly-2024-11-09 by @github-actions in model-checking#3709
* Bump tests/perf/s2n-quic from `65d55a4` to `cb41b35` by @dependabot in model-checking#3706
* Add support for f16 and f128 in float_to_int_unchecked intrinsic by @zhassan-aws in model-checking#3701
* Upgrade toolchain to nightly-2024-11-11 by @qinheping in model-checking#3710
* Automatic toolchain upgrade to nightly-2024-11-12 by @github-actions in model-checking#3713
* Update charon submodule by @zhassan-aws in model-checking#3716
* Revert "Ignore derivative in Cargo deny" by @qinheping in model-checking#3712
* Upgrade toolchain to nightly-2024-11-13 by @qinheping in model-checking#3715
* Automatic toolchain upgrade to nightly-2024-11-14 by @github-actions in model-checking#3719
* Automatic toolchain upgrade to nightly-2024-11-15 by @github-actions in model-checking#3720
* Fix codegen for rvalue aggregate raw pointer to an adt with slice tail by @carolynzech in model-checking#3644
* Improve Kani handling of function markers by @celinval in model-checking#3718
* Automatic toolchain upgrade to nightly-2024-11-16 by @github-actions in model-checking#3722
* Automatic toolchain upgrade to nightly-2024-11-17 by @github-actions in model-checking#3724
* Automatic cargo update to 2024-11-18 by @github-actions in model-checking#3723
* Bump tests/perf/s2n-quic from `cb41b35` to `4c3ba69` by @dependabot in model-checking#3725
* Automatic toolchain upgrade to nightly-2024-11-18 by @github-actions in model-checking#3727
* Enable contracts for const generic functions by @qinheping in model-checking#3726
* List Subcommand Improvements by @carolynzech in model-checking#3729
* Automatic toolchain upgrade to nightly-2024-11-19 by @github-actions in model-checking#3730
* add support for enum, struct, tuple in llbc backend by @thanhnguyen-aws in model-checking#3721
* Fix issues with how we compute DST size by @celinval in model-checking#3687
* Bump tests/perf/s2n-quic from `4c3ba69` to `c84ba19` by @dependabot in model-checking#3736
* Fix size and alignment computation for intrinsics by @celinval in model-checking#3734
* Automatic cargo update to 2024-11-25 by @github-actions in model-checking#3735
* Cleanup a few internal compiler deps by @celinval in model-checking#3739
* Add a Kani function that checks if the range of a float is valid for conversion to int by @zhassan-aws in model-checking#3742
* Dropping support for Ubuntu 18.04 / AL2. by @thanhnguyen-aws in model-checking#3744
* Update toolchain to nightly-2024-11-26 by @celinval in model-checking#3740
* Automatic upgrade of CBMC from 6.4.0 to 6.4.1 by @github-actions in model-checking#3748
* Automatic cargo update to 2024-12-02 by @github-actions in model-checking#3749
* Update download-artifact, upload-artifact and checkout to v4 by @thanhnguyen-aws in model-checking#3745
* Bump tests/perf/s2n-quic from `c84ba19` to `96d2e22` by @dependabot in model-checking#3750
* Upgrade toolchain to 2024-11-27 by @tautschnig in model-checking#3751
* Upgrade toolchain to 2024-11-28 by @tautschnig in model-checking#3753
* Setup/CI: cleanup Ubuntu 18.04 and cbmc-viewer left-overs and enable 24.04 by @tautschnig in model-checking#3758
* Automatic cargo update to 2024-12-09 by @github-actions in model-checking#3766
* Bump tests/perf/s2n-quic from `96d2e22` to `e4a2365` by @dependabot in model-checking#3767
* Upgrade toolchain to 2024-12-09 by @carolynzech in model-checking#3768
* Add out of bounds check for `offset` intrinsics by @celinval in model-checking#3755
* Upgrade toolchain to 2024-12-12 by @carolynzech in model-checking#3774
* Automatic toolchain upgrade to nightly-2024-12-13 by @github-actions in model-checking#3775

 ## New Contributors
* @c410-f3r made their first contribution in model-checking#3666
* @workingjubilee made their first contribution in model-checking#3675
* @Alexander-Aghili made their first contribution in model-checking#3360
* @AlgebraicWolf made their first contribution in model-checking#3692
* @thanhnguyen-aws made their first contribution in model-checking#3721

**Full Changelog**: model-checking/kani@kani-0.56.0...kani-0.57.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants