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: BurntSushi/termcolor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: BurntSushi/termcolor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 15 commits
  • 4 files changed
  • 10 contributors

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    7451f80 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    a600a65 View commit details
    Browse the repository at this point in the history
  2. 1.1.1

    BurntSushi committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b052b61 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. 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
    taiki-e authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    20822cb View commit details
    Browse the repository at this point in the history
  2. 1.1.2

    BurntSushi committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    9498753 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. doc: update links

    This mostly just use https where possible.
    
    PR #39
    atouchet authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    020816f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    dc7e7b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. 1.1.3

    BurntSushi committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    677f98b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. api: impl Debug for all public types

    Also add `#![deny(missing_debug_implementations)]` to ensure future
    additions must also implement `Debug`.
    
    PR #48
    casey authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    00f084d View commit details
    Browse the repository at this point in the history
  2. 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
    jyn514 authored and BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5b524b6 View commit details
    Browse the repository at this point in the history
  3. api: add strikethrough support to ColorSpec

    Closes #46, Closes #67
    tgross35 authored and BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c13ddd4 View commit details
    Browse the repository at this point in the history
  4. cargo: remove outdated exclusions

    Closes #64
    atouchet authored and BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5210933 View commit details
    Browse the repository at this point in the history
  5. impl: add explicit Ansi::write_all definition

    This gives a large speedup when doing small writes into an
    `Ansi<BufWriter<...>>`.
    
    Closes #56
    blyxxyz authored and BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    22e0e99 View commit details
    Browse the repository at this point in the history
  6. impl: some small cleanups

    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.
    BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    fb5fb8b View commit details
    Browse the repository at this point in the history
  7. 1.2.0

    BurntSushi committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    a4c5d51 View commit details
    Browse the repository at this point in the history
Loading