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 }}
attackgithub
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
Tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 8, 2017
Implementation of Task.FromResult<TResult>(TResult result)
Michael
committed
79f6ab4
View commit details
Copy full SHA for 79f6ab4
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Correct handling for canceled tasks
ikiselev
committed
b715e55
View commit details
Copy full SHA for b715e55
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Support for unsigned comparison (#1037)
ikiselev
committed
b66f371
View commit details
Copy full SHA for b66f371
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
Assembly.GetType fixed (#1035)
sgarg
committed
9d1c35f
View commit details
Copy full SHA for 9d1c35f
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Change test-case for mono compatibility.
iskiselev
committed
01e4740
View commit details
Copy full SHA for 01e4740
View code at this point
Browse repository at this point
Correct type resolution for arrays. Fix #1008.
iskiselev
committed
042553a
View commit details
Copy full SHA for 042553a
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
Merge pull request #927 from mwh/StringFile
Show description for 0e72822
kg
authored
0e72822
View commit details
Copy full SHA for 0e72822
View code at this point
Browse repository at this point
Commits on Jul 1, 2016
Fixed translation of unary operations with nullable (#997).
iskiselev
committed
bb96aae
View commit details
Copy full SHA for bb96aae
View code at this point
Browse repository at this point
Commits on May 26, 2016
Fixed broken test.
iskiselev
committed
0040d36
View commit details
Copy full SHA for 0040d36
View code at this point
Browse repository at this point
Commits on May 10, 2016
Initial .d.ts support.
iskiselev
committed
bb91fa0
View commit details
Copy full SHA for bb91fa0
View code at this point
Browse repository at this point
Commits on May 9, 2016
Merge pull request #982 from iskiselev/Boxing_981
Show description for 563a552
kg
committed
563a552
View commit details
Copy full SHA for 563a552
View code at this point
Browse repository at this point
Commits on May 5, 2016
Fixed incorrect numeric type boxing (#981).
iskiselev
committed
b196d55
View commit details
Copy full SHA for b196d55
View code at this point
Browse repository at this point
Commits on May 2, 2016
NuGet packeges updated:
Show description for 32b8894
iskiselev
committed
32b8894
View commit details
Copy full SHA for 32b8894
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Mono.Cecil path updated.
iskiselev
committed
febe551
View commit details
Copy full SHA for febe551
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Implement String.Split with count
Show description for 2bebb93
mwh
committed
2bebb93
View commit details
Copy full SHA for 2bebb93
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
Merge pull request #914 from mwh/StringJoin
Show description for 960c211
kg
committed
960c211
View commit details
Copy full SHA for 960c211
View code at this point
Browse repository at this point
Merge pull request #931 from iskiselev/RoslynSwitch_921
Show description for c5d62c1
kg
committed
c5d62c1
View commit details
Copy full SHA for c5d62c1
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Test case updated (JS-interop returns objects).
iskiselev
committed
a8b978d
View commit details
Copy full SHA for a8b978d
View code at this point
Browse repository at this point
Implement String.Join(string, IEnumerable<string>)
Show description for 7743d64
mwh
committed
7743d64
View commit details
Copy full SHA for 7743d64
View code at this point
Browse repository at this point
Implement Enumerable.Zip and test case
Show description for 99b2ff7
mwh
committed
99b2ff7
View commit details
Copy full SHA for 99b2ff7
View code at this point
Browse repository at this point
Implement Enumerable.Last and test case
Show description for cba5083
mwh
committed
cba5083
View commit details
Copy full SHA for cba5083
View code at this point
Browse repository at this point
Implement Enumerable.Skip
Show description for 3293cbb
mwh
committed
3293cbb
View commit details
Copy full SHA for 3293cbb
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
Fixed Array.Clone with native JS arrays (#932).
iskiselev
committed
1293691
View commit details
Copy full SHA for 1293691
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
Sting switch statement on Roslyn (#921) fixed and test added.
iskiselev
committed
7c8cce5
View commit details
Copy full SHA for 7c8cce5
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
Added encoding fix for mono test execution.
iskiselev
committed
4728b82
View commit details
Copy full SHA for 4728b82
View code at this point
Browse repository at this point
Merge pull request #879 from iskiselev/Issue866_Workaround
Show description for d2cc0bd
kg
committed
d2cc0bd
View commit details
Copy full SHA for d2cc0bd
View code at this point
Browse repository at this point
Merge pull request #908 from iskiselev/StructGetHashCode
Show description for 1ea762d
kg
committed
1ea762d
View commit details
Copy full SHA for 1ea762d
View code at this point
Browse repository at this point
Fixed supposed error for dynamic tests.
Show description for c345955
iskiselev
committed
c345955
View commit details
Copy full SHA for c345955
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
Removed FailsOnMono from several tests as they should pass now.
iskiselev
committed
b4c2839
View commit details
Copy full SHA for b4c2839
View code at this point
Browse repository at this point
Marked several delegate tests as FailsOnMono
Show description for 7f51adc
iskiselev
committed
7f51adc
View commit details
Copy full SHA for 7f51adc
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
Field type resolution for generic instanses fixed (#913). Test added.
iskiselev
committed
d7b7491
View commit details
Copy full SHA for d7b7491
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
GetEnumerator for multidimensional arrays fixed.
iskiselev
committed
53ebf95
View commit details
Copy full SHA for 53ebf95
View code at this point
Browse repository at this point
Fixed ValueType.GetHashCode implementation, test case fixed for .Net compatibility.
iskiselev
committed
35ea9ca
View commit details
Copy full SHA for 35ea9ca
View code at this point
Browse repository at this point
Test really committed.
iskiselev
committed
2ad5244
View commit details
Copy full SHA for 2ad5244
View code at this point
Browse repository at this point
Correct impelementation of GetHashCode for struct types.
iskiselev
committed
c402657
View commit details
Copy full SHA for c402657
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.