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: EmbarkStudios/cfg-expr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.3
Choose a base ref
...
head repository: EmbarkStudios/cfg-expr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.1
Choose a head ref
  • 18 commits
  • 15 files changed
  • 3 contributors

Commits on May 19, 2022

  1. Add missing quote

    Jake-Shadle committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d0a48fa View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on Sep 27, 2022

  1. Update targets to Rust 1.63 (#51)

    * Make target-lexicon parsing optional
    
    There are enough new weird architectures added in each version of Rust
    that it is difficult to keep target-lexicon aware of all of them. So try
    parsing triples, but don't fail if that doesn't work.
    
    * Update targets to Rust 1.63
    
    * Update to 1.64.0
    
    * Bump MSRV to 1.58.0
    
    * Move lint config to .cargo/config.toml
    
    * Update CHANGELOG
    
    * Fixup README
    
    * Cleanup CI
    
    * Oops
    
    Co-authored-by: Jake Shadle <[email protected]>
    sunshowers and Jake-Shadle authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    266b620 View commit details
    Browse the repository at this point in the history
  2. Release 0.11.0

    Jake-Shadle committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1c7eda7 View commit details
    Browse the repository at this point in the history
  3. Fix README

    Jake-Shadle committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1065ebc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Update targets for Rust 1.65 (#53)

    * Update targets for Rust 1.65
    
    Also include target-lexicon updates and fixes.
    
    * Fix clippy issues on Rust 1.65
    sunshowers authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    9e5b68b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Add support for abi if it is present (#54)

    * Parse target_abi if it's present even though it's unstable
    
    * Add missing abi to new builtins
    
    Co-authored-by: Carol (Nichols || Goulding) <[email protected]>
    Jake-Shadle and carols10cents authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c2e3b86 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Jake-Shadle committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a5f6d19 View commit details
    Browse the repository at this point in the history
  3. Release 0.12.0

    Jake-Shadle committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d6f8a00 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    8db9e4f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Jake-Shadle committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    81681a4 View commit details
    Browse the repository at this point in the history
  3. Release 0.13.0

    Jake-Shadle committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c1e7ab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update to 1.67.0 (#57)

    * Update to 1.67.0
    
    * Fix lints
    Jake-Shadle authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8212431 View commit details
    Browse the repository at this point in the history
  2. Release 0.14.0

    Jake-Shadle committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f769aed View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update to 1.68.2 (#58)

    * Update to 1.68.2
    
    * Update CHANGELOG
    
    * Fix clippy lints
    
    * Fix doctest
    
    * Fix misattribution
    Jake-Shadle authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8e5db5b View commit details
    Browse the repository at this point in the history
  2. Release 0.15.0

    Jake-Shadle committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    295353e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update target list to 1.69.0 (#59)

    * Update target list to 1.69.0
    
    * Update docs
    Jake-Shadle authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    33c2f81 View commit details
    Browse the repository at this point in the history
  2. Release 0.15.1

    Jake-Shadle committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    013f67b View commit details
    Browse the repository at this point in the history
Loading