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.12.1
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.12.2
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Oct 11, 2025

  1. regex-lite-0.1.8

    BurntSushi committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    140f894 View commit details
    Browse the repository at this point in the history
  2. regex-cli-0.2.3

    BurntSushi committed Oct 11, 2025
    Configuration menu
    Copy the full SHA
    0089034 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. docs: swap doc_auto_cfg with doc_cfg

    In rust-lang/rust#138907, the `doc_auto_cfg`
    feature was subsumed by `doc_cfg`. This does overall look like we're on
    a path toward stabilization, which is great.
    
    One problem here though is that a bunch of crates use the `cfg` `docsrs`
    to enable `doc_auto_cfg`. So if we enable it, then it causes those
    crates to stop compiling. This is overall very annoying, and I don't
    know how to unfuck things. So I changed the `cfg` knob to `docsrs_regex`
    which, doesn't quite provide a guarantee, but gets us closer to being
    masters of our own destiny.
    BurntSushi committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    1dd9077 View commit details
    Browse the repository at this point in the history
  2. regex-syntax-0.8.8

    BurntSushi committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    691d514 View commit details
    Browse the repository at this point in the history
  3. regex-automata-0.4.13

    BurntSushi committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    ab0b071 View commit details
    Browse the repository at this point in the history
  4. 1.12.2

    BurntSushi committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    5ea3eb1 View commit details
    Browse the repository at this point in the history
Loading