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: rust-lang/chalk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.71.0
Choose a base ref
...
head repository: rust-lang/chalk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.72.0
Choose a head ref
  • 6 commits
  • 23 files changed
  • 3 contributors

Commits on Aug 29, 2021

  1. Release 0.72.0-dev.0

    chalk@0.72.0-dev.0
    chalk-derive@0.72.0-dev.0
    chalk-engine@0.72.0-dev.0
    chalk-integration@0.72.0-dev.0
    chalk-ir@0.72.0-dev.0
    chalk-parse@0.72.0-dev.0
    chalk-recursive@0.72.0-dev.0
    chalk-solve@0.72.0-dev.0
    
    Generated by cargo-workspaces
    Github Action committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    e76879d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Replace ControlFlow with version in std

    - Since Rust 1.55, `ControlFlow` is now available in std
    - Some functions are not available in std yet, and the functional
      equivalents have been used (e.g. `ControlFlow::Break(())` instead of
      `ControlFlow::BREAK`, etc.)
    
    Closes #725
    henrikhorluck committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c518108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94db8c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a20f1 View commit details
    Browse the repository at this point in the history
  4. Auto merge of #729 - henrikhorluck:std-controlflow, r=matthewjasper

    Replace `ControlFlow` with version in std
    
    - Since Rust 1.55, `ControlFlow` is now available in std
    - Some functions are not available in std yet, and the functional
      equivalents have been used (e.g. `ControlFlow::Break(())` instead of
      `ControlFlow::BREAK`, etc.)
    
    Closes #725
    bors committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    10ba203 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Release 0.72.0

    Github Action committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d3ac4ff View commit details
    Browse the repository at this point in the history
Loading