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

Upgrade Rust toolchain to nightly-2024-01-23 #2983

Merged
merged 17 commits into from
Feb 8, 2024

Commits on Jan 24, 2024

  1. Update calls to internal to pass TyCtxt

      - This is due to the safety fix to the internal function, which was
        done here: rust-lang/rust#120128
    celinval committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d8936d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d5921 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c58be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    618cef8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

    Dependency upgrade resulting from `cargo update`.
    
    Co-authored-by: tautschnig <tautschnig@users.noreply.github.com>
    2 people authored and qinheping committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    20bbb51 View commit details
    Browse the repository at this point in the history
  2. Bump Kani version to 0.45.0 (model-checking#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
    model-checking#2967
    * Upgrade toolchain to nightly-2024-01-17 by @celinval in
    model-checking#2976
    * Benchcomp visualize: fix missing import by @tautschnig in
    model-checking#2977
    * Cargo update 2024-01-18 by @remi-delmas-3000 in
    model-checking#2978
    
    **Full Changelog**:
    model-checking/kani@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 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    68fba17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58e919b View commit details
    Browse the repository at this point in the history
  4. Update align of u128 to 16

    qinheping committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0a7b269 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #26 from qinheping/toolchain

    Make __kani__workaround_core_assert public in lib.rs
    celinval committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c4ff060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    622d002 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    68d1e20 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    865b055 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    afe582b View commit details
    Browse the repository at this point in the history
  2. Avoid extra warnings with simple clean ups

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a27d8a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Move check_insert_two_concrete to list of slow tests

    Some change has dramatically increase the memory usage for this harness.
    For now, we should include this harness in the list of slow tests until
    we are able to identify the cause.
    We also fix the unwind in the remaning harnesses.
    
    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    15999c2 View commit details
    Browse the repository at this point in the history
  2. Resolve merging conflicts

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cbcaa32 View commit details
    Browse the repository at this point in the history
  3. Update expected perf/hashset result

    Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
    feliperodri committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5537c02 View commit details
    Browse the repository at this point in the history