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/ryu Loading
base: 1.0.17
Choose a base ref
...
head repository: dtolnay/ryu Loading
compare: 1.0.18
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    dbb973b 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
    8a06923 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Revert "Temporarily disable miri on doctests"

    This reverts commit dbb973b.
    dtolnay committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a05753c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on May 7, 2024

  1. Resolve unexpected_cfgs warning

        warning: unexpected `cfg` condition name: `exhaustive`
         --> tests/exhaustive.rs:1:8
          |
        1 | #![cfg(exhaustive)]
          |        ^^^^^^^^^^
          |
          = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
          = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
          = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
          = note: `#[warn(unexpected_cfgs)]` on by default
    dtolnay committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6132d8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from dtolnay/checkcfg

    Resolve unexpected_cfgs warning
    dtolnay committed May 7, 2024
    Configuration menu
    Copy the full SHA
    86b1932 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.18

    dtolnay committed May 7, 2024
    Configuration menu
    Copy the full SHA
    12746aa View commit details
    Browse the repository at this point in the history
Loading