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: v3.2.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: v3.3.0
Choose a head ref
  • 14 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 12, 2024

  1. Disable display feature of toml-edit

    This disables a lot of the serializer code that this crate does not
    need. While this does not completely address #37, it does reduce the
    cold compile-time slightly (on my high-end machine): 0.6 seconds.
    zeenix committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0141c48 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. Merge pull request #54 from zeenix/master

    Disable `display` feature of `toml-edit`
    bkchr authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    a12fb32 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Fix use with Bazel

    When the application is built with Bazel as build system, environment
    variables like CARGO_MANIFEST_DIR, etc. are set for compatibility, but
    CARGO itself isn't, because Bazel is the tool of choice. Therefore any
    attempt to invoke Cargo to locate the workspace manifest path fails.
    
    As a fallback, a lack of the CARGO environment variable now just means
    no workspace support.
    tronical committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    db99213 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from slint-ui/master

    Fix use with Bazel
    bkchr authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    e2c5dbe View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    51e8f0d View commit details
    Browse the repository at this point in the history
  2. toml_edit tables: clippy.toml forbidden methods

    I used this file and
       clippy -- -A clippy::all -D clippy::disallowed_methods
    to find the places I needed to fix.
    ijackson committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    5ce9214 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    a138066 View commit details
    Browse the repository at this point in the history
  2. CI: check that we don't call toml_edit::Item::as_table

    This will stop this bug sneaking back in.
    
    Doing this here saves having to duplicate all the tests with versions
    that use inline tables instead.  (We'll have one test, though.)
    ijackson committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    fe807ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ded013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11171a View commit details
    Browse the repository at this point in the history
  5. FMT

    bkchr committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1bcfd88 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #58 from ijackson/table

    Fix handling of inline tables
    bkchr authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    88f5bf0 View commit details
    Browse the repository at this point in the history
  7. Release v3.3.0

    bkchr committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b44117e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #59 from bkchr/bkchr-release-3.3.0

    Release v3.3.0
    bkchr authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    5cd850c View commit details
    Browse the repository at this point in the history
Loading