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
on
es7
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 6, 2015
Pass abstract and sealed type statuses from compiler to output JS
Show description for 4159804
kg
committed
4159804
View commit details
Copy full SHA for 4159804
View code at this point
Browse repository at this point
Introduce Verbatim.Expression<T> to suppress a result-cast when you are certain about the type of an expression
Show description for ddfb1bd
kg
committed
ddfb1bd
View commit details
Copy full SHA for ddfb1bd
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
Merge pull request #714 from iskiselev/UseThreads1
Show description for 5d86143
kg
committed
5d86143
View commit details
Copy full SHA for 5d86143
View code at this point
Browse repository at this point
Instead of letting the default CLR exception handler catch JSILc errors like FileNotFound, dump them to stdout and abort with an exit code
Show description for a1b9553
kg
committed
a1b9553
View commit details
Copy full SHA for a1b9553
View code at this point
Browse repository at this point
Fix translated mscorlib producing parse errors
Show description for a9c3232
kg
committed
a9c3232
View commit details
Copy full SHA for a9c3232
View code at this point
Browse repository at this point
Fix some pointer binary expression corner cases and unhandled exceptions
kg
committed
7e58dd9
View commit details
Copy full SHA for 7e58dd9
View code at this point
Browse repository at this point
Strip modifiers when checking type for ptr, intptr/uintptr, or native int/uint status
kg
committed
c90bc97
View commit details
Copy full SHA for c90bc97
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Fix unhandled exceptions in AttemptPointerConversion
kg
committed
6d0f65e
View commit details
Copy full SHA for 6d0f65e
View code at this point
Browse repository at this point
Slightly more efficient dispatch stubs for unbound generic methods
Show description for 607ccc2
kg
committed
607ccc2
View commit details
Copy full SHA for 607ccc2
View code at this point
Browse repository at this point
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
Checkpoint pointer changes
kg
committed
532c815
View commit details
Copy full SHA for 532c815
View code at this point
Browse repository at this point
Checkpoint: More pointer fixes
kg
committed
84d4839
View commit details
Copy full SHA for 84d4839
View code at this point
Browse repository at this point
Checkpoint: Extensive pointer and type inference overhaul
kg
committed
1daee21
View commit details
Copy full SHA for 1daee21
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
Change System.IntPtr and System.UIntPtr to 32-bit.
kg
committed
934018c
View commit details
Copy full SHA for 934018c
View code at this point
Browse repository at this point
Eliminate spurious round-trip numeric casts that can be proven not to do anything. (This is mostly important for int64 round-trips, since they produce a heap allocation)
kg
committed
23ec0bb
View commit details
Copy full SHA for 23ec0bb
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Add a hack to work around ILSpy type inference messing up on pointer casts
Show description for 524f415
kg
committed
524f415
View commit details
Copy full SHA for 524f415
View code at this point
Browse repository at this point
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 Jun 6, 2015
Move the side effect synthesis out of first pass static analysis into the second pass to avoid some terrifying recursion.
Show description for a836c0a
kg
committed
a836c0a
View commit details
Copy full SHA for a836c0a
View code at this point
Browse repository at this point
Fix static analysis data not flagging .ctor methods as violating this-reference immutability
Show description for ad6071c
kg
committed
ad6071c
View commit details
Copy full SHA for ad6071c
View code at this point
Browse repository at this point
Fix broken struct copy optimization (affected FNA DrawSprite function) and add test - don't elide struct copies if the lhs is subject to side effects later.
Show description for 8e5d855
kg
committed
8e5d855
View commit details
Copy full SHA for 8e5d855
View code at this point
Browse repository at this point
Commits on Apr 19, 2015
Struct fields of element proxies are also element proxies, unfortunately. Slow-ish fix for #732.
kg
committed
0d42ffa
View commit details
Copy full SHA for 0d42ffa
View code at this point
Browse repository at this point
Implement basic AssemblyName functionality
Show description for 5b392d2
kg
committed
5b392d2
View commit details
Copy full SHA for 5b392d2
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
AssemblyId generation use lock.
iskiselev
committed
57f9c7a
View commit details
Copy full SHA for 57f9c7a
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 Mar 3, 2015
Suppress spurious proxy warnings for certain types of properties and methods
kg
committed
27f0952
View commit details
Copy full SHA for 27f0952
View code at this point
Browse repository at this point
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
Update shorthand table
kg
committed
8ad71c7
View commit details
Copy full SHA for 8ad71c7
View code at this point
Browse repository at this point
Fix issue #693
kg
committed
b949dca
View commit details
Copy full SHA for b949dca
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Fixed JSIL.IgnoredMember usage for JS strict mode (#677).
iskiselev
committed
d5c4d96
View commit details
Copy full SHA for d5c4d96
View code at this point
Browse repository at this point
Escape variable/argument with name 'arguments'. Strict mode compatibility fix (#677).
iskiselev
committed
06d6f09
View commit details
Copy full SHA for 06d6f09
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Generate "use stict"; for all JS files (#677).
iskiselev
committed
ca65e85
View commit details
Copy full SHA for ca65e85
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.