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
libsolutil
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 21, 2025
Optimize collection of references in dataflow analyzer clearValues
Show description for 5c0ba6c
clonker
committed
5c0ba6c
View commit details
Copy full SHA for 5c0ba6c
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
StringUtils: Compatibility of joinHumanReadable with string_view
clonker
committed
b14c7ef
View commit details
Copy full SHA for b14c7ef
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
Remove cxx20 header containing reference implementation of erase_if
clonker
committed
c02be83
View commit details
Copy full SHA for c02be83
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
ParserBase: avoid copying around currentLiteral
clonker
committed
5389915
View commit details
Copy full SHA for 5389915
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Profiler: Refactor to properly use std::chrono types
cameel
committed
89444f5
View commit details
Copy full SHA for 89444f5
View code at this point
Browse repository at this point
Profiler: Adjust report formatting (markdown table, precision)
cameel
committed
3564a75
View commit details
Copy full SHA for 3564a75
View code at this point
Browse repository at this point
Profiler: Add call count to metrics
cameel
committed
c9d2cf2
View commit details
Copy full SHA for c9d2cf2
View code at this point
Browse repository at this point
Generalize the profiler used by optimizer suite and make it a singleton
cameel
committed
825d698
View commit details
Copy full SHA for 825d698
View code at this point
Browse repository at this point
Move u512 to Numerics. Use boost:multiprecision::uint512_t.
quangloc99
committed
bef29f0
View commit details
Copy full SHA for bef29f0
View code at this point
Browse repository at this point
Use boost's predefined bigint types
quangloc99
committed
e0ac82d
View commit details
Copy full SHA for e0ac82d
View code at this point
Browse repository at this point
Commits on Sep 9, 2024
Add ContiguousDisjointSet datastructure
clonker
committed
7f582e4
View commit details
Copy full SHA for 7f582e4
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
Remove nlohmann JSON version check
Show description for b52094b
cameel
committed
b52094b
View commit details
Copy full SHA for b52094b
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
prep: Change `toBigEndian` interface to support rvalue ref.
Show description for 5414520
rodiazet
and
ekpyron
committed
5414520
View commit details
Copy full SHA for 5414520
View code at this point
Browse repository at this point
Commits on Aug 13, 2024
Use submodules for some dependencies.
aarlt
committed
63d87a2
View commit details
Copy full SHA for 63d87a2
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
Remove swap from UniqueVector
nikola-matic
committed
3b85fb9
View commit details
Copy full SHA for 3b85fb9
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
Implementation of Lengauer-Tarjan algorithm to find dominators
Show description for d6bf14a
r0qs
and
cameel
committed
d6bf14a
View commit details
Copy full SHA for d6bf14a
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
yul literal value is struct of u256 + optional formatting hint or 'unlimited'
Show description for 477c413
clonker
committed
477c413
View commit details
Copy full SHA for 477c413
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
Catch and report UnimplementedFeatureError
matheusaaguiar
committed
bb16848
View commit details
Copy full SHA for bb16848
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
chore: fix typos
Show description for 9e49b2c
xiaoxianBoy
committed
9e49b2c
View commit details
Copy full SHA for 9e49b2c
View code at this point
Browse repository at this point
Commits on May 7, 2024
Reformat tests in nlohmann::json style.
aarlt
committed
3485bc9
View commit details
Copy full SHA for 3485bc9
View code at this point
Browse repository at this point
Commits on May 6, 2024
Replace internal JSON library jsoncpp with nlohmann::json.
aarlt
committed
87d86bf
View commit details
Copy full SHA for 87d86bf
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Bytecode difference caused by SSA transform
Show description for 7f882ef
nikola-matic
committed
7f882ef
View commit details
Copy full SHA for 7f882ef
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Merge pull request #15005 from looklose/develop
Show description for 143fca6
nikola-matic
authored
143fca6
View commit details
Copy full SHA for 143fca6
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
Clean up tab/space mix and tabs used for alignment
cameel
committed
54e4252
View commit details
Copy full SHA for 54e4252
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
chore: fix typo in comment
Show description for 8c32041
looklose
committed
8c32041
View commit details
Copy full SHA for 8c32041
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
[buildsystem] Add STRICT_JSONCPP_VERSION option.
aarlt
authored and
nikola-matic
committed
780018a
View commit details
Copy full SHA for 780018a
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
Use move ctor instead of copy ctor in stringOrDefault
PragmaTwice
authored
7c6f9f1
View commit details
Copy full SHA for 7c6f9f1
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
[solutil] Add missing include guard.
aarlt
committed
6ee38af
View commit details
Copy full SHA for 6ee38af
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
CommonSyntaxTest: Fix info messages being colored as errors
cameel
committed
d4f5503
View commit details
Copy full SHA for d4f5503
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
Generalize existing functions for indenting and prefixing
cameel
committed
8c619dd
View commit details
Copy full SHA for 8c619dd
View code at this point
Browse repository at this point
Remove unused IndentedWriter
cameel
committed
09ea29b
View commit details
Copy full SHA for 09ea29b
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
Added new kind of test: check for specific properties of AST
matheusaaguiar
committed
969aea6
View commit details
Copy full SHA for 969aea6
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
Purge using namespace std from libsolutil
nikola-matic
authored and
cameel
committed
ad79325
View commit details
Copy full SHA for ad79325
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
Fix incorrect CMAKE_SOURCE_DIR usage
Show description for 74a38fc
junaire
committed
74a38fc
View commit details
Copy full SHA for 74a38fc
View code at this point
Browse repository at this point
Commits on Apr 23, 2023
Merge pull request #14143 from ethereum/remove-type-categoryname
Show description for cd5ae26
ekpyron
authored
cd5ae26
View commit details
Copy full SHA for cd5ae26
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.