Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-10-18 to nightly-2024-10-19 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@3ed6e3c up to
rust-lang/rust@e92993d. The log
for this commit range is:

https://github.com/rust-lang/rust/commit/e92993dbb4 Auto merge of #131892 - flip1995:clippy-subtree-update, r=Manishearth

rust-lang/rust@f7b5e5471b Auto merge of #131895 - jieyouxu:rollup-jyt3pic, r=jieyouxu
rust-lang/rust@43e50932f2 Rollup merge of #131870 - Zalathar:test-collector, r=jieyouxu
rust-lang/rust@765e8c75b0 Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin
rust-lang/rust@39af44dae9 Rollup merge of #126207 - devnexen:stack_overflow_libc_upd, r=joboet
rust-lang/rust@b0c2d2e5b0 Auto merge of #131841 - paulmenage:futex-abstraction, r=joboet
rust-lang/rust@cf918d5601 Hotfix TRAIT_METHODS static->const
rust-lang/rust@375ca8d90f Update Cargo.lock
rust-lang/rust@849a19f242 Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-update
rust-lang/rust@a109190d70 Auto merge of #13561 - flip1995:rustup, r=flip1995
rust-lang/rust@4b5d1894db Bump nightly version -> 2024-10-18
rust-lang/rust@4d5eaa0344 Bump Clippy version -> 0.1.84
rust-lang/rust@224d1e323a Merge remote-tracking branch 'upstream/master' into rustup
rust-lang/rust@1350eead10 Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu
rust-lang/rust@80a8f7b041 Rollup merge of #131877 - RalfJung:checktools-comment, r=ChrisDenton
rust-lang/rust@9a664a0a96 Rollup merge of #131874 - heiher:loong-ohos-medium, r=jieyouxu
rust-lang/rust@af85d5280a Rollup merge of #131866 - jieyouxu:thread_local, r=jhpratt
rust-lang/rust@64bf99b476 Rollup merge of #131858 - AnthonyMikh:AnthonyMikh/repeat_n-is-not-that-special-anymore, r=jhpratt
rust-lang/rust@759820e631 Rollup merge of #131809 - collinoc:fix-retain-mut-docs, r=jhpratt
rust-lang/rust@aae4730c78 Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar
rust-lang/rust@951c0cd6f3 Rollup merge of #131774 - thesummer:rtems-add-getentropy, r=joboet
rust-lang/rust@ebff167966 Rollup merge of #131755 - jfrimmel:avr-rjmp-offset-regression-test, r=jieyouxu
rust-lang/rust@dae3076fa2 Rollup merge of #130136 - GKFX:stabilize-const-pin, r=dtolnay
rust-lang/rust@cdbf28af76 Dont ICE when computing coverage of synthetic async closure body
rust-lang/rust@4277160f61 checktools.sh: add link to issue for more context about disabled Miri tests
rust-lang/rust@e20636a786 Add entropy source for RTEMS
rust-lang/rust@acfdb8dd1f Auto merge of #131362 - Kobzol:ci-free-runners-linux-4c, r=Mark-Simulacrum
rust-lang/rust@275ec06900 Default to the medium code model on OpenHarmony LoongArch target
rust-lang/rust@db8043bb19 Auto merge of #131869 - matthiaskrgr:rollup-xrkz174, r=matthiaskrgr
rust-lang/rust@554097678a Rename stamp to stamp_file_path
rust-lang/rust@3f8d87beda Rename found_paths to found_path_stems
rust-lang/rust@c4c62a5591 Rename inputs to common_inputs_stamp
rust-lang/rust@932e9f01b1 Store test collection context/state in two structs
rust-lang/rust@13b398401f Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errors
rust-lang/rust@b25d266bef Rollup merge of #131850 - lexeyOK:master, r=compiler-errors
rust-lang/rust@4e9901faa9 Rollup merge of #131823 - thesummer:bump-libc-0.2.160, r=workingjubilee
rust-lang/rust@02cc3a6da5 Rollup merge of #131743 - tamird:find_commandline_library-tidy, r=lcnr
rust-lang/rust@994bdbb23f Rollup merge of #131654 - betrusted-io:xous-various-fixes, r=thomcc
rust-lang/rust@21a020881d Consolidate test collection state in one place
rust-lang/rust@781bff0499 Never emit vptr for empty/auto traits
rust-lang/rust@7b2320c3df Avoid shadowing user provided types or type aliases in thread_local!
rust-lang/rust@cdacdae01f remove outdated documentation for repeat_n
rust-lang/rust@c4bce0b8b1 Add more tests
rust-lang/rust@d9c4b8d475 Auto merge of #131572 - cuviper:ub-index_range, r=thomcc
rust-lang/rust@a09c54d4d3 Bump libc to 0.2.161
rust-lang/rust@e569c5c92f std::unix::stack_overflow::drop_handler addressing todo through libc update
rust-lang/rust@4ab307f9e8 Missing parenthesis
rust-lang/rust@cf7ff15a0d Abstract the state type for futexes
rust-lang/rust@e3800a1a04 Allow dropping dyn principal
rust-lang/rust@94a2be998d rustc_metadata: reduce repetition
rust-lang/rust@dae1be90ee Auto merge of #13525 - xFrednet:changelog-1-82, r=dswij
rust-lang/rust@a35ed2f9eb Use rust-lld instead of avr-gcc as the linker
rust-lang/rust@3ed5d5590e Fix predicate signatures in retain_mut docs
rust-lang/rust@24810b0036 Partially stabilize const_pin
rust-lang/rust@bb8db13892 Simplify test and make it more reliable
rust-lang/rust@ab008414d4 Convert to a rmake-test
rust-lang/rust@69be18d4e2 rustc_metadata: reduce repetition
rust-lang/rust@ccb30bfd5b Auto merge of #13554 - ageorgou:doc-links, r=xFrednet
rust-lang/rust@c512a221c2 Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot
rust-lang/rust@48636259df Correct typo in lint description
rust-lang/rust@b86a48955e Fix link to source
rust-lang/rust@ddda954e37 Auto merge of #13553 - SpriteOvO:manual_is_power_of_two-change-category, r=llogiq
rust-lang/rust@ac81f176a8 Change the category of manual_is_power_of_two to pedantic
rust-lang/rust@f32862384e Auto merge of #13395 - GnomedDev:unnecessary-lit-bound, r=Manishearth
rust-lang/rust@1563ce5aaa Auto merge of #13550 - klensy:opener, r=flip1995
rust-lang/rust@b62d2624ac Use path_res instead of lowering hir::Ty to ty::Ty
rust-lang/rust@42511a3ffa Add lint for unnecessary lifetime bounded &str return
rust-lang/rust@f395551352 rustc_metadata: replace ? in expression with map
rust-lang/rust@93cee99368 rustc_metadata: move comment closer to code
rust-lang/rust@512ad86d68 Changelog: Update category for too_long_first_doc_paragraph
rust-lang/rust@7ce1eeaf2a Auto merge of #13551 - xFrednet:12993-kindergarden, r=xFrednet
rust-lang/rust@fcf46466ce Move too_long_first_doc_paragraph to nursery
rust-lang/rust@590fdfba14 bump opener to sync with rust
rust-lang/rust@c16ba359b5 Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr
rust-lang/rust@db6c736da3 Allow the compiler to select any register
rust-lang/rust@652ba6699c Add check-annotations ensuring correct label
rust-lang/rust@da44e3fdce Start test case for rjmp regression test
rust-lang/rust@66359a7c87 Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors
rust-lang/rust@5aa3e115f6 Move trait bound modifiers into ast::PolyTraitRef
rust-lang/rust@360d86e9ec Move trait bound modifiers into hir::PolyTraitRef
rust-lang/rust@f444012c4c Auto merge of #13454 - samueltardieu:push-ymnkzlqloptz, r=xFrednet
rust-lang/rust@5a8943649a Remove ResultsCursor::contains.
rust-lang/rust@43e99e54fa Auto merge of #13541 - xFrednet:0-module-name-rep, r=blyxyas
rust-lang/rust@91c4d09aed Print how much disk space is left after CI build runs
rust-lang/rust@71cc27058d Free up disk space on CI Linux runners
rust-lang/rust@b1936c9179 CI: use free runners for 4core Linux jobs
rust-lang/rust@6a281e9a73 Auto merge of #13487 - Coekjan:fix-slice-size-calc-on-ref-ref, r=dswij
rust-lang/rust@f883e28e3d Auto merge of #13542 - blyxyas:fix-implicit_saturating_sub, r=y21
rust-lang/rust@99de67af35 library: xous: mark alloc as FIXME(static_mut_refs)
rust-lang/rust@4c23cdf741 xous: ffi: correct syscall number for adjust_process
rust-lang/rust@3d00c5cd5e net: fix dead code warning
rust-lang/rust@7304cf4765 std: xous: add support for args and env
rust-lang/rust@236751d093 Auto merge of #13540 - GnomedDev:create-dir-single-arg, r=y21
rust-lang/rust@dcdb192b55 unwind: update unwinding dependency to 0.2.3
rust-lang/rust@ef1db3f502 Check MethodCall/Call arg count earlier or at all
rust-lang/rust@04849bd7d9 Auto merge of #13510 - alex-semenyuk:cleanup_const_float_classify, r=llogiq
rust-lang/rust@46a0770102 Use correct std/core prefix in lint output
rust-lang/rust@c71f0bebd2 Auto merge of #13334 - nyurik:ascii-str-eq, r=xFrednet
rust-lang/rust@ea48cf362c Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung
rust-lang/rust@3c43a60d06 Stabilize const_option
rust-lang/rust@b1c468422a Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lint-for-clippy, r=xFrednet
rust-lang/rust@55f6029baa Auto merge of #13444 - kpreid:fix-8524-private-rep, r=blyxyas
rust-lang/rust@2b562dece6 Fix suggestion with a less volatile approach
rust-lang/rust@8b075fc634 Move clippy::module_name_repetitions to restriction (from pedantic)
rust-lang/rust@5365b3f7be Avoid superfluous UB checks in IndexRange
rust-lang/rust@48e98ec68d Auto merge of #13537 - Manishearth:applicable, r=xFrednet
rust-lang/rust@42723dc9df Mark unnecessary_first_then_check and byte_char_slices as Applicable
rust-lang/rust@b85f632607 Auto merge of #13528 - zvavybir:master, r=Alexendoo
rust-lang/rust@6f1def79dd Auto merge of #13269 - GuillaumeGomez:rewrite-lints-page, r=Alexendoo
rust-lang/rust@8125cd5c2a Auto merge of #13359 - blyxyas:declare_clippy_macro, r=Alexendoo
rust-lang/rust@f5cc292830 Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser
rust-lang/rust@47903dbf97 Auto merge of #13532 - y21:issue13531, r=Alexendoo
rust-lang/rust@05f3793392 Auto merge of #13534 - GnomedDev:fix-large-stack-arrays-nested-item, r=flip1995
rust-lang/rust@14c05c974c Auto merge of #13533 - blyxyas:fix-implicit_saturating_sub, r=dswij
rust-lang/rust@87b4c1ffb7 Fix large_stack_arrays triggering when nesting const items
rust-lang/rust@140a1275f2 Fix span issue on implicit_saturating_sub
rust-lang/rust@cb19f23c79 Clean up const_float_classify leftovers
rust-lang/rust@2b86ffc57e only emit manual_c_str_literals in >= edition2021
rust-lang/rust@5840f78c6c Auto merge of #13530 - blyxyas:back-from-burnout, r=blyxyas
rust-lang/rust@2acc0c37da Revert "Temporarily remove myself from reviewer rotation"
rust-lang/rust@806a9dfddd Auto merge of #13464 - y21:issue13458, r=flip1995
rust-lang/rust@8e60f143d8 Auto merge of #13464 - y21:issue13458, r=flip1995
rust-lang/rust@8c46c498d9 Improved wording of or_fun_call lint
rust-lang/rust@731c473fd9 Changelog for Clippy 1.82 ✈️
rust-lang/rust@33018b46f4 Update version attribute for 1.81 lints
rust-lang/rust@1f8f982f22 Auto merge of #13504 - samueltardieu:needless-raw-strings, r=Alexendoo
rust-lang/rust@d9c8d976cb Auto merge of #13512 - samueltardieu:issue-13511, r=xFrednet
rust-lang/rust@c038c3030b Add sugar for &pin (const|mut) types
rust-lang/rust@6f4bf9057a Auto merge of #13329 - RalfJung:git-commit-rerun, r=Alexendoo,flip1995
rust-lang/rust@fba7ea7e97 Bump rust-tools-util version in Clippy Cargo.toml
rust-lang/rust@65fdfb835c Update README and CHANGELOG
rust-lang/rust@eb6c346137 rustc_tools_util: bump version
rust-lang/rust@9f7a09021d rustc_tools_util: rerun when git commit changes
rust-lang/rust@36c31db705 Apply updated needless_raw_strings to Clippy sources
rust-lang/rust@5e78c15caa raw_strings: handle format template as well
rust-lang/rust@b013e69692 Auto merge of #13496 - y21:issue10619, r=Alexendoo
rust-lang/rust@65d941d644 Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr
rust-lang/rust@121d3ab89e Avoid another &Lrc<..> in a return value.
rust-lang/rust@99ce411ed6 infinite_loop: continuing an outer loop leaves the inner loop
rust-lang/rust@1c9e5d0e5c Auto merge of #13513 - samueltardieu:push-zvvzytrovulq, r=y21
rust-lang/rust@af6816c5b6 infinite_loop: do not defensively use saturating_sub()
rust-lang/rust@2226f16945 Rename NestedMetaItem to MetaItemInner
rust-lang/rust@f7aaecf3f5 Auto merge of #13506 - samueltardieu:push-zyqvkwlswvkk, r=xFrednet
rust-lang/rust@2d2e8cc21f Auto merge of #13485 - GnomedDev:reduce-large-threshold, r=xFrednet
rust-lang/rust@d0507302fc Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank
rust-lang/rust@0596a04bf4 unused_result_ok: added in Clippy 1.82.0, not 1.70.0
rust-lang/rust@846bd30cfe raw_strings: separate raw string detection from lint logic
rust-lang/rust@753629bb33 Auto merge of #13412 - GnomedDev:regex-comp-in-loop, r=y21
rust-lang/rust@f173eb3aef Auto merge of #13505 - samueltardieu:lintcheck-bump-futures, r=y21
rust-lang/rust@9dd6820edd lintcheck: bump futures* crates to 0.3.31
rust-lang/rust@196dbcf6d5 Avoid linting for Regexes compiled in items defined in loops
rust-lang/rust@98b59a1cf6 Add a Lint for Pointer to Integer Transmutes in Consts
rust-lang/rust@a0653c5e98 Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev
rust-lang/rust@7f390d6fe0 move f16/f128 const fn under f16/f128 feature gate
rust-lang/rust@a1beaa1992 Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors
rust-lang/rust@0b632ec812 Handle clippy cases of rustc::potential_query_instability lint
rust-lang/rust@7bac9cd747 Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix
rust-lang/rust@810bd5dd09 Bless clippy.
rust-lang/rust@8ad3e13765 Adapt clippy.
rust-lang/rust@1a29a78335 rm ItemKind::OpaqueTy
rust-lang/rust@47b681d276 Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay
rust-lang/rust@995eb95000 Fix TRAIT_METHODS being large const array
rust-lang/rust@26994e2519 Reduce default 'large array' threshold
rust-lang/rust@4b7c19018d Fix large_stack_arrays triggering for static/constants
rust-lang/rust@19d1358b31 print cause chain in mutable_key_type
rust-lang/rust@a01975b152 Auto merge of #13493 - y21:trait_duplication_in_bounds_fix, r=Manishearth
rust-lang/rust@743623d4f7 Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank
rust-lang/rust@d6be597fbc Use SpanlessEq for in trait_bounds lints
rust-lang/rust@277c4e4baf Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-update
rust-lang/rust@603934336d Greatly reduce generated HTML page size
rust-lang/rust@80eb9cfa14 Run syntax highlighting only when needed
rust-lang/rust@823c1246ab Move inlined CSS into style.css
rust-lang/rust@8a3d4e1a70 Replace rinja custom syntax with default syntax
rust-lang/rust@d52b9aa564 Move theme handling JS into its own file to make theme being applied before first rendering
rust-lang/rust@47f40d468a Improve rendering speed by moving settings generation after theme rendering
rust-lang/rust@e0b0851ba8 Support version filter URL parameters
rust-lang/rust@4bb4cc6fcb Add support for URL arguments
rust-lang/rust@00c11df107 Add support for version filtering
rust-lang/rust@59ccebe426 Support all filters except versions
rust-lang/rust@aeb548a4f7 Put back interactions with settings menus
rust-lang/rust@2080634d33 Fix lint manual_slice_size_calculation when the slice is ref more than once
rust-lang/rust@cbd64a4868 Use named fields for OpaqueTyOrigin
rust-lang/rust@ce22fd34d9 Remove redundant in_trait from hir::TyKind::OpaqueDef
rust-lang/rust@3ac3c34951 Remove crashes and fix tests
rust-lang/rust@13e2633f19 Also sanitize configuration
rust-lang/rust@d1dec199ee Add manual_ignore_cast_cmp lint
rust-lang/rust@55834a362c deal with differing syntax contexts for subexpressions in check_proc_macro
rust-lang/rust@c8725f70e7 add proc macro check to needless_return
rust-lang/rust@d232d094b8 Remove the control_flow_enum feature from clippy
rust-lang/rust@daf730caed Add sanitize_explanation
rust-lang/rust@0735031be9 Move tag removing to --explain
rust-lang/rust@4997ee7afc Turn declare_clippy_lint into a declarative macro
rust-lang/rust@a235cbd8ac module_name_repetitions: don't warn if the item is in a private module.
rust-lang/rust@f2193c680c Completely remove angular and generate parts of settings in JS
rust-lang/rust@574e3dd922 Finish porting lint functionalities to vanilla JS
rust-lang/rust@0055cebaa3 Replace search with vanilla JS
rust-lang/rust@9661ba0740 Update cargo dev serve command to look over the correct files
rust-lang/rust@b522e7a944 Generate lint list in HTML directly instead of JS
rust-lang/rust@9f5bfe24eb Implement lint for regex::Regex compilation inside a loop

@github-actions github-actions bot requested a review from a team as a code owner October 19, 2024 03:15
@zhassan-aws zhassan-aws reopened this Oct 19, 2024
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label Oct 19, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Oct 19, 2024
Merged via the queue into main with commit a798ae1 Oct 19, 2024
37 of 38 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-10-19 branch October 19, 2024 07:14
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 <88045115+zhassan-aws@users.noreply.github.com>
Co-authored-by: Carolyn Zech <cmzech@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-EndToEndBenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants