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 }}
SabaSoftware
/
JSIL
Public
forked from
iskiselev/JSIL
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
Breadcrumbs
History for
JSIL
Libraries
on
SauceLab
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 29, 2014
Fix race condition in AsyncAwait test
kg
committed
d773e12
View commit details
Copy full SHA for d773e12
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
Introduce Math.imul polyfill
kg
committed
d03cc92
View commit details
Copy full SHA for d03cc92
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
Fix reflection invoke bugs introduced by fix for #484. Fixes issues #529 and #530.
Show description for ed00d49
kg
committed
ed00d49
View commit details
Copy full SHA for ed00d49
View code at this point
Browse repository at this point
Refactor and optimize JSIL.CreateInstanceOfType
kg
committed
7d3824c
View commit details
Copy full SHA for 7d3824c
View code at this point
Browse repository at this point
Clean up old-style 'T, args' uses of CreateInstanceOfType
kg
committed
cd3bf89
View commit details
Copy full SHA for cd3bf89
View code at this point
Browse repository at this point
Commits on Jun 12, 2014
Initial async/await support (#105, #108)
iskiselev
authored and
kg
committed
2b8b886
View commit details
Copy full SHA for 2b8b886
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
Extract method/field info for expression trees.
Show description for 6b5f096
iskiselev
authored and
kg
committed
6b5f096
View commit details
Copy full SHA for 6b5f096
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Fix Pointer.asView creating garbage in cases where it could just hand back the cached underlying view object.
Show description for 69828c3
kg
committed
69828c3
View commit details
Copy full SHA for 69828c3
View code at this point
Browse repository at this point
Optimize MemoryRange.storeExistingView and MemoryRange.getView
kg
committed
b33bcd8
View commit details
Copy full SHA for b33bcd8
View code at this point
Browse repository at this point
Revert "Removed call of JSIL.ImplementExternals with $jsilcore.MemberInfoExternals for: PropertyInfo FieldInfo"
Show description for f4cf8f6
kg
committed
f4cf8f6
View commit details
Copy full SHA for f4cf8f6
View code at this point
Browse repository at this point
Implement narrowing double -> float conversion
Show description for 3704ab5
kg
committed
3704ab5
View commit details
Copy full SHA for 3704ab5
View code at this point
Browse repository at this point
Fix external member stubs leaking some strings
Show description for de61b4b
kg
committed
de61b4b
View commit details
Copy full SHA for de61b4b
View code at this point
Browse repository at this point
Removed call of JSIL.ImplementExternals with $jsilcore.MemberInfoExternals for: PropertyInfo FieldInfo
iskiselev
authored and
kg
committed
ddd860c
View commit details
Copy full SHA for ddd860c
View code at this point
Browse repository at this point
Added MemberInfo.MemberType.
Show description for 77cd3f4
iskiselev
authored and
kg
committed
77cd3f4
View commit details
Copy full SHA for 77cd3f4
View code at this point
Browse repository at this point
Added SimpleTestCasesSourceForTranslatedBcl (empty yet). It runs test with translated mscorlib and System.Core using Proxies.Bcl and throwOnUnimplementedExternals=false.
Show description for f257a35
iskiselev
authored and
kg
committed
f257a35
View commit details
Copy full SHA for f257a35
View code at this point
Browse repository at this point
Fixed reflection for generic method argument/return type.
Show description for 90b86f0
iskiselev
authored and
kg
committed
90b86f0
View commit details
Copy full SHA for 90b86f0
View code at this point
Browse repository at this point
Line ending correction for JSIL.Core.Reflection.js.
kg
committed
8056987
View commit details
Copy full SHA for 8056987
View code at this point
Browse repository at this point
Interface methods reflection call. Fix #484.
iskiselev
authored and
kg
committed
6a44a11
View commit details
Copy full SHA for 6a44a11
View code at this point
Browse repository at this point
Implemented MethodInfo properties: IsGenericMethod, IsGenericMethodDefinition, ContainsGenericParameters
Show description for ea2a663
iskiselev
authored and
kg
committed
ea2a663
View commit details
Copy full SHA for ea2a663
View code at this point
Browse repository at this point
Commits on May 27, 2014
Don't call Of every time you construct a dictionary enumerator
kg
committed
3296bbb
View commit details
Copy full SHA for 3296bbb
View code at this point
Browse repository at this point
Fix InheritBaseMethod.
kg
committed
277a7b4
View commit details
Copy full SHA for 277a7b4
View code at this point
Browse repository at this point
Speed up enum casts
kg
committed
15fe51a
View commit details
Copy full SHA for 15fe51a
View code at this point
Browse repository at this point
Correct the Int64.ToString fix
Show description for b661aed
kg
committed
b661aed
View commit details
Copy full SHA for b661aed
View code at this point
Browse repository at this point
Overloaded method calls through signatures are almost as fast as normal method calls in Spidermonkey now, thanks to a simple inline cache.
Show description for 463e468
kg
committed
463e468
View commit details
Copy full SHA for 463e468
View code at this point
Browse repository at this point
Commits on May 26, 2014
Added closed generic method info, implemented MakeGenericMethod. Added possiblity to Invoke closed generic through reflection. Test added.
Show description for de945da
iskiselev
authored and
kg
committed
de945da
View commit details
Copy full SHA for de945da
View code at this point
Browse repository at this point
Changed order of checks.
iskiselev
authored and
kg
committed
ab03b82
View commit details
Copy full SHA for ab03b82
View code at this point
Browse repository at this point
Fixed problem with calling interface generic method with generic arguments #348. Test added.
iskiselev
authored and
kg
committed
fc16402
View commit details
Copy full SHA for fc16402
View code at this point
Browse repository at this point
Reflection type Generic information properties fixed.
Show description for c64aba4
iskiselev
authored and
kg
committed
c64aba4
View commit details
Copy full SHA for c64aba4
View code at this point
Browse repository at this point
Added sorting in $BuildMethodGroups based on distance from type. Fix #368.
iskiselev
authored and
kg
committed
ef22613
View commit details
Copy full SHA for ef22613
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Fix issue #466
kg
committed
78e3542
View commit details
Copy full SHA for 78e3542
View code at this point
Browse repository at this point
Fix List.Enumerator not being a struct
kg
committed
f47bf87
View commit details
Copy full SHA for f47bf87
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
Make FixupInterfaces more precise for string interface names.
kg
committed
2e02b7f
View commit details
Copy full SHA for 2e02b7f
View code at this point
Browse repository at this point
Reduce memory usage for some autogenerated signatures
kg
committed
e522f14
View commit details
Copy full SHA for e522f14
View code at this point
Browse repository at this point
Fix InterfaceBuilder.GenericParameter using the wrong namespace in some cases.
kg
committed
7d6dbfc
View commit details
Copy full SHA for 7d6dbfc
View code at this point
Browse repository at this point
Reduce memory usage for common, simple method signatures
kg
committed
3cceafd
View commit details
Copy full SHA for 3cceafd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.