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: taiki-e/cargo-config2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.12
Choose a base ref
...
head repository: taiki-e/cargo-config2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.13
Choose a head ref
  • 18 commits
  • 39 files changed
  • 1 contributor

Commits on Sep 14, 2023

  1. Remove dead code

    taiki-e committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a1a01ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990250f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0894faa View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Revert "Ignore buggy clippy::missing_panics_doc lint"

    This reverts commit 5bf49cc.
    
    The false positive has been fixed.
    taiki-e committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    dd1d168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bc97b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix clippy::explicit_iter_loop warning in example

    ```
    warning: it is more concise to loop over references to containers instead of using explicit iteration methods
      --> examples/get.rs:91:44
       |
    91 |                         for (key, item) in table.iter() {
       |                                            ^^^^^^^^^^^^ help: to write this more concisely, try: `table`
       |
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_iter_loop
       = note: `-W clippy::explicit-iter-loop` implied by `-W clippy::pedantic`
       = help: to override `-W clippy::pedantic` add `#[allow(clippy::explicit_iter_loop)]`
    ```
    taiki-e committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    40dee20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ec08b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 28, 2023

  1. tidy: Run markdownlint

    taiki-e committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1cfba4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4ae9f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Set errtrace in scripts

    taiki-e committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    41b922d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

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

Commits on Oct 7, 2023

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

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    57ff18c View commit details
    Browse the repository at this point in the history
  2. Update CI config

    taiki-e committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    df083af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    090bd5d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    0a5870a View commit details
    Browse the repository at this point in the history
  2. Release 0.1.13

    taiki-e committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d421d9a View commit details
    Browse the repository at this point in the history
Loading