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

Update nightly toolchain #6

Merged
merged 7 commits into from
May 23, 2024

Commits on May 21, 2024

  1. Update nightly toolchain

    gavinleroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8be4fe4 View commit details
    Browse the repository at this point in the history
  2. Tree formatter

    gavinleroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d361544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5f6658 View commit details
    Browse the repository at this point in the history
  4. Install latest Depot

    gavinleroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    49374a3 View commit details
    Browse the repository at this point in the history
  5. Depot setup

    gavinleroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    458b5ed View commit details
    Browse the repository at this point in the history
  6. Fix bad merge.

    gavinleroy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4bf06a5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Disassociate obligations from method calls.

    Rustc updates caused more obligations to associate with method call
    exprs. This means that no call tables will be built for now but we can
    re-establish the functionality once we figure out where the difference
    is coming from.
    
    Frontend updates simplify the communication process which should cut
    down on syncing issues.
    gavinleroy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    605828a View commit details
    Browse the repository at this point in the history