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 }}
alset-dev
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 6, 2022
Merge pull request #646 from Y-Nak/refactor-book
Show description for 2c23507
sbillig
authored
2c23507
View commit details
Copy full SHA for 2c23507
Browse repository at this point
Commits on Feb 4, 2022
Merge pull request #649 from Y-Nak/constant-evaluation
Show description for 897f159
g-r-a-n-t
authored
897f159
View commit details
Copy full SHA for 897f159
Browse repository at this point
Add news fragments
Y-Nak
committed
ab61912
View commit details
Copy full SHA for ab61912
Browse repository at this point
Commits on Feb 3, 2022
Add test for type def with const expression
Y-Nak
committed
2ae6870
View commit details
Copy full SHA for 2ae6870
Browse repository at this point
Emit error if assignment target is const
Y-Nak
committed
3e49eaa
View commit details
Copy full SHA for 3e49eaa
Browse repository at this point
Allow expression in module constant decl
Y-Nak
committed
0f73609
View commit details
Copy full SHA for 0f73609
Browse repository at this point
Fix typo; from `AllowUnlabledIfNameEqual` to `AllowUnlabeledIfNameEqual`
Y-Nak
committed
a103aee
View commit details
Copy full SHA for a103aee
Browse repository at this point
Fold constants in lowering pass
Y-Nak
committed
769fe02
View commit details
Copy full SHA for 769fe02
Browse repository at this point
Commits on Feb 2, 2022
Implement analysis on const decl in func body
Y-Nak
committed
2c52e27
View commit details
Copy full SHA for 2c52e27
Browse repository at this point
Implement constant evaluation for basic operators
Y-Nak
committed
9472cc5
View commit details
Copy full SHA for 9472cc5
Browse repository at this point
Add `Copy` to some operators
Y-Nak
committed
35cf88c
View commit details
Copy full SHA for 35cf88c
Browse repository at this point
Extend `AnalyzerContext` to enable semantic analysis on expression
Show description for 3978199
Y-Nak
committed
3978199
View commit details
Copy full SHA for 3978199
Browse repository at this point
Enable to parse const expression in generic arguments
Y-Nak
committed
b54c93c
View commit details
Copy full SHA for b54c93c
Browse repository at this point
Commits on Feb 1, 2022
Apply suggestions from code review
Show description for 3ec1711
cburgdorf
and
WilfredTA
committed
3ec1711
View commit details
Copy full SHA for 3ec1711
Browse repository at this point
Support complex structs in storage
Show description for fe1c0b1
cburgdorf
committed
fe1c0b1
View commit details
Copy full SHA for fe1c0b1
Browse repository at this point
Refactor complex struct handling
Show description for db8abce
cburgdorf
committed
db8abce
View commit details
Copy full SHA for db8abce
Browse repository at this point
Merge pull request #644 from Y-Nak/avoid-unnecessary-compilation
Show description for 0ad9b2e
sbillig
authored
0ad9b2e
View commit details
Copy full SHA for 0ad9b2e
Browse repository at this point
fixed pragma test
g-r-a-n-t
committed
50443eb
View commit details
Copy full SHA for 50443eb
Browse repository at this point
Cutting new release
g-r-a-n-t
committed
dcd667d
View commit details
Copy full SHA for dcd667d
Browse repository at this point
Compile release notes
g-r-a-n-t
committed
2c06147
View commit details
Copy full SHA for 2c06147
Browse repository at this point
Merge pull request #643 from Maltby/unary-plus-error-handling
Show description for 502e81a
g-r-a-n-t
authored
502e81a
View commit details
Copy full SHA for 502e81a
Browse repository at this point
Merge pull request #645 from Narasimha1997/fix-dir-read-err
Show description for f7b6bec
g-r-a-n-t
authored
f7b6bec
View commit details
Copy full SHA for f7b6bec
Browse repository at this point
Commits on Jan 31, 2022
Merge pull request #647 from Maltby/parser-decimal-error-handling
Show description for 8cb70b0
g-r-a-n-t
authored
8cb70b0
View commit details
Copy full SHA for 8cb70b0
Browse repository at this point
Commits on Jan 30, 2022
Improve parser error message when float is encountered
Maltby
committed
e29a557
View commit details
Copy full SHA for e29a557
Browse repository at this point
Reorganize book directories
Y-Nak
committed
48db31d
View commit details
Copy full SHA for 48db31d
Browse repository at this point
Rename `HashMap` to `Map` in book
Y-Nak
committed
38c1bb2
View commit details
Copy full SHA for 38c1bb2
Browse repository at this point
Add `mdbook-linkcheck` to workflow
Y-Nak
committed
48040bb
View commit details
Copy full SHA for 48040bb
Browse repository at this point
Fix: Handle Result properly in crates/fe/src/main.rs `build_ingot_filestore_for_dir` to avoid panic when `unwrap()` is called on an `Err` when walking the directory iteratively.
Narasimha1997
committed
dc3fbe2
View commit details
Copy full SHA for dc3fbe2
Browse repository at this point
Integrate `mdbook-linkcheck` to `docs`
Y-Nak
committed
6578271
View commit details
Copy full SHA for 6578271
Browse repository at this point
Fix broken links
Y-Nak
committed
4d8c448
View commit details
Copy full SHA for 4d8c448
Browse repository at this point
Commits on Jan 29, 2022
Handle parser panic on unary plus
Maltby
committed
b5769e8
View commit details
Copy full SHA for b5769e8
Browse repository at this point
Update `library` to 2021 edition
Y-Nak
committed
369bab1
View commit details
Copy full SHA for 369bab1
Browse repository at this point
[library] Change cargo rerun condition to avoid unnecessary re-compilation
Y-Nak
committed
4e3dab6
View commit details
Copy full SHA for 4e3dab6
Browse repository at this point
Commits on Jan 25, 2022
Merge pull request #639 from cburgdorf/christoph/fix/551
Show description for 3e0009f
g-r-a-n-t
authored
3e0009f
View commit details
Copy full SHA for 3e0009f
Browse repository at this point
Fixed a crash with a certain unprintable ASCII char
Show description for 8fe5aaa
cburgdorf
committed
8fe5aaa
View commit details
Copy full SHA for 8fe5aaa
Browse repository at this point
Previous
Next
You can’t perform that action at this time.