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: bkchr/proc-macro-crate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: bkchr/proc-macro-crate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Dec 6, 2023

  1. Fix indexing with vscode + rustanalyzer

    Seems like calling cargo to determine the workspace path every time
    really slows down things when indexing polkadot-sdk(almost 10 minutes)
    so let's cache the workspace manifest path an call cargo locate only
    when building the cache entry, this gives us similar performance as
    1.3.0 version of this crate.
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    44ced0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from alexggh/fix/vscode_indexing

    Speedup indexing with vscode + rustanalyzer
    bkchr authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    57618a7 View commit details
    Browse the repository at this point in the history
  3. Release 2.0.1

    bkchr committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    df1a38d View commit details
    Browse the repository at this point in the history
  4. Pin datetime

    bkchr committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6516357 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #43 from bkchr/bkchr-release-2.0.1

    Release 2.0.1
    bkchr authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    555274d View commit details
    Browse the repository at this point in the history
Loading