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.10.6
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.11.0
Choose a head ref
  • 11 commits
  • 28 files changed
  • 2 contributors

Commits on Sep 29, 2024

  1. automata: add explicit lifetime annotation

    rustc seems to warn about this. And I would prefer writing the lifetime
    here anyway. That it wasn't was probably an oversight.
    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    92efe4a View commit details
    Browse the repository at this point in the history
  2. cli: remove some dead code

    It looks like rustc picks this up now but didn't before.
    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d3d3ff7 View commit details
    Browse the repository at this point in the history
  3. api: add SetMatches::matched_all

    This complements `matched_any` with a means to check if a set of
    patterns all matched the haystack.
    
    PR #1228
    tmccombs committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b790aa5 View commit details
    Browse the repository at this point in the history
  4. cli: include \w, \s and \d in Unicode data table generation

    This was an oversight omission when porting the old generator shell
    script to regex-cli. This hasn't been an issue because I don't think
    we've generated data for a new release of Unicode with this new
    infrastructure yet.
    
    This was flagged by unit tests that failed because \d was no longer a
    subset of \w.
    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7691e49 View commit details
    Browse the repository at this point in the history
  5. data: update to UCD 16

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9239e7e View commit details
    Browse the repository at this point in the history
  6. changelog: 1.11.0

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1533257 View commit details
    Browse the repository at this point in the history
  7. regex-syntax-0.8.5

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cba0fbc View commit details
    Browse the repository at this point in the history
  8. deps: bump regex-syntax

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4bb1e3d View commit details
    Browse the repository at this point in the history
  9. regex-automata-0.4.8

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    58e16f5 View commit details
    Browse the repository at this point in the history
  10. deps: bump regex-automata

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9e17e56 View commit details
    Browse the repository at this point in the history
  11. 1.11.0

    BurntSushi committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bcbe403 View commit details
    Browse the repository at this point in the history
Loading