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: dtolnay/unicode-ident
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.12
Choose a base ref
...
head repository: dtolnay/unicode-ident
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.13
Choose a head ref
  • 14 commits
  • 15 files changed
  • 1 contributor

Commits on Sep 24, 2023

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

Commits on Feb 9, 2024

  1. Raise minimum tested compiler to 1.74

    Required by newest versions of clap and clap_lex.
    
        error: package `clap_lex v0.7.0` cannot be built because it requires rustc 1.74 or
        newer, while the currently active rustc version is 1.70.0
        Either upgrade to rustc 1.74 or newer, or use
        cargo update -p clap_lex@0.7.0 --precise ver
        where `ver` is the latest version of `clap_lex` supporting rustc 1.70.0
    dtolnay committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e32c81e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Ignore incompatible_msrv clippy false positives in test

    rust-lang/rust-clippy#12257
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.57.0`
         --> tests/fst/mod.rs:5:44
          |
        5 |     fst::Set::from(fst::raw::Fst::new(data.as_slice()).unwrap())
          |                                            ^^^^^^^^^^
          |
          = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
          = note: `-W clippy::incompatible-msrv` implied by `-W clippy::all`
          = help: to override `-W clippy::all` add `#[allow(clippy::incompatible_msrv)]`
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.57.0`
          --> tests/fst/mod.rs:10:44
           |
        10 |     fst::Set::from(fst::raw::Fst::new(data.as_slice()).unwrap())
           |                                            ^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.32.0`
          --> tests/compare.rs:46:48
           |
        46 |             xid_start_fst.contains((ch as u32).to_be_bytes()),
           |                                                ^^^^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.32.0`
          --> tests/compare.rs:51:51
           |
        51 |             xid_continue_fst.contains((ch as u32).to_be_bytes()),
           |                                                   ^^^^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    
        warning: current MSRV (Minimum Supported Rust Version) is `1.31.0` but this item is stable since `1.32.0`
          --> benches/xid.rs:88:44
           |
        88 |                 let ch_bytes = (ch as u32).to_be_bytes();
           |                                            ^^^^^^^^^^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
    dtolnay committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b00df38 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Temporarily ignore cargo-outdated job in CI

    Something is screwed up with this and it is producing nondeterministic
    outputs that I am not sure how to interpret.
    
        unicode-ident-diagram
        ================
        Name                          Project  Compat   Latest   Kind    Platform
        ----                          -------  ------   ------   ----    --------
        arbitrary                     0.4.7    1.3.2    1.3.2    Normal  ---
        arbitrary                     0.4.7    1.3.2    1.3.2    Normal  cfg(fuzzing)
        bitstream-io                  1.10.0   2.2.0    2.2.0    Normal  ---
        built                         0.5.2    0.7.1    0.7.1    Build   ---
        bumpalo                       3.15.4   Removed  Removed  Normal  ---
        cargo-lock                    8.0.3    Removed  Removed  Normal  ---
        cfg-if                        1.0.0    Removed  Removed  Normal  ---
        form_urlencoded               1.2.1    Removed  Removed  Normal  ---
        idna                          0.5.0    Removed  Removed  Normal  ---
        itertools                     0.10.5   0.12.1   0.12.1   Normal  ---
        libfuzzer-sys                 0.3.5    0.4.7    0.4.7    Normal  cfg(fuzzing)
        log                           0.4.21   Removed  Removed  Normal  ---
        num-derive                    0.3.3    0.4.2    0.4.2    Normal  ---
        once_cell                     1.19.0   Removed  Removed  Normal  ---
        percent-encoding              2.3.1    Removed  Removed  Normal  ---
        proc-macro2                   1.0.78   Removed  Removed  Normal  ---
        quote                         1.0.35   Removed  Removed  Normal  ---
        rav1e                         0.6.6    0.7.1    0.7.1    Normal  cfg(target = "wasm32-unknown-unknown")
        rust_hawktracer               0.7.0    Removed  Removed  Normal  ---
        rust_hawktracer_normal_macro  0.4.1    Removed  Removed  Normal  ---
        rust_hawktracer_proc_macro    0.4.1    Removed  Removed  Normal  ---
        rustc_version                 0.4.0    Removed  Removed  Build   ---
        semver                        1.0.22   Removed  Removed  Normal  ---
        serde                         1.0.197  Removed  Removed  Normal  ---
        serde_derive                  1.0.197  Removed  Removed  Normal  ---
        syn                           1.0.109  2.0.52   2.0.52   Normal  ---
        syn                           2.0.52   Removed  Removed  Normal  ---
        tinyvec                       1.6.0    Removed  Removed  Normal  ---
        tinyvec_macros                0.1.1    Removed  Removed  Normal  ---
        toml                          0.5.11   Removed  Removed  Normal  ---
        unicode-bidi                  0.3.15   Removed  Removed  Normal  ---
        unicode-ident                 1.0.12   Removed  Removed  Normal  ---
        unicode-normalization         0.1.23   Removed  Removed  Normal  ---
        url                           2.5.0    Removed  Removed  Normal  ---
        wasm-bindgen                  0.2.92   Removed  Removed  Normal  ---
        wasm-bindgen-backend          0.2.92   Removed  Removed  Normal  ---
        wasm-bindgen-macro            0.2.92   Removed  Removed  Normal  ---
        wasm-bindgen-macro-support    0.2.92   Removed  Removed  Normal  ---
        wasm-bindgen-shared           0.2.92   Removed  Removed  Normal  ---
    dtolnay committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    116dea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Link to cargo-outdated bug

    dtolnay committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    27eee64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2944bc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Re-enable cargo-outdated in CI

    dtolnay committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e7cfa7e View commit details
    Browse the repository at this point in the history
  2. Revert "Run cargo-outdated on workspace root for now"

    This reverts commit 2944bc6.
    dtolnay committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d63c2b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Explicitly install a Rust toolchain for cargo-outdated job

    Debugging a recent cargo-outdated bug, it would have been nice not to
    wonder whether a rustc version change in GitHub's runner image was a
    contributing factor.
    dtolnay committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a8736e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Sep 11, 2024

  1. Update to Unicode 16.0.0

    dtolnay committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9c053be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from dtolnay/unicode

    Update to Unicode 16.0.0
    dtolnay authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b9b75da View commit details
    Browse the repository at this point in the history
  3. Release 1.0.13

    dtolnay committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e34a369 View commit details
    Browse the repository at this point in the history
Loading