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-16 #3607

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-15 to nightly-2024-10-16 without any other source changes.

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@9322d18 up to
rust-lang/rust@e7c0d27. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/e7c0d27507 Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errors

rust-lang/rust@d344fdf01c Rollup merge of #131734 - emmanuel-ferdman:master, r=jieyouxu
rust-lang/rust@53d1a6616a Rollup merge of #131733 - practicalrs:fix_uninlined_format_args, r=jieyouxu
rust-lang/rust@fc1ad2e21c Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxu
rust-lang/rust@6558e3470b Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r=lcnr
rust-lang/rust@1c799ff05e Rollup merge of #131521 - jdonszelmann:rc, r=joboet
rust-lang/rust@2f3f001423 Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35
rust-lang/rust@34636e6e7c Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboet
rust-lang/rust@a0c2aba29a Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors
rust-lang/rust@1d6643c4f6 Fix most ui tests on emscripten target
rust-lang/rust@4e29e454a1 Update arm64e-apple-tvos maintainer
rust-lang/rust@f79fae3069 Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
rust-lang/rust@d3d59055a9 Fix uninlined_format_args in stable_mir
rust-lang/rust@30ec8bb5e9 update test description
rust-lang/rust@7aeb07a583 remove unnecessary revisions
rust-lang/rust@d3f982d466 rebase and update fixed crashes
rust-lang/rust@1a9d2d82a5 stabilize -Znext-solver=coherence
rust-lang/rust@c09ed3e767 Make some float methods unstable const fn
rust-lang/rust@00367d523e Auto merge of #131727 - RalfJung:miri-sync, r=RalfJung
rust-lang/rust@1f501a7f09 update lockfile
rust-lang/rust@88f311479d Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr
rust-lang/rust@83252bd780 Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35
rust-lang/rust@9716a42389 Rollup merge of #131496 - bjoernager:const-make-ascii, r=dtolnay
rust-lang/rust@b9cb20154d Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-analysis, r=compiler-errors
rust-lang/rust@13e07b9edd Rollup merge of #131137 - Mark-Simulacrum:relnotes, r=cuviper
rust-lang/rust@731e360d15 Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r=compiler-errors
rust-lang/rust@fb691b470a Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
rust-lang/rust@3a00d35c5d Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubilee
rust-lang/rust@c99c4d4057 Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errors
rust-lang/rust@d82a49dba2 Rollup merge of #131703 - alex:patch-1, r=Kobzol
rust-lang/rust@2e2c433be4 Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jieyouxu
rust-lang/rust@258c17741b Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxu
rust-lang/rust@bd649b4dd0 Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-errors
rust-lang/rust@4d53a28cac Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu
rust-lang/rust@09103f2617 Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Simulacrum
rust-lang/rust@bb2f970604 Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddle
rust-lang/rust@6d9999662c Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-errors
rust-lang/rust@785c83015c Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu
rust-lang/rust@3c31729887 Stabilise 'const_make_ascii'
rust-lang/rust@eb5ca5f53c Auto merge of #3974 - RalfJung:check_min_arg_count, r=RalfJung
rust-lang/rust@413ea993de use new check_min_arg_count helper in more places
rust-lang/rust@dda3066805 Remove 'apostrophes' from rustc_parse_format
rust-lang/rust@b7c06b40e1 Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJung
rust-lang/rust@a802fd9c11 ensure that a macOS os_unfair_lock that is moved while being held is not implicitly unlocked
rust-lang/rust@10aa255541 improve error messages for C-cmse-nonsecure-entry functions
rust-lang/rust@4e14ad6d62 move lazy_sync helper methods to be with InterpCx
rust-lang/rust@4e438f7d6b Fix two const-hacks
rust-lang/rust@b73e613e00 De-duplicate and move adjust_nan to InterpCx
rust-lang/rust@2b020bf2cc Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJung
rust-lang/rust@af98424285 add test ensuring a moved mutex deadlocks
rust-lang/rust@eb6062ce00 Resolved python deprecation warning in publish_toolstate.py
rust-lang/rust@64259a7b8d Added a variadic argument helper
rust-lang/rust@c3b696dec9 Suppress import errors for traits that couldve applied in method lookup on error
rust-lang/rust@5a8405a5fa Don't report on_unimplemented for negative traits
rust-lang/rust@d3c1036255 Auto merge of #3972 - rust-lang:eager_dyn, r=RalfJung
rust-lang/rust@1412993757 Avoid some needless monomorphizations
rust-lang/rust@d183660e7d Auto merge of #3966 - RalfJung:dont-trust-the-user, r=RalfJung
rust-lang/rust@ba95d52258 pick more clear names for the types
rust-lang/rust@9265a6e467 turns out relaxed accesses suffice here
rust-lang/rust@e3cfe456d6 make lazy_sync_get_data also take a closure to initialize if needed
rust-lang/rust@0f7d321684 Windows InitOnce: also store ID outside addressable memory
rust-lang/rust@8f342edd7c macOS os_unfair_lock: also store ID outside addressable memory
rust-lang/rust@17f0aed84c pthread_cond: also store ID outside addressable memory
rust-lang/rust@1389bb9114 pthread_rwlock: also store ID outside addressable memory
rust-lang/rust@89323bff8b pthread_mutex: store mutex ID outside adressable memory, so it can be trusted
rust-lang/rust@bd8f2afc44 Auto merge of #3970 - RalfJung:rustup, r=RalfJung
rust-lang/rust@543d226589 clippy
rust-lang/rust@9d579f5358 Merge from rustc
rust-lang/rust@5e6170b97f Preparing for merge from rustc
rust-lang/rust@95dba280b9 Move trait bound modifiers into ast::PolyTraitRef
rust-lang/rust@7500e09b8b Move trait bound modifiers into hir::PolyTraitRef
rust-lang/rust@c6e1fbf8eb Fix up-to-date checking for run-make tests
rust-lang/rust@b6b6c12819 Update lint message for ABI not supported
rust-lang/rust@f8ac1c44db uefi: Implement getcwd and chdir
rust-lang/rust@9e0a7b99b5 rename rcbox in other places as per review comments
rust-lang/rust@15f0242c74 Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJung
rust-lang/rust@b2b0d240a2 rework threadname test for more consistency
rust-lang/rust@feecfaa18d Fix bug where option_env! would return None when env var is present but not valid Unicode
rust-lang/rust@c128b4c433 Fix typo thing->thin referring to pointer
rust-lang/rust@5b2985f8df Add explicit link to PR
rust-lang/rust@276d112d66 Add stabilized APIs
rust-lang/rust@a495a79db9 Fixed get thread name behavior for FreeBSD
rust-lang/rust@56c0612003 Fixed pthread get/set name for macOS
rust-lang/rust@cae29b2fc3 Import another update
rust-lang/rust@7c37d2db98 Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontend
rust-lang/rust@624c071b99 Single commit implementing the enzyme/autodiff frontend
rust-lang/rust@2eda6a4e6e Auto merge of #3964 - RalfJung:write-during-2phase, r=RalfJung
rust-lang/rust@ccdea3ee36 simplify Tree Borrows write-during-2phase example
rust-lang/rust@0a9c87b1f5 rename RcBox in other places too
rust-lang/rust@159e67d446 rename RcBox to RcInner for consistency
rust-lang/rust@256d63f444 Auto merge of #3960 - tiif:smallchange, r=RalfJung
rust-lang/rust@1df7a0ffb7 add libc-pipe test to CI for freebsd, solarish
rust-lang/rust@37698a9bf1 Pipe minor changes: diagnostics, flag support and comments
rust-lang/rust@e58a40612c Auto merge of #3950 - RalfJung:handle_unsupported_foreign_item, r=RalfJung,saethlin,oli-obk
rust-lang/rust@9e2688c5f5 remove -Zmiri-panic-on-unsupported flag
rust-lang/rust@7e21dce98c remove handle_unsupported_foreign_item helper
rust-lang/rust@c7bfc44516 Auto merge of #3956 - RalfJung:epoll-ready-list, r=RalfJung
rust-lang/rust@66fda4a846 Auto merge of #3961 - RalfJung:event-release-clock-join, r=RalfJung
rust-lang/rust@eb76079911 epoll event adding: no need to join, there's no old clock here
rust-lang/rust@faf8c14300 Auto merge of #3959 - JakeRoggenbuck:fix-spelling-in-readme, r=saethlin
rust-lang/rust@26ce30d5ed Auto merge of #3937 - FrankReh:syscall-eventfd2, r=RalfJung
rust-lang/rust@2675f14bef syscall/eventfd2: add support
rust-lang/rust@f04d1f64e2 syscall/eventfd2: add failing test
rust-lang/rust@5cdee0781f Auto merge of #3946 - FrankReh:fix-over-synchronization-of-epoll, r=RalfJung
rust-lang/rust@4560606602 epoll: change clock to be per event
rust-lang/rust@8e8dd57ac2 Auto merge of #3953 - YohDeadfall:glibc-thread-name, r=RalfJung
rust-lang/rust@f64c9c6416 Fixed pthread_getname_np impl for glibc
rust-lang/rust@7a9a9cba3f epoll: rename blocking_epoll_callback since it is not just called after unblocking
rust-lang/rust@87058a4990 Auto merge of #3955 - RalfJung:review-bot, r=RalfJung
rust-lang/rust@f90c97c915 explain the review bot use
rust-lang/rust@6f854ce343 epoll: test case showing too much clock sync
rust-lang/rust@edc5c1ec1c Auto merge of #3951 - RalfJung:release-clock, r=RalfJung
rust-lang/rust@4e9554d893 fix behavior of release_clock()
rust-lang/rust@0130edd302 Fix spelling in README
rust-lang/rust@005a6298f7 re-sync with latest tracking issue changes
rust-lang/rust@3aabe1e4a3 Add basic pin sugar support to rustfmt
rust-lang/rust@b490bf56b7 Fix clippy and rustfmt compilation
rust-lang/rust@ae698f8199 Add sugar for &pin (const|mut) types
rust-lang/rust@ee491b39f6 Auto merge of #3949 - RalfJung:rustc_tools_util, r=RalfJung
rust-lang/rust@bf2d46dedb bump rustc_tools_util version
rust-lang/rust@2bd0d070ed Expand set_ptr_value / with_metadata_of docs
rust-lang/rust@a0e687f034 Remove unnecessary sorts in rustc_hir_analysis.
rust-lang/rust@c5f3c60be0 Auto merge of #3936 - YohDeadfall:rust-analyzer-conf, r=RalfJung
rust-lang/rust@6f84740b54 tweak the hint
rust-lang/rust@35eb2da229 Added rust-analyzer instructions for Helix
rust-lang/rust@58e0fba93f Auto merge of #3945 - RalfJung:pthread_attr_t, r=RalfJung
rust-lang/rust@885ec88f93 avoid pthread_attr_t in tests
rust-lang/rust@5fef4621c3 Add 1.82 release notes
rust-lang/rust@302551388b Implemented FromStr for CString and TryFrom for String
rust-lang/rust@e904761231 Use environment variables instead of command line arguments for merged doctests

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

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

**Full Changelog**:
kani-0.56.0...kani-0.57.0

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Zyad Hassan <[email protected]>
Co-authored-by: Carolyn Zech <[email protected]>
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.

3 participants