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
TypeInformation.cs
on
backends
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 16, 2015
TypeDeclarationsToSuppress logic moved to JSSuppressTypeDeclaration meta atribute.
iskiselev
committed
a9a5dd2
View commit details
Copy full SHA for a9a5dd2
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
Fix regression
kg
committed
1108d97
View commit details
Copy full SHA for 1108d97
View code at this point
Browse repository at this point
Implement member-specific proxy not matched warnings
kg
committed
e67fc12
View commit details
Copy full SHA for e67fc12
View code at this point
Browse repository at this point
Add a mechanism for diagnostic warnings about proxies ('ProxyWarnings': true in compiler config)
Show description for 8983e60
kg
committed
8983e60
View commit details
Copy full SHA for 8983e60
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
PInvoke methods generate '$.PInvokeMethod' instead of '$.ExternalMethod'
kg
committed
c3b0527
View commit details
Copy full SHA for c3b0527
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
Commits on Aug 2, 2014
Checkpoint introduction of JSNeverStub
kg
committed
719ec97
View commit details
Copy full SHA for 719ec97
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Fix Mono delegate field name bug.
Show description for 123ef88
kg
committed
123ef88
View commit details
Copy full SHA for 123ef88
View code at this point
Browse repository at this point
Commits on Jul 13, 2014
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
Commits on Jul 10, 2014
Merge pull request #550 from iskiselev/IgnorePointerFields
Show description for e1d37ea
kg
committed
e1d37ea
View commit details
Copy full SHA for e1d37ea
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
Removed special processing for anonymous lambda.
Show description for a8c5a44
iskiselev
committed
a8c5a44
View commit details
Copy full SHA for a8c5a44
View code at this point
Browse repository at this point
Signature for double generic fixed and test added. (#547)
iskiselev
committed
04c8308
View commit details
Copy full SHA for 04c8308
View code at this point
Browse repository at this point
Ignore pointer fields (workaround for #546).
Show description for 5009fa9
iskiselev
committed
5009fa9
View commit details
Copy full SHA for 5009fa9
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Checkpoint
kg
committed
7e13c15
View commit details
Copy full SHA for 7e13c15
View code at this point
Browse repository at this point
Fix issue 494 and add tests.
Show description for 7c4cddf
kg
committed
7c4cddf
View commit details
Copy full SHA for 7c4cddf
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
Use ImmutableArrayPool less since it seems to cause leaks when used in type information.
kg
committed
091e61b
View commit details
Copy full SHA for 091e61b
View code at this point
Browse repository at this point
Fix .NET 4.0 build
kg
committed
8dd4b35
View commit details
Copy full SHA for 8dd4b35
View code at this point
Browse repository at this point
Introduce ImmutableArrayPool to reduce GC pressure by carving small temporary arrays out of larger ones
Show description for 44d3815
kg
committed
44d3815
View commit details
Copy full SHA for 44d3815
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Do not add MethodSignatures to parent/child types for static methods and constructors.
Show description for 074a9fe
iskiselev
authored and
kg
committed
074a9fe
View commit details
Copy full SHA for 074a9fe
View code at this point
Browse repository at this point
Finished IsIgnored/IsExternal/IsStubOnly attributes procesing for methods in DCE.
iskiselev
authored and
kg
committed
407545b
View commit details
Copy full SHA for 407545b
View code at this point
Browse repository at this point
Dirty solution for DCE interop with IsExternal flag.
Show description for 5c06da5
iskiselev
authored and
kg
committed
5c06da5
View commit details
Copy full SHA for 5c06da5
View code at this point
Browse repository at this point
Commits on May 27, 2014
Fix JSReplaceConstructor
kg
committed
c80eac2
View commit details
Copy full SHA for c80eac2
View code at this point
Browse repository at this point
Fix Int64.ToString and other overloads of ToString getting a .NET-style 'ToString' name instead of a JS-style 'toString', and add a test.
kg
committed
32cd403
View commit details
Copy full SHA for 32cd403
View code at this point
Browse repository at this point
Commits on May 26, 2014
Fix order of check this to skip adding MethodSignatures twice.
iskiselev
authored and
kg
committed
a291e35
View commit details
Copy full SHA for a291e35
View code at this point
Browse repository at this point
Possible fix for incorrect selecting method FastOverloadDispatch (#368)
iskiselev
authored and
kg
committed
1bce913
View commit details
Copy full SHA for 1bce913
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Stop using Debug.WriteLine because it !@%*(!@%*ing blocks for no reason
Show description for b37f6f2
kg
committed
b37f6f2
View commit details
Copy full SHA for b37f6f2
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
GC optimizations for performance and memory usage
kg
committed
7e23502
View commit details
Copy full SHA for 7e23502
View code at this point
Browse repository at this point
Various optimizations to compile performance (related to #393)
Show description for 653cded
kg
committed
653cded
View commit details
Copy full SHA for 653cded
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
Clean up and correct some mismatches between JSILc and the runtime regarding interfaces.
Show description for 0913702
kg
committed
0913702
View commit details
Copy full SHA for 0913702
View code at this point
Browse repository at this point
Commits on Apr 25, 2014
Refactor TypeInfo.Interfaces and TypeInfo.AllInterfacesRecursive, and fix the Distinct call (#378)
kg
committed
2e37488
View commit details
Copy full SHA for 2e37488
View code at this point
Browse repository at this point
Omit duplicates from AllInterfacesRecursive (see #378)
kg
committed
1835e6f
View commit details
Copy full SHA for 1835e6f
View code at this point
Browse repository at this point
Commits on Mar 23, 2014
Implement parameter attributes (#346)
Show description for 0cb6ecd
kg
committed
0cb6ecd
View commit details
Copy full SHA for 0cb6ecd
View code at this point
Browse repository at this point
Commits on Feb 26, 2014
Added JSStubOnly attribute for simplification creation of class sutbs.
iskiselev
committed
d92c89b
View commit details
Copy full SHA for d92c89b
View code at this point
Browse repository at this point
Commits on Feb 25, 2014
Kill dead barrier generator code
Show description for fc6b1b3
kg
committed
fc6b1b3
View commit details
Copy full SHA for fc6b1b3
View code at this point
Browse repository at this point
Commits on Sep 11, 2013
Clean up compiler warnings.
kg
committed
ff33be3
View commit details
Copy full SHA for ff33be3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.