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

Changed array size to be 40 for E0308 #958

Closed
wants to merge 14 commits into from

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. Upgraded dependencies

    Upgraded all dependencies using cargo-edit upgrade to solve previous errors in compilation
    rowanfr committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8bca929 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Added should_panic to tests

    This commit added should_panic to tests which indicated by their context that they should panic given that they have the panic message in the comments. The only issue is not all of them panic but that should be solved in a separate fork
    rowanfr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d2562e5 View commit details
    Browse the repository at this point in the history
  2. Changed appveyor to use nightly

    This changes appveyor configuration to use the nightly rustc compiler in order to use the recent stable-to-stable regression to compile
    rowanfr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d1d4b2a View commit details
    Browse the repository at this point in the history
  3. Removed stable from github actions

    Temporarily removed stable as a rust option for github actions. This should be reverted when 1.74 is made the rustc stable version and is only due to the ICE error being presently resolved in nightly. This leads to some clear instability with nightly features, but it's currently the only option
    rowanfr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    efda45a View commit details
    Browse the repository at this point in the history
  4. Removed the stable requirement

    Removed the stable requirement from .travis.yml for the rustc compiler
    rowanfr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1524913 View commit details
    Browse the repository at this point in the history
  5. Updated nightly version in .travis.yml

    Updated nightly version in .travis.yml and fixed errors in previous commit regarding using solely the nightly version of rustc
    rowanfr committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    88f1e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Updated sccache to use v0.5.4

    Updated sccache install script to use version v0.5.4
    rowanfr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    01b0f85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a15708 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db088b0 View commit details
    Browse the repository at this point in the history
  4. Alternate install for cross

    rowanfr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dbef05e View commit details
    Browse the repository at this point in the history
  5. Clean cargo of artifacts

    rowanfr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    18ae8fe View commit details
    Browse the repository at this point in the history
  6. Clear tmp file recursively

    Clear tmp file recursively to prevent cargo artifacts from interfering
    rowanfr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cc3d8da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0543680 View commit details
    Browse the repository at this point in the history