-
-
Notifications
You must be signed in to change notification settings - Fork 47
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: BurntSushi/termcolor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BurntSushi/termcolor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 4 files changed
- 10 contributors
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7451f80 - Browse repository at this point
Copy the full SHA 7451f80View commit details
Commits on Nov 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a600a65 - Browse repository at this point
Copy the full SHA a600a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for b052b61 - Browse repository at this point
Copy the full SHA b052b61View commit details
Commits on Nov 19, 2020
-
tests: remove use of doc_comment crate
Regrettably, the use of doctest fails on Rust 1.38 and Rust 1.39, but not on any other Rust version. It works on older versions because older versions didn't recognize the 'doctest' cfg item. But newer versions did and flagged it as a nightly-only feature. Fixes #35
Configuration menu - View commit details
-
Copy full SHA for 20822cb - Browse repository at this point
Copy the full SHA 20822cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9498753 - Browse repository at this point
Copy the full SHA 9498753View commit details
Commits on Jan 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 020816f - Browse repository at this point
Copy the full SHA 020816fView commit details
Commits on Jun 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc7e7b9 - Browse repository at this point
Copy the full SHA dc7e7b9View commit details
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 677f98b - Browse repository at this point
Copy the full SHA 677f98bView commit details
Commits on Jan 15, 2023
-
api: impl Debug for all public types
Also add `#![deny(missing_debug_implementations)]` to ensure future additions must also implement `Debug`. PR #48
Configuration menu - View commit details
-
Copy full SHA for 00f084d - Browse repository at this point
Copy the full SHA 00f084dView commit details -
api: impl {Default, FromStr} for ColorChoice
This allows x.py in rust-lang/rust to remove a wrapper type around ColorChoice. The defaults here seem reasonable; I chose kebab-case for parsing `AlwaysAnsi` but I'm happy to switch it. This also updates the top-level atty example in the crate docs to use the new color choice parser. Closes #42
Configuration menu - View commit details
-
Copy full SHA for 5b524b6 - Browse repository at this point
Copy the full SHA 5b524b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c13ddd4 - Browse repository at this point
Copy the full SHA c13ddd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5210933 - Browse repository at this point
Copy the full SHA 5210933View commit details -
impl: add explicit Ansi::write_all definition
This gives a large speedup when doing small writes into an `Ansi<BufWriter<...>>`. Closes #56
Configuration menu - View commit details
-
Copy full SHA for 22e0e99 - Browse repository at this point
Copy the full SHA 22e0e99View commit details -
In particular, this gets rust-analyzer to stop complaining. We don't bother with much else, including cleanups that require MSRV bumps, mostly because it doesn't seem worth it to me.
Configuration menu - View commit details
-
Copy full SHA for fb5fb8b - Browse repository at this point
Copy the full SHA fb5fb8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c5d51 - Browse repository at this point
Copy the full SHA a4c5d51View 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.1.0...1.2.0