-
-
Notifications
You must be signed in to change notification settings - Fork 178
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: dtolnay/anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.43
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.44
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 7 files changed
- 3 contributors
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 58b873a - Browse repository at this point
Copy the full SHA 58b873aView commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b45d649 - Browse repository at this point
Copy the full SHA b45d649View commit details
Commits on Sep 5, 2021
-
Merge pull request #162 from ArekPiekarz/readme-backtrace
Add to README using backtraces on stable channel
Configuration menu - View commit details
-
Copy full SHA for 4d3adef - Browse repository at this point
Copy the full SHA 4d3adefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec8204 - Browse repository at this point
Copy the full SHA bec8204View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c5e25 - Browse repository at this point
Copy the full SHA b3c5e25View commit details
Commits on Sep 12, 2021
-
All `#[cold]` to all error constructors. As discussed in the [issue #165](#165), marking functions cold helps LLVM optimize code paths not leading to error. Although in our case marking only `from` was enough, I took the liberty of marking all error constructors `#[cold]`. Note, I marked cold both inner function and public functions, because LLVM does not always takes into account `#[cold]` attribute of inlined functions, see [an example in compiled explorer](https://rust.godbolt.org/z/vzxazMMnb).
Configuration menu - View commit details
-
Copy full SHA for fa9bcc0 - Browse repository at this point
Copy the full SHA fa9bcc0View commit details -
Merge pull request #166 from stepancheg/cold
Mark error constructors cold
Configuration menu - View commit details
-
Copy full SHA for 447eff8 - Browse repository at this point
Copy the full SHA 447eff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c97c59 - Browse repository at this point
Copy the full SHA 6c97c59View 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 1.0.43...1.0.44