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
XmlReader.ReadElementString
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2014
XmlReader.ReadElementString (#587) dirty fix.
iskiselev
committed
3626152
View commit details
Copy full SHA for 3626152
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
Fix missing break statement
kg
committed
ffc9ea2
View commit details
Copy full SHA for ffc9ea2
View code at this point
Browse repository at this point
Remove TypeBuilder, I don't think it's what I want...
kg
committed
7c4b35b
View commit details
Copy full SHA for 7c4b35b
View code at this point
Browse repository at this point
Add more comments to IC implementation.
Show description for db878c5
kg
committed
db878c5
View commit details
Copy full SHA for db878c5
View code at this point
Browse repository at this point
Add comments to inline cache implementation.
kg
committed
e44be48
View commit details
Copy full SHA for e44be48
View code at this point
Browse repository at this point
Fix interface fallback methods.
kg
committed
ca95b5b
View commit details
Copy full SHA for ca95b5b
View code at this point
Browse repository at this point
Fix variant interface invocation corner case
kg
committed
f2a5f91
View commit details
Copy full SHA for f2a5f91
View code at this point
Browse repository at this point
Handle binding failures for generic interface methods better.
kg
committed
2a7546a
View commit details
Copy full SHA for 2a7546a
View code at this point
Browse repository at this point
Handle interface methods without signatures.
kg
committed
9b6e6ae
View commit details
Copy full SHA for 9b6e6ae
View code at this point
Browse repository at this point
Signature inline cache tweaks
kg
committed
d63f1aa
View commit details
Copy full SHA for d63f1aa
View code at this point
Browse repository at this point
General inline cache optimizations.
Show description for 9e34486
kg
committed
9e34486
View commit details
Copy full SHA for 9e34486
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Fixed exception throwing from async methods. Test added.
Show description for 8e6c85a
iskiselev
committed
8e6c85a
View commit details
Copy full SHA for 8e6c85a
View code at this point
Browse repository at this point
Commits on Jul 13, 2014
A quick hack to make pointer fields somewhat functional
kg
committed
02d7239
View commit details
Copy full SHA for 02d7239
View code at this point
Browse repository at this point
Two OpenTK exception fixes for monogame platformer demo
kg
committed
3dc4edf
View commit details
Copy full SHA for 3dc4edf
View code at this point
Browse repository at this point
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
Fix LookupMethod bug
kg
committed
10554c3
View commit details
Copy full SHA for 10554c3
View code at this point
Browse repository at this point
Changed element proxies so that they reuse a single instance of struct properties instead of constructing a new one on every access, so that struct copy elision can work on code that uses them.
kg
committed
623309c
View commit details
Copy full SHA for 623309c
View code at this point
Browse repository at this point
Fix bug introduced into unsafe field marshallers
kg
committed
ee8a6b1
View commit details
Copy full SHA for ee8a6b1
View code at this point
Browse repository at this point
SpriteBatch draw refactorings to make it easier for JITs to optimize
kg
committed
6697e92
View commit details
Copy full SHA for 6697e92
View code at this point
Browse repository at this point
Fix xna clear bailout in spidermonkey
kg
committed
f0ba7d0
View commit details
Copy full SHA for f0ba7d0
View code at this point
Browse repository at this point
Unsafe jit tweaks
kg
committed
6715645
View commit details
Copy full SHA for 6715645
View code at this point
Browse repository at this point
Optimizations to signature.GetKey
kg
committed
1f61660
View commit details
Copy full SHA for 1f61660
View code at this point
Browse repository at this point
Commits on Jul 10, 2014
Fix bugs introduced by #450
kg
committed
9002db8
View commit details
Copy full SHA for 9002db8
View code at this point
Browse repository at this point
Added EventArgs default ctor, PropertyChangedEventArgs implementation, CultureInfo.InvariantCulture and some methods from IList.*.
igor-kostromin
authored and
kg
committed
2b9532e
View commit details
Copy full SHA for 2b9532e
View code at this point
Browse repository at this point
Merge pull request #551 from iskiselev/KillLambdaSpecialProcessing
Show description for 91b369b
kg
committed
91b369b
View commit details
Copy full SHA for 91b369b
View code at this point
Browse repository at this point
Merge pull request #542 from iskiselev/DelegateSubtraction
Show description for 5dac81a
kg
committed
5dac81a
View commit details
Copy full SHA for 5dac81a
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
Fixed incorrect signature in TaskAwaiter<T>.GetResult and test modified.
Show description for eb3e30b
iskiselev
committed
eb3e30b
View commit details
Copy full SHA for eb3e30b
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Delegate subtraction partial fix and test added. (#541)
Show description for f8452fc
iskiselev
committed
f8452fc
View commit details
Copy full SHA for f8452fc
View code at this point
Browse repository at this point
Fix host canvas API bugs related to desired width/height
kg
committed
bb25b10
View commit details
Copy full SHA for bb25b10
View code at this point
Browse repository at this point
Uncomment extra tests in Dictionary.cs
Show description for 15ba5af
kg
committed
15ba5af
View commit details
Copy full SHA for 15ba5af
View code at this point
Browse repository at this point
Commits on Jul 6, 2014
Fix #337. Class can be defined in thre or more assemblies.
iskiselev
committed
b43529a
View commit details
Copy full SHA for b43529a
View code at this point
Browse repository at this point
Commits on Jul 5, 2014
Mitigate a couple small type issues in browser code
kg
committed
b4feea4
View commit details
Copy full SHA for b4feea4
View code at this point
Browse repository at this point
More nullable fixes
Show description for f5d30bb
kg
committed
f5d30bb
View commit details
Copy full SHA for f5d30bb
View code at this point
Browse repository at this point
Various nullable-related bug fixes
kg
committed
43a8bfb
View commit details
Copy full SHA for 43a8bfb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.