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: crisidev/bacon-ls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.20.1
Choose a base ref
...
head repository: crisidev/bacon-ls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.21.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 25, 2025

  1. detect rust projects that are not on git root

    Imagine, you're having a project a few levels deep in your Git
    repository; the previous heuristic wouldn't be able to detect this. We
    know check whether a `Cargo.toml` exists on the git root before trying a
    few other options.
    Leandros committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    7ccd719 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. Merge pull request #57 from Leandros/dev

    detect rust projects that are not on git root
    crisidev authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    3a82571 View commit details
    Browse the repository at this point in the history
  2. Release 0.21.0

    Matteo Bigoi committed Apr 26, 2025
    Configuration menu
    Copy the full SHA
    92879c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from crisidev/release-0.21.0

    Release 0.21.0
    crisidev authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    04fc216 View commit details
    Browse the repository at this point in the history
Loading