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/regex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.2
Choose a base ref
...
head repository: rust-lang/regex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.3
Choose a head ref
  • 11 commits
  • 23 files changed
  • 4 contributors

Commits on Nov 23, 2020

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

Commits on Nov 24, 2020

  1. examples: update benchmark game URL

    The benchmark game no longer has the "regex-dna" benchmark,
    but we update the URL anyway.
    
    PR #724
    atouchet authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    83c2fcd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

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

Commits on Dec 29, 2020

  1. github: add issue templates

    I am getting tired of asking people for reproductions. Hopefully these
    issue templates will help with that.
    BurntSushi committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    954e03b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b15654 View commit details
    Browse the repository at this point in the history
  3. api: add missing implementations of core iterator traits

    We add these for "good sense" reasons, although it's not
    clear how useful or beneficial they are in practice.
    
    PR #734
    lopopolo authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    8a81699 View commit details
    Browse the repository at this point in the history
  4. api: add missing Debug impls for public types

    In general, all public types should have a `Debug` impl.
    Some types didn't because it was just never needed, but
    it's good form to do it.
    
    PR #735
    lopopolo authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    ee94996 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. changelog: 1.4.3

    BurntSushi committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c28bf5d View commit details
    Browse the repository at this point in the history
  2. regex-syntax-0.6.22

    BurntSushi committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d27882c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8b407 View commit details
    Browse the repository at this point in the history
  4. 1.4.3

    BurntSushi committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    373d5ca View commit details
    Browse the repository at this point in the history
Loading