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: serde-rs/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.99
Choose a base ref
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.100
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 24, 2023

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

Commits on Jul 3, 2023

  1. Resolve explicit_iter_loop pedantic clippy lint

        error: it is more concise to loop over references to containers instead of using explicit iteration methods
           --> tests/../src/lexical/math.rs:339:19
            |
        339 |         for xi in x.iter_mut() {
            |                   ^^^^^^^^^^^^ help: to write this more concisely, try: `&mut *x`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
            = note: `-D clippy::explicit-iter-loop` implied by `-D clippy::pedantic`
    
        error: it is more concise to loop over references to containers instead of using explicit iteration methods
           --> tests/../src/lexical/math.rs:485:19
            |
        485 |         for xi in x.iter_mut() {
            |                   ^^^^^^^^^^^^ help: to write this more concisely, try: `&mut *x`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
    dtolnay committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e98e664 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    79caf27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f482ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8a2b1 View commit details
    Browse the repository at this point in the history
  4. No pre_ci in this repo

    dtolnay committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    897f913 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.100

    dtolnay committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d2fce19 View commit details
    Browse the repository at this point in the history
Loading