Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
expr-lang
/
expr
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
524
Star
8k
Code
Issues
57
Pull requests
30
Discussions
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Actions: expr-lang/expr
Actions
All workflows
Workflows
build
build
check
check
CodeQL
CodeQL
Copilot code review
Copilot code review
Copilot coding agent
Copilot coding agent
diff
diff
fuzz
fuzz
test
test
Show more workflows...
Management
Caches
Deployments
fuzz
fuzz
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
fuzz.yml
will be ignored since log searching is not yet available
165 workflow runs
165 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Match float literals to float32 comparisons
fuzz
#498:
Pull request
#983
synchronize by
deepakganesh78
Action required
deepakganesh78:fix/issue609-float32-literals
deepakganesh78:fix/issue609-float32-literals
Action required
View #983
View workflow file
Match float literals to float32 comparisons
fuzz
#497:
Pull request
#983
opened by
deepakganesh78
Action required
deepakganesh78:fix/issue609-float32-literals
deepakganesh78:fix/issue609-float32-literals
Action required
View #983
View workflow file
builtin: enforce MemoryBudget for split and splitAfter
fuzz
#495:
Pull request
#938
synchronize by
antonmedv
Action required
thesmartshadow:fix/memorybudget-split-safe
thesmartshadow:fix/memorybudget-split-safe
Action required
View #938
View workflow file
feat: add log2 builtin
fuzz
#494:
Pull request
#981
opened by
sanmaxdev
Action required
sanmaxdev:feat/log2-builtin
sanmaxdev:feat/log2-builtin
Action required
View #981
View workflow file
feat: support DisableBuiltin("$env") to hide the $env variable
fuzz
#493:
Pull request
#949
synchronize by
boinger
Action required
boinger:feat/disable-env-builtin
boinger:feat/disable-env-builtin
Action required
View #949
View workflow file
Add Betterleaks to Expr usage examples
fuzz
#491:
Pull request
#979
synchronize by
zricethezav
12m 2s
zricethezav:patch-1
zricethezav:patch-1
12m 2s
View #979
View workflow file
feat: allow field access on concrete types behind interface values
fuzz
#486:
Pull request
#952
synchronize by
snaffi
12m 7s
snaffi:feature/get-embedded-interface-properties
snaffi:feature/get-embedded-interface-properties
12m 7s
View #952
View workflow file
fix(ast): avoid panic in ConstantNode.String on non-JSON floats
fuzz
#485:
Pull request
#974
opened by
netliomax25-code
12m 15s
netliomax25-code:constantnode-string-nan-panic
netliomax25-code:constantnode-string-nan-panic
12m 15s
View #974
View workflow file
return error on non-string element in join
fuzz
#477:
Pull request
#969
opened by
netliomax25-code
2m 27s
netliomax25-code:join-string-assert
netliomax25-code:join-string-assert
2m 27s
View #969
View workflow file
handle arbitrary slice types in sort builtin
fuzz
#476:
Pull request
#968
opened by
netliomax25-code
2m 36s
netliomax25-code:sort-reflect-fallback
netliomax25-code:sort-reflect-fallback
2m 36s
View #968
View workflow file
feat: add "expr_noreflectmethod" build tag
fuzz
#473:
Pull request
#957
synchronize by
antonmedv
12m 30s
vincentbernat:feature/dce-elimination-tag
vincentbernat:feature/dce-elimination-tag
12m 30s
View #957
View workflow file
fix(vm): clear error when fetching field from string at runtime
fuzz
#468:
Pull request
#963
opened by
SAY-5
Queued
SAY-5:fix/fetch-string-property-access
SAY-5:fix/fetch-string-property-access
Queued
View #963
View workflow file
feat: allow field access on concrete types behind interface values
fuzz
#466:
Pull request
#952
synchronize by
snaffi
12m 15s
snaffi:feature/get-embedded-interface-properties
snaffi:feature/get-embedded-interface-properties
12m 15s
View #952
View workflow file
feat: support uniqBy function
fuzz
#460:
Pull request
#958
opened by
XieChengYi
17m 1s
XieChengYi:xiecy/support-uniqBy-func
XieChengYi:xiecy/support-uniqBy-func
17m 1s
View #958
View workflow file
feat: add "expr_noreflectmethod" build tag
fuzz
#456:
Pull request
#957
synchronize by
vincentbernat
12m 9s
vincentbernat:feature/dce-elimination-tag
vincentbernat:feature/dce-elimination-tag
12m 9s
View #957
View workflow file
feat: add "expr_noreflectmethod" build tag
fuzz
#455:
Pull request
#957
synchronize by
vincentbernat
12m 9s
vincentbernat:feature/dce-elimination-tag
vincentbernat:feature/dce-elimination-tag
12m 9s
View #957
View workflow file
feat: add "expr_noreflectmethod" build tag
fuzz
#454:
Pull request
#957
synchronize by
vincentbernat
11m 45s
vincentbernat:feature/dce-elimination-tag
vincentbernat:feature/dce-elimination-tag
11m 45s
View #957
View workflow file
feat: add "expr_noreflectmethod" build tag
fuzz
#453:
Pull request
#957
opened by
vincentbernat
12m 11s
vincentbernat:feature/dce-elimination-tag
vincentbernat:feature/dce-elimination-tag
12m 11s
View #957
View workflow file
feat(static): add static package as a DCE-friendly alternative
fuzz
#452:
Pull request
#956
opened by
vincentbernat
12m 7s
vincentbernat:feature/dce-elimination
vincentbernat:feature/dce-elimination
12m 7s
View #956
View workflow file
feat: support DisableBuiltin("$env") to hide the $env variable
fuzz
#451:
Pull request
#949
synchronize by
boinger
12m 3s
boinger:feat/disable-env-builtin
boinger:feat/disable-env-builtin
12m 3s
View #949
View workflow file
fix: support ConstExpr with functions defined via expr.Function
fuzz
#450:
Pull request
#955
opened by
Yanhu007
12m 12s
Yanhu007:fix/constexpr-with-function
Yanhu007:fix/constexpr-with-function
12m 12s
View #955
View workflow file
fix(compiler): pop stale bool from stack in emitLoopBackwards
fuzz
#449:
Pull request
#954
opened by
lawrence3699
11m 59s
lawrence3699:fix/findlast-map-literal-crash
lawrence3699:fix/findlast-map-literal-crash
11m 59s
View #954
View workflow file
feat: allow field access on concrete types behind interface values
fuzz
#448:
Pull request
#952
opened by
snaffi
12m 0s
snaffi:feature/get-embedded-interface-properties
snaffi:feature/get-embedded-interface-properties
12m 0s
View #952
View workflow file
docs: add Kargo's usage of expr
fuzz
#442:
Pull request
#944
opened by
jessesuen
12m 1s
jessesuen:kargo-readme
jessesuen:kargo-readme
12m 1s
View #944
View workflow file
fix(builtin): guard against missing args in builtins
fuzz
#441:
Pull request
#943
synchronize by
thevilledev
12m 17s
thevilledev:fix/fuzz-5912218922450944
thevilledev:fix/fuzz-5912218922450944
12m 17s
View #943
View workflow file
Previous
1
2
3
4
5
6
7
Next
You can’t perform that action at this time.