Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: model-checking/kani
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kani-0.44.0
Choose a base ref
...
head repository: model-checking/kani
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kani-0.45.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 8 contributors

Commits on Jan 12, 2024

  1. Rethink should_panic and fail_uncoverable options as global condi…

    …tions (#2967)
    
    This PR is the next step to rework/introduce the
    `should_panic`/`fail_uncoverable` options as global conditions.
    
    Until now, we haven't had a concrete proposal to do so other than the
    implementation in #2532. This PR presents one for each option in their
    respective RFCs. I'd like to agree on this design before starting the
    code review for #2532.
    
    Related to #1905 #2272 #2299 #2516
    adpaco-aws authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fd12a28 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Upgrade toolchain to nightly-2024-01-17 (#2976)

    Fixes were done to address the following upstream changes:
    
    - rust-lang/rust#119606
    - rust-lang/rust#119751
    - rust-lang/rust#120025
    - rust-lang/rust#116520
    
    Resolves #2971 
    
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache 2.0 and MIT licenses.
    celinval authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b349137 View commit details
    Browse the repository at this point in the history
  2. Benchcomp visualize: fix missing import (#2977)

    logging is required when handling errors.
    tautschnig authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    965810e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Cargo update 2024-01-18 (#2978)

    Starting from clap v4.4.15 clap-rs/clap#5298 in
    some cases `UnknownArgument` errors are reported as `ArgumentConflict`
    errors.
    
    Co-authored-by: Remi Delmas <[email protected]>
    remi-delmas-3000 and Remi Delmas authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    16641d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Automatic cargo update to 2024-01-22 (#2980)

    Dependency upgrade resulting from `cargo update`.
    
    Co-authored-by: tautschnig <[email protected]>
    github-actions[bot] and tautschnig authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    65c4976 View commit details
    Browse the repository at this point in the history
  2. Bump Kani version to 0.45.0 (#2984)

    These are the auto-generated release notes for comparison purposes:
    
    ## What's Changed
    * Rethink `should_panic` and `fail_uncoverable` options as global
    conditions by @adpaco-aws in
    #2967
    * Upgrade toolchain to nightly-2024-01-17 by @celinval in
    #2976
    * Benchcomp visualize: fix missing import by @tautschnig in
    #2977
    * Cargo update 2024-01-18 by @remi-delmas-3000 in
    #2978
    
    **Full Changelog**:
    kani-0.44.0...kani-0.45.0
    
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache 2.0 and MIT licenses.
    qinheping authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    89c61cf View commit details
    Browse the repository at this point in the history
Loading