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
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 }}
ipsilon
/
solidity
Public
forked from
argotorg/solidity
Notifications
You must be signed in to change notification settings
Fork
2
Star
3
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
solidity
liblangutil
Scanner.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 1, 2024
Scanner: Add SpecialComment mode
clonker
committed
c012b72
View commit details
Copy full SHA for c012b72
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Add basic type inference infrastructure for experimental Solidity
Show description for 194b114
4 people
authored and
r0qs
committed
194b114
View commit details
Copy full SHA for 194b114
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
Introduce experimental analysis basic infrastructure
matheusaaguiar
committed
14aed39
View commit details
Copy full SHA for 14aed39
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
Purge using namespace std from liblangutil
nikola-matic
committed
e81f2bd
View commit details
Copy full SHA for e81f2bd
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
Initialize vars before use
Show description for 93c8120
lemenkov
committed
93c8120
View commit details
Copy full SHA for 93c8120
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
Fix spelling mistakes and CI spellcheck job
Marenz
committed
1b5332c
View commit details
Copy full SHA for 1b5332c
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
Changed error message for for Unicode character in non-unicode string literal
Show description for c21265f
2 people
authored and
nishant-sachdeva
committed
c21265f
View commit details
Copy full SHA for c21265f
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Split Common.h into Numeric.h.
chriseth
committed
1531863
View commit details
Copy full SHA for 1531863
View code at this point
Browse repository at this point
Commits on Aug 3, 2021
Remove scanner from compiler stack.
chriseth
authored and
christianparpart
committed
ffc5cfd
View commit details
Copy full SHA for ffc5cfd
View code at this point
Browse repository at this point
Commits on Jul 14, 2021
Remove CharStream from SourceLocation.
chriseth
committed
f75b550
View commit details
Copy full SHA for f75b550
View code at this point
Browse repository at this point
Commits on May 27, 2021
Fix namespace styles.
chriseth
committed
d305c21
View commit details
Copy full SHA for d305c21
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
Merge pull request #10618 from ethereum/develop
Show description for 8f833f4
chriseth
authored
8f833f4
View commit details
Copy full SHA for 8f833f4
View code at this point
Browse repository at this point
Commits on Dec 15, 2020
Scanner: Generate error on inbalanced RLO/LRO/PDF override markers.
christianparpart
authored and
chriseth
committed
381c63e
View commit details
Copy full SHA for 381c63e
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Remove the \b, \f, \v escape sequences from the Scanner
axic
committed
66ee3ec
View commit details
Copy full SHA for 66ee3ec
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
Expose hex literal to the Yul parser
Show description for 7ef9591
axic
committed
7ef9591
View commit details
Copy full SHA for 7ef9591
View code at this point
Browse repository at this point
Introduce Leave as a keyword for Yul
axic
committed
4366ede
View commit details
Copy full SHA for 4366ede
View code at this point
Browse repository at this point
Do not emit Solidity-only tokens in the Scanner for Yul
Show description for caa3290
axic
committed
caa3290
View commit details
Copy full SHA for caa3290
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
Rename Arrow to DoubleArrow
axic
committed
662f7d8
View commit details
Copy full SHA for 662f7d8
View code at this point
Browse repository at this point
Introduce RightArrow (->) token in the scanner
axic
committed
4e5b403
View commit details
Copy full SHA for 4e5b403
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
Add ScannerKind and replace supportPeriodInIdentifier
axic
committed
d9cb8c8
View commit details
Copy full SHA for d9cb8c8
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Add check that regular and unicode string literals are well formatted
axic
committed
6eb60bc
View commit details
Copy full SHA for 6eb60bc
View code at this point
Browse repository at this point
Check for invalid ASCII in the scanner
axic
committed
8abc1a6
View commit details
Copy full SHA for 8abc1a6
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Fix false ////- and /***-natspec
a3d4
authored and
chriseth
committed
5d63fa0
View commit details
Copy full SHA for 5d63fa0
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Fixing liblangutil conversion warnings
mijovic
committed
731b2ef
View commit details
Copy full SHA for 731b2ef
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
Adding fixes for signedness warnings in liblangutil
mijovic
committed
5b1426b
View commit details
Copy full SHA for 5b1426b
View code at this point
Browse repository at this point
Commits on May 20, 2020
Fixed bug when two empty NatSpec comments led to scanning past EOL
hrkrshnn
committed
3725754
View commit details
Copy full SHA for 3725754
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
Corrects comment literal that span too long.
erak
committed
cfc70ed
View commit details
Copy full SHA for cfc70ed
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation().
Show description for 4ec4d23
a3d4
committed
4ec4d23
View commit details
Copy full SHA for 4ec4d23
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Introduce AST node for structured documentation.
erak
committed
ec27c2e
View commit details
Copy full SHA for ec27c2e
View code at this point
Browse repository at this point
Commits on Jan 23, 2020
Increase scanner lookahead to two.
Marenz
authored and
chriseth
committed
dd035f8
View commit details
Copy full SHA for dd035f8
View code at this point
Browse repository at this point
Commits on Jan 7, 2020
C++ namespace cleanup (except tests).
christianparpart
authored and
ekpyron
committed
6b23412
View commit details
Copy full SHA for 6b23412
View code at this point
Browse repository at this point
Commits on Nov 26, 2019
Merge remote-tracking branch 'origin/develop' into develop_060
chriseth
committed
b0db64f
View commit details
Copy full SHA for b0db64f
View code at this point
Browse repository at this point
Allow splitting string literals into multiple parts
ghallak
committed
4a1e854
View commit details
Copy full SHA for 4a1e854
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Merge remote-tracking branch 'origin/develop' into develop_060
chriseth
committed
edf1e83
View commit details
Copy full SHA for edf1e83
View code at this point
Browse repository at this point
Make use of C++17 std::optional<> instead of boost::optional<>.
Christian Parpart
committed
df729b3
View commit details
Copy full SHA for df729b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.