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 }}
D-R-R
/
JSIL
Public
forked from
sq/JSIL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
JSIL
AST
JSExpressionTypes.cs
on
NoDynamic
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 29, 2015
Field type resolution for generic instanses fixed (#913). Test added.
iskiselev
committed
3d5efab
View commit details
Copy full SHA for 3d5efab
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
Merge pull request #864 from iskiselev/BoxRawType
Show description for d41453e
kg
committed
d41453e
View commit details
Copy full SHA for d41453e
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Delegate call implementation use JSIL.MethodPointerInfo.
iskiselev
committed
121f39e
View commit details
Copy full SHA for 121f39e
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Box Raw types.
iskiselev
committed
4cd9353
View commit details
Copy full SHA for 4cd9353
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Don't drop float -> double conversion information
kg
committed
69c877c
View commit details
Copy full SHA for 69c877c
View code at this point
Browse repository at this point
Fix JSFieldAccess and JSPropertyAccess not comparing IsWrite and other readonly fields in Equals (#854)
kg
committed
855f4bc
View commit details
Copy full SHA for 855f4bc
View code at this point
Browse repository at this point
Commits on Aug 28, 2015
Expose a function's label group count
Show description for f9bdd53
kg
committed
f9bdd53
View commit details
Copy full SHA for f9bdd53
View code at this point
Browse repository at this point
Commits on Aug 26, 2015
Fix constant attributes
kg
committed
6eebeb7
View commit details
Copy full SHA for 6eebeb7
View code at this point
Browse repository at this point
Rework how field JS is generated so emitters have more control
kg
committed
174f3c8
View commit details
Copy full SHA for 174f3c8
View code at this point
Browse repository at this point
Deffered -> Deferred
kg
committed
1386367
View commit details
Copy full SHA for 1386367
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Invokation overloaded method through delegate (fix #806).
iskiselev
committed
d7ac071
View commit details
Copy full SHA for d7ac071
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
Fix indefinite hang during stubbed BCL test setup
kg
committed
6d27346
View commit details
Copy full SHA for 6d27346
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
LValue status for dynamics
kg
committed
f6b5df0
View commit details
Copy full SHA for f6b5df0
View code at this point
Browse repository at this point
Make pointer reads valid lvalues so they can be transformed into writes later (blech)
kg
committed
3c6288d
View commit details
Copy full SHA for 3c6288d
View code at this point
Browse repository at this point
Invariant fixes
kg
committed
ba11257
View commit details
Copy full SHA for ba11257
View code at this point
Browse repository at this point
Verify target of binary and unary expressions is an l-value
kg
committed
1c634bc
View commit details
Copy full SHA for 1c634bc
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Restore the two pointer operation optimizations that Vector3 and UnsafeIntPerformanceComparison relied on for speed
kg
committed
24f03e4
View commit details
Copy full SHA for 24f03e4
View code at this point
Browse repository at this point
Checkpoint: Zero length int array test works
Show description for 5954103
kg
committed
5954103
View commit details
Copy full SHA for 5954103
View code at this point
Browse repository at this point
Centralize instantiation of System.Type typereferences
kg
committed
1e14d2d
View commit details
Copy full SHA for 1e14d2d
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Emit offset, size, pack and layout information when translating types
kg
committed
7bc9f87
View commit details
Copy full SHA for 7bc9f87
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Fix #705. (Failed to extract BoxedVariable before return result).
iskiselev
committed
f32c806
View commit details
Copy full SHA for f32c806
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
More complete fix for issues related to #491:
Show description for 8eb81ca
kg
committed
8eb81ca
View commit details
Copy full SHA for 8eb81ca
View code at this point
Browse repository at this point
Fix issue #491. UGH, ILSpy.
kg
committed
02d0312
View commit details
Copy full SHA for 02d0312
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Disable all support for object/collection initializers
kg
committed
cd28dd0
View commit details
Copy full SHA for cd28dd0
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
EOL normalization (LF).
iskiselev
committed
812133d
View commit details
Copy full SHA for 812133d
View code at this point
Browse repository at this point
Merge pull request #608 from iskiselev/ExpressionInterpreter
Show description for cc2c6d7
kg
committed
cc2c6d7
View commit details
Copy full SHA for cc2c6d7
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Initial support for Delegate.Method (#604)
iskiselev
committed
05264a6
View commit details
Copy full SHA for 05264a6
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
Struct ref invocation. IL tests added.
iskiselev
committed
7fcd074
View commit details
Copy full SHA for 7fcd074
View code at this point
Browse repository at this point
Commits on Jul 13, 2014
Don't generate type.$Cast() for numeric type casts
Show description for 934601c
kg
committed
934601c
View commit details
Copy full SHA for 934601c
View code at this point
Browse repository at this point
Expanded pointer support
Show description for 3be3be2
kg
committed
3be3be2
View commit details
Copy full SHA for 3be3be2
View code at this point
Browse repository at this point
Refactored and improved type hinting
Show description for 4c1a439
kg
committed
4c1a439
View commit details
Copy full SHA for 4c1a439
View code at this point
Browse repository at this point
Commits on Jul 12, 2014
CIL Unbox instruction implemented(#569).
iskiselev
committed
6e00c68
View commit details
Copy full SHA for 6e00c68
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Don't cast null nodes.
Show description for 1c4e68c
kg
committed
1c4e68c
View commit details
Copy full SHA for 1c4e68c
View code at this point
Browse repository at this point
Today's latest candidate for Worst API: Literally 50% of Mono.Cecil
kg
committed
2b4e0cc
View commit details
Copy full SHA for 2b4e0cc
View code at this point
Browse repository at this point
Fix various issues with nullable handling in the static analyzer
Show description for c618d5e
kg
committed
c618d5e
View commit details
Copy full SHA for c618d5e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.