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
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
.
fe-lang
/
fe
Public
forked from
argotorg/fe
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
fe
crates
fe
tests
fixtures
fe_test_runner
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2026
Provide sol int ABI traits via blanket impls
Show description for 848e23f
sbillig
committed
848e23f
View commit details
Copy full SHA for 848e23f
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Support associated consts in inherent impl blocks
Show description for f90762f
cburgdorf
authored and
sbillig
committed
f90762f
View commit details
Copy full SHA for f90762f
View code at this point
Browse repository at this point
Merge pull request #1492 from sbillig/const-hole-id
Show description for 692bc78
sbillig
authored
692bc78
View commit details
Copy full SHA for 692bc78
View code at this point
Browse repository at this point
feat: add compile-time array index out-of-bounds diagnostic (#1491)
vuvoth
authored
2666968
View commit details
Copy full SHA for 2666968
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Harden std storage capability construction
sbillig
committed
2db1ca6
View commit details
Copy full SHA for 2db1ca6
View code at this point
Browse repository at this point
Commits on May 26, 2026
Make std assert a wrapper around `assert!`, remove uses in tests
sbillig
committed
d8b1621
View commit details
Copy full SHA for d8b1621
View code at this point
Browse repository at this point
Add assert! pseudo-macro builtin
sbillig
committed
74bd4d4
View commit details
Copy full SHA for 74bd4d4
View code at this point
Browse repository at this point
Commits on May 20, 2026
core: add fixed String<N> primitives
Show description for d4f645a
g-r-a-n-t
committed
d4f645a
View commit details
Copy full SHA for d4f645a
View code at this point
Browse repository at this point
Commits on May 12, 2026
abi: optimize dynamic payload handling
g-r-a-n-t
committed
4cf87c4
View commit details
Copy full SHA for 4cf87c4
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
Merge pull request #1399 from cburgdorf/better_assert
Show description for 7769fe4
g-r-a-n-t
authored
7769fe4
View commit details
Copy full SHA for 7769fe4
View code at this point
Browse repository at this point
nitpicks
g-r-a-n-t
committed
13a5809
View commit details
Copy full SHA for 13a5809
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
Add ABI helpers to std prelude (#1417)
sbillig
authored
d2e9e94
View commit details
Copy full SHA for d2e9e94
View code at this point
Browse repository at this point
Add `assert_msg(cond, "message")` emitting Solidity `Error(string)`
Show description for 5e31d06
cburgdorf
committed
5e31d06
View commit details
Copy full SHA for 5e31d06
View code at this point
Browse repository at this point
Enforce required call argument labels (#1415)
sbillig
authored
b58f845
View commit details
Copy full SHA for b58f845
View code at this point
Browse repository at this point
snaptest
g-r-a-n-t
committed
1970d18
View commit details
Copy full SHA for 1970d18
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
Terminalize nonreturning semantic calls
sbillig
committed
d0d6afd
View commit details
Copy full SHA for d0d6afd
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Gate tests on dependency diagnostics
sbillig
committed
aa6fa37
View commit details
Copy full SHA for aa6fa37
View code at this point
Browse repository at this point
Implement semantic MIR runtime pipeline
sbillig
committed
3328c86
View commit details
Copy full SHA for 3328c86
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
Emit Solidity Panic codes for overflow, div-by-zero, and array OOB
Show description for 84ac065
cburgdorf
authored and
sbillig
committed
84ac065
View commit details
Copy full SHA for 84ac065
View code at this point
Browse repository at this point
Route `unwrap()` through `revert_error()` for `#[error]` types
Show description for 0df6028
cburgdorf
authored and
sbillig
committed
0df6028
View commit details
Copy full SHA for 0df6028
View code at this point
Browse repository at this point
Make `assert()` emit `Panic(0x01)` instead of empty revert
Show description for de17b0d
cburgdorf
authored and
sbillig
committed
de17b0d
View commit details
Copy full SHA for de17b0d
View code at this point
Browse repository at this point
Extend `#[test(should_revert)]` with `panic` and `selector` matching
Show description for 880abfe
cburgdorf
authored and
sbillig
committed
880abfe
View commit details
Copy full SHA for 880abfe
View code at this point
Browse repository at this point
Add `#[error]` attribute for Solidity-compatible custom errors
Show description for ecfe9b8
cburgdorf
authored and
sbillig
committed
ecfe9b8
View commit details
Copy full SHA for ecfe9b8
View code at this point
Browse repository at this point
Remove redundant `EvmResultExt` trait and `unwrap_or_revert()`
Show description for 25566a5
cburgdorf
authored and
sbillig
committed
25566a5
View commit details
Copy full SHA for 25566a5
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Normalize function argument labels
sbillig
committed
46b53ca
View commit details
Copy full SHA for 46b53ca
View code at this point
Browse repository at this point
Fix poseidon_mock overflow and update logs snapshot
Show description for 236f537
micahscopes
committed
236f537
View commit details
Copy full SHA for 236f537
View code at this point
Browse repository at this point
Add pub(ingot) and pub(super) visibility modifiers
Show description for 0df93e9
micahscopes
committed
0df93e9
View commit details
Copy full SHA for 0df93e9
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
std/core libs and compiler support
g-r-a-n-t
committed
b1c6877
View commit details
Copy full SHA for b1c6877
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
Fix master rebase integration
sbillig
committed
f123e4f
View commit details
Copy full SHA for f123e4f
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Make `unwrap()` ABI-encode errors on revert
Show description for 8160761
cburgdorf
committed
8160761
View commit details
Copy full SHA for 8160761
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Fix encoded_size intrinsic for enum types
Show description for 5046206
cburgdorf
committed
5046206
View commit details
Copy full SHA for 5046206
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
Use fe_test fixtures for arithmetic CLI coverage
sbillig
committed
9eb7b63
View commit details
Copy full SHA for 9eb7b63
View code at this point
Browse repository at this point
Add dependency arithmetic policy
sbillig
committed
e089a9f
View commit details
Copy full SHA for e089a9f
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
Add missing out o bounds checks
cburgdorf
committed
4759834
View commit details
Copy full SHA for 4759834
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
checked arithmetic
cburgdorf
committed
4bac28c
View commit details
Copy full SHA for 4bac28c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.