Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Update Rust toolchain from nightly-2024-11-08 to nightly-2024-11-09 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@b91a3a0 up to
rust-lang/rust@59cec72. The log
for this commit range is:

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

rust-lang/rust@209799f3b9 Auto merge of #132717 - RalfJung:rustc_safe_intrinsic, r=compiler-errors
rust-lang/rust@0aafd6552b Clippy: cfg out validate_diag on release builds
rust-lang/rust@e3010e84db remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functions instead
rust-lang/rust@6295686a37 Auto merge of #132762 - Zalathar:rollup-qfgz165, r=Zalathar
rust-lang/rust@4b904ceb46 Rollup merge of #132738 - cuviper:channel-heap-init, r=ibraheemdev
rust-lang/rust@3a48d80155 Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu
rust-lang/rust@758a904764 Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu
rust-lang/rust@1b55244aa2 Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxu
rust-lang/rust@5043c574ac Rollup merge of #132161 - celinval:smir-fix-indent, r=compiler-errors
rust-lang/rust@78bb5ee79e Auto merge of #132756 - workingjubilee:rollup-bed2akn, r=workingjubilee
rust-lang/rust@97dbab9124 Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic
rust-lang/rust@e2d429e22f Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42
rust-lang/rust@a1c4d9e42f Rollup merge of #132739 - GuillaumeGomez:cleanup-scrape-code, r=notriddle
rust-lang/rust@5b554613ed Rollup merge of #132737 - clubby789:lock-no-pid, r=jieyouxu
rust-lang/rust@c9009ae8c8 Rollup merge of #132696 - fortanix:raoul/rte-235-fix_fmodl_missing_symbol_issue, r=tgross35
rust-lang/rust@0683e031a8 Rollup merge of #132639 - RalfJung:intrinsics, r=workingjubilee,Amanieu
rust-lang/rust@4036472749 Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors
rust-lang/rust@6c0e8ef86a Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser
rust-lang/rust@93e9ec05a9 Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan
rust-lang/rust@60e8ab6ba8 Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser
rust-lang/rust@9827c6dc2c This test needs threads
rust-lang/rust@5b20c45999 Auto merge of #128849 - estebank:issue-89143, r=jackh726
rust-lang/rust@dd6ddcb18e [StableMIR] A few fixes to pretty printing
rust-lang/rust@2ab848b756 Update Cargo.lock
rust-lang/rust@40aec58abb Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-update
rust-lang/rust@0ce579f6f3 [StableMIR] API to retrieve definitions from crates
rust-lang/rust@76c59896e7 fix test
rust-lang/rust@81b0de4356 Only show "same type from differnt version" note when relevant
rust-lang/rust@8a568d9f15 Remove less relevant info from diagnostic
rust-lang/rust@6fbf4441a3 Tweak diagnostic output
rust-lang/rust@35bde07115 Tweak detection of multiple crate versions to be more ecompassing
rust-lang/rust@eb7d95bafd remove the extra specification for llvm versions < 20
rust-lang/rust@f712eb5cdc Merge pull request #13657 from jdonszelmann/disallowed-macros-to-early
rust-lang/rust@392ac35ed1 Update mips64 data layout to match LLVM 20 change
rust-lang/rust@0e58f1c21a Update test for LLVM 20's new vector splat syntax
rust-lang/rust@03383ad102 Initialize channel Blocks directly on the heap
rust-lang/rust@3518178443 Merge pull request #13639 from flip1995/rustup
rust-lang/rust@b1166963aa Remove CI badge from README and book
rust-lang/rust@a28c44fc96 Merge pull request #13587 from Kobzol/ci-remove-bors
rust-lang/rust@843ef1b1f0 Remove path filter
rust-lang/rust@9ebe68d8c3 Add conclusion job to PR CI
rust-lang/rust@1ee5ab3085 bootstrap: Print better message if lock pid isn't available
rust-lang/rust@ab1787b223 core: move intrinsics.rs into intrinsics folder
rust-lang/rust@d583df02cc Remove ui/no_lints.rs test
rust-lang/rust@a5d6100a10 Bump nightly version -> 2024-11-07
rust-lang/rust@b27570b19b Fix cargo dev update_lints
rust-lang/rust@c64f1e3591 Fix lint_without_lint_pass internal lint
rust-lang/rust@4f12b98654 Clean up declare_clippy_lint
rust-lang/rust@03daf7ccb2 Fix author lint and move it back to tests/ui
rust-lang/rust@b816d4ee4f Merge remote-tracking branch 'upstream/master' into rustup
rust-lang/rust@9f5e17fd0a Fix file formatting
rust-lang/rust@072088074e Separate f128 % operation to deal with missing fmodl symbol
rust-lang/rust@ab560d88e9 Auto merge of #13661 - alex-semenyuk:doc_fix, r=Manishearth
rust-lang/rust@7bcd578a02 Link fix
rust-lang/rust@f02a0208e5 Auto merge of #13659 - samueltardieu:push-twtxmtvopoxo, r=blyxyas
rust-lang/rust@c1ab18d1c0 no_mangle_with_rust_abi: properly position the suggested ABI
rust-lang/rust@c93109674f collect attribute spans early for disallowed macros
rust-lang/rust@4847c40c8b Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995
rust-lang/rust@6631a2c1b7 Auto merge of #13654 - GnomedDev:early-exit-visitors, r=Alexendoo
rust-lang/rust@626406f1b3 Do not filter empty passes & Make CTFE Clippy into lintless pass
rust-lang/rust@d8a3fcc792 Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
rust-lang/rust@19d5dc0ed1 coverage: Tidy up coverage-specific FFI functions
rust-lang/rust@b790e4473c coverage: Extract safe FFI wrapper functions to llvm_cov
rust-lang/rust@44c2a82972 Swap Visitors to early exit, instead of storing poison flag
rust-lang/rust@63d0ba9de9 Move two attribute lints to be early pass (post expansion)
rust-lang/rust@5bfa0b106e Simplify FFI calls for -Ztime-llvm-passes and -Zprint-codegen-stats
rust-lang/rust@efeed550c4 Remove BorrowKind glob, make names longer
rust-lang/rust@b14362f665 ty::KContainer -> ty::AssocItemContainer::K
rust-lang/rust@ccf7c88386 Auto merge of #13648 - samueltardieu:push-rpxvoukpolvm, r=Centri3
rust-lang/rust@a1a9aaef87 Auto merge of #13631 - samueltardieu:push-uoowutzkvsrk, r=Centri3
rust-lang/rust@f0cf9969cb Rename the FIXMEs, remove a few that dont matter anymore
rust-lang/rust@040129b774 Auto merge of #13629 - samueltardieu:push-nwukowumrvsn, r=flip1995
rust-lang/rust@2f1b7b64fb needless_continue: check labels consistency before warning
rust-lang/rust@ddd1a86c66 Auto merge of #13573 - y21:issue13427, r=Centri3
rust-lang/rust@52b8324503 Auto merge of #13585 - GuillaumeGomez:no-js, r=Alexendoo
rust-lang/rust@5c6fe68c00 Auto merge of #13376 - decryphe:source-ordering, r=llogiq
rust-lang/rust@e8b78e2f66 Auto merge of #13630 - samueltardieu:push-qrnxuykslnsl, r=y21
rust-lang/rust@9d03956fad Auto merge of #13635 - Alexendoo:cargo-dev-serve-watch-test, r=blyxyas
rust-lang/rust@e4dc892ae3 Auto merge of #13608 - J-ZhengLi:issue12338-new, r=Alexendoo
rust-lang/rust@ac764df8ab Handle noscript style with "js" class on <html>.
rust-lang/rust@ca5c6f6c26 Improve theme handling when JS is disabled
rust-lang/rust@c056928af2 Improve display of clippy lints page when JS is disabled
rust-lang/rust@c782988378 Auto merge of #13615 - GnomedDev:document-constevalctx-point, r=Alexendoo
rust-lang/rust@012e30622c Explain why clippy's HIR const eval exists
rust-lang/rust@4a70f4bee0 coverage: Simplify logic for chaining multiple blocks into one BCB
rust-lang/rust@c2db7fa360 Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors
rust-lang/rust@8568ca8c23 Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu
rust-lang/rust@d7850ecfb5 stop using ParamEnv::reveal while handling MIR
rust-lang/rust@2298a6742f Auto merge of #13628 - samueltardieu:push-puluprmsyuzq, r=xFrednet
rust-lang/rust@bad3edd925 clippy: we've got a LateContext use it for TypingMode
rust-lang/rust@d30a0b23e9 ConstCx stop using ParamEnv::reveal
rust-lang/rust@9f89421036 Auto merge of #132301 - compiler-errors:adjust, r=lcnr
rust-lang/rust@0d5cc8ee96 tests: ignore-debug -> ignore-std-debug-assertions
rust-lang/rust@3870022986 bootstrap: pass --with-{rustc,std}-debug-assertions to compiletest
rust-lang/rust@65b986b94d compiletest: add {ignore,needs}-{rustc,std}-debug-assertions directive support
rust-lang/rust@e1fa1b2c42 Auto merge of #13636 - GuillaumeGomez:extend-large_include_file, r=dswij
rust-lang/rust@899d89f64c coverage: Use a standard depth-first search on a custom subgraph
rust-lang/rust@8834b5ad51 coverage: Make CoverageSuccessors a struct
rust-lang/rust@1998abcdce Auto merge of #13633 - chrysn-pull-requests:doc-valid-ident-coap, r=Centri3
rust-lang/rust@0c29fccf03 Extend large_include_file lint to also work on attributes
rust-lang/rust@a7aa8bfde0 Watch tests/compile-test.rs in cargo dev serve
rust-lang/rust@323f144fe1 Cleanup code suggestion for into_iter_without_iter
rust-lang/rust@d9a0fec48a Remap impl-trait lifetimes on HIR instead of AST lowering.
rust-lang/rust@1bdc08a6bc Auto merge of #13599 - RuairidhWilliamson:proc_macro_attr, r=blyxyas
rust-lang/rust@bd4aa170ef Add 'CoAP' to doc-valid-idents
rust-lang/rust@805245161a no_mangle attribute requires unsafe in Rust 2024
rust-lang/rust@540e116a38 Return iterator must not capture lifetimes in Rust 2024
rust-lang/rust@0c1ef98454 Use match ergonomics compatible with editions 2021 and 2024
rust-lang/rust@f7ab2c9908 new lint: source_item_ordering
rust-lang/rust@a3047098b6 Do not use gen as a variable name
rust-lang/rust@297f28c308 Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote
rust-lang/rust@ae82c756f7 Remove Analysis::into_engine.
rust-lang/rust@15ad8245b2 Auto merge of #13034 - rspencer01:trivial_map_over_range, r=y21
rust-lang/rust@acc3842d43 Add new map_with_unused_argument_over_ranges lint
rust-lang/rust@8d190cc411 update tools
rust-lang/rust@35a7095d8c Auto merge of #13499 - samueltardieu:map-all-any-identity, r=xFrednet
rust-lang/rust@91a1d16a81 Add new lint: map_all_any_identity
rust-lang/rust@f2f73f9c9c Replace .map(…).any(identity) by .any(…)
rust-lang/rust@625d391107 Auto merge of #13437 - samueltardieu:issue-13434, r=y21
rust-lang/rust@353868aa64 Remove region from adjustments
rust-lang/rust@149665afbd Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau
rust-lang/rust@528dcc3025 Auto merge of #13620 - GnomedDev:large-const-array-compute-const, r=Manishearth
rust-lang/rust@c5df79d9db Fire large_const_arrays for computed array lengths
rust-lang/rust@d09d85d8ef Auto merge of #13614 - hamirmahal:fix/usage-of-a-deprecated-nodejs-version, r=flip1995
rust-lang/rust@d63322f0f4 fix: usage of a deprecated Node.js version
rust-lang/rust@2e4a11ea77 Auto merge of #13338 - CoCo-Japan-pan:nonminimal_bool_casted, r=Centri3
rust-lang/rust@a529c44eca Auto merge of #13472 - GnomedDev:smaller-msrv, r=Jarcho
rust-lang/rust@f286174690 New lint: dangling_pointers_from_temporaries
rust-lang/rust@303ab513d5 Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35
rust-lang/rust@d30a026a6b check if we need a parenthesis
rust-lang/rust@f152bcb72e Update the number of lints (over 700 → over 750)
rust-lang/rust@62c4daf358 New lint needless_as_bytes
rust-lang/rust@73bad368f2 Auto merge of #13548 - wowinter13:unnecessary_filter_map_filter_map_some, r=llogiq
rust-lang/rust@12ca3630fc Auto merge of #13611 - xFrednet:0-giraffate-alumni, r=xFrednet
rust-lang/rust@f562d478f2 Unvacation giraffate and remove gh-pages -> xFrednet assignment
rust-lang/rust@d0b15f157c Swap Msrv from Vec to SmallVec
rust-lang/rust@31f6679e78 Auto merge of #13610 - alex-semenyuk:add_test_case, r=xFrednet
rust-lang/rust@c02f3a2822 Auto merge of #13600 - samueltardieu:push-tzuvnutssmrs, r=xFrednet
rust-lang/rust@900db48900 Add test case for missing_errors_doc at tests with option check-private-items = true
rust-lang/rust@a0fab5cab1 Auto merge of #13605 - GnomedDev:read-exact-in-read-exact, r=llogiq
rust-lang/rust@3caff9962b Auto merge of #13571 - Alexendoo:website-code-indent, r=Centri3
rust-lang/rust@c4815aeef1 [infinite_loops]: fix suggestion error on async functions/closures
rust-lang/rust@9e36f89701 Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot
rust-lang/rust@b75d5110dd Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errors
rust-lang/rust@350d1c4aee Effects cleanup
rust-lang/rust@560353c90a Stop linting unused_io_amount in io traits
rust-lang/rust@8b9376a706 Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors
rust-lang/rust@cd2159434b tcx.is_const_fn doesn't work the way it is described, remove it
rust-lang/rust@a1ff955721 Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov
rust-lang/rust@59ecf4d073 Fix is_from_proc_macro attr
rust-lang/rust@3338611c1b Switch CI from bors to merge queue
rust-lang/rust@9cf416dc6e Auto merge of #13586 - evanj:evan.jones/long-paragraph-edit, r=xFrednet
rust-lang/rust@5d681cfe78 Pass Ident by reference in ast Visitor
rust-lang/rust@6bcd0b9b42 Auto merge of #13558 - alex-semenyuk:const_is_empty_fix, r=dswij
rust-lang/rust@eb6026a27f Remove associated type based effects logic
rust-lang/rust@c2534dcc49 Auto merge of #13460 - ROMemories:feat/freq-units-allowed-idents, r=Centri3
rust-lang/rust@b0412d0dd7 borrow_deref_ref: do not trigger on &raw references
rust-lang/rust@cc0ec046b1 Fix #131977 parens mangled in shared mut static lint suggestion
rust-lang/rust@cefa31a524 Auto merge of #13588 - GuillaumeGomez:fix-lint-anchor, r=flip1995
rust-lang/rust@7115404a97 Open lint when clicking on its anchor
rust-lang/rust@54f9bc4884 nightly feature tracking: get rid of the per-feature bool fields
rust-lang/rust@b33977b852 Fix invalid lint ID filtering
rust-lang/rust@97d13a8c0a Fix not working lint anchor
rust-lang/rust@0bcc6f8156 docs: Fix too_long_first_doc_paragraph: line -> paragraph
rust-lang/rust@088f07a0a7 Represent TraitBoundModifiers as distinct parts in HIR
rust-lang/rust@78fc7bbfdd Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote
rust-lang/rust@2fd8222bd4 terminology: #[feature] enables a feature (instead of "declaring" or "activating" it)
rust-lang/rust@f03f7c6c9d Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-errors
rust-lang/rust@3773534f29 Move COGNITIVE_COMPLEXITY to use macro again
rust-lang/rust@5873cb9d17 Auto merge of #13570 - Kijewski:pr-stray-comma, r=xFrednet
rust-lang/rust@8538562429 Auto merge of #13567 - y21:span_debug_assertions, r=flip1995
rust-lang/rust@1d0dad5eb3 Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr
rust-lang/rust@d00ab2e955 Auto merge of #13569 - alex-semenyuk:fix_version, r=blyxyas
rust-lang/rust@b3bf128e54 don't lint nested items that don't have generated documentation in missing_docs_in_private_items
rust-lang/rust@2f71ce6651 don't lint unnamed constants in missing_docs_in_private_items
rust-lang/rust@2666ed6c5b Fix indentation of website code snippets
rust-lang/rust@65eb1ec0fb remove the semicolon for builtin macro call statements in statement_outside_block
rust-lang/rust@d8b2f9364d Rip out old effects var handling code from traits
rust-lang/rust@aab0eee4ef make unsupported_calling_conventions a hard error
rust-lang/rust@2a5de352a1 docs: remove stray comma
rust-lang/rust@64c4cf1cba Fix version for ref_option
rust-lang/rust@69b088626c Fix tests
rust-lang/rust@4de65a113f fix empty suggestion ICE in from_over_into
rust-lang/rust@38cf3f3234 add debug assertions for overlapping spans and empty replacements
rust-lang/rust@e518d66dc0 Apply review comments + use shallow_lint_levels_on
rust-lang/rust@e427a4e694 Remove module passes filtering
rust-lang/rust@8f8aa46a87 Follow review comments (optimize the filtering)
rust-lang/rust@698363122e Do not run lints that cannot emit
rust-lang/rust@5678531c6d Auto merge of #13564 - GnomedDev:fix-manualbits-in-macro, r=blyxyas
rust-lang/rust@f2f0175eb2 Auto merge of #13543 - GnomedDev:symbol-comparisons, r=y21
rust-lang/rust@a739cc3abe Stop linting manual_bits in any macro invoke
rust-lang/rust@6a795887c4 Auto merge of #13539 - GuillaumeGomez:allow-no-js, r=Alexendoo
rust-lang/rust@47effe4f68 Auto merge of #13562 - klensy:pc, r=flip1995
rust-lang/rust@da19d47147 Fix lints syntax highlighting
rust-lang/rust@82969e5c4e Allow to go through clippy lints page without javascript
rust-lang/rust@2c3a34a040 pulldown-cmark: don't pull getopts dep
rust-lang/rust@91a458f451 Hotfix TRAIT_METHODS static->const
rust-lang/rust@fea5e77da1 Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-update
rust-lang/rust@8555922351 Don't trigger const_is_empty for inline const assertions
rust-lang/rust@ad002ea99f fix: linter
rust-lang/rust@40cb24f23c fix: simplify suggestion
rust-lang/rust@11162d1b48 fix: remove unnecessary unfilter_map usages
rust-lang/rust@979e297189 Update book
rust-lang/rust@a650692f8d Add test
rust-lang/rust@dedc380df9 Apply fixes from lint
rust-lang/rust@6b1779b0ee Add lint to check for slow symbol comparisons
rust-lang/rust@b95aa31a75 Stabilize isqrt feature
rust-lang/rust@62026c3228 Add units/unit prefixes of frequency to doc-valid-idents
rust-lang/rust@b2fd8a0192 Test fixing raw-dylib

@github-actions github-actions bot requested a review from a team as a code owner November 11, 2024 20:52
@zhassan-aws zhassan-aws reopened this Nov 11, 2024
@github-actions github-actions bot added the Z-EndToEndBenchCI Tag a PR to run benchmark CI label Nov 11, 2024
@zhassan-aws zhassan-aws added this pull request to the merge queue Nov 11, 2024
Merged via the queue into main with commit db886e6 Nov 11, 2024
26 checks passed
@zhassan-aws zhassan-aws deleted the toolchain-2024-11-09 branch November 11, 2024 23:05
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