-
Notifications
You must be signed in to change notification settings - Fork 183
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rust-lang/chalk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.72.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 23 files changed
- 3 contributors
Commits on Aug 29, 2021
-
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 committedAug 29, 2021 Configuration menu - View commit details
-
Copy full SHA for e76879d - Browse repository at this point
Copy the full SHA e76879dView commit details
Commits on Oct 3, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for c518108 - Browse repository at this point
Copy the full SHA c518108View commit details -
Regenrate lockfile to fix tests in Nightly
- Old version of `lalrpop` crashes on nightly due to https://github.com/lalrpop/lalrpop/blob/9c55302046758ff34a70454ffae22614e950ef54/lalrpop/src/message/horiz.rs#L22
Configuration menu - View commit details
-
Copy full SHA for 94db8c5 - Browse repository at this point
Copy the full SHA 94db8c5View commit details -
Auto merge of #730 - henrikhorluck:regen-lock, r=matthewjasper
Regenerate lockfile to fix tests in nightly - Old version of `lalrpop` crashes on nightly due to https://github.com/lalrpop/lalrpop/blob/9c55302046758ff34a70454ffae22614e950ef54/lalrpop/src/message/horiz.rs#L22 More specifically: Nightly has introduced https://doc.rust-lang.org/nightly/std/iter/trait.Iterator.html#method.intersperse which conflicted with https://docs.rs/itertools/0.10.1/itertools/trait.Itertools.html#method.intersperse
Configuration menu - View commit details
-
Copy full SHA for 03a20f1 - Browse repository at this point
Copy the full SHA 03a20f1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 10ba203 - Browse repository at this point
Copy the full SHA 10ba203View commit details
Commits on Oct 10, 2021
-
Github Action committed
Oct 10, 2021 Configuration menu - View commit details
-
Copy full SHA for d3ac4ff - Browse repository at this point
Copy the full SHA d3ac4ffView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.71.0...v0.72.0