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: expr-lang/expr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.1
Choose a base ref
...
head repository: expr-lang/expr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.2
Choose a head ref
  • 12 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 18, 2025

  1. Refactor random code get

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    437bc8e View commit details
    Browse the repository at this point in the history
  2. gen: use all cpus

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    dc7c302 View commit details
    Browse the repository at this point in the history
  3. gen: simplify search

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    a81f28a View commit details
    Browse the repository at this point in the history
  4. gen: add vars

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    ccfad1d View commit details
    Browse the repository at this point in the history
  5. gen: add $env

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    0a4ba82 View commit details
    Browse the repository at this point in the history
  6. gen: less string vars

    antonmedv committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    253a4a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    27604cf View commit details
    Browse the repository at this point in the history
  2. gen: fix

    antonmedv committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    6565f13 View commit details
    Browse the repository at this point in the history
  3. Update examples.txt

    antonmedv committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    ac5b2c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Add examples testing

    antonmedv committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    646c17c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Refactor examples tests

    antonmedv committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    3a0a1da View commit details
    Browse the repository at this point in the history
  2. Make expr.Eval faster (#775)

    * Make expr.Eval faster
    
    * Add bench_call_test.go
    
    * Make parser config optional
    antonmedv authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    6121e25 View commit details
    Browse the repository at this point in the history
Loading