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
backends
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 17, 2015
Merge pull request #873 from iskiselev/DecimalLiterals
Show description for 1ed796b
kg
committed
1ed796b
View commit details
Copy full SHA for 1ed796b
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Create decimal literals through decimal constructor (#871).
iskiselev
committed
5fdc4fc
View commit details
Copy full SHA for 5fdc4fc
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
EliminateTemporaries don't treat JSIndexerExpression as immutable (fix #868).
iskiselev
committed
405c9a8
View commit details
Copy full SHA for 405c9a8
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Merge pull request #857 from iskiselev/TranslatedBootstrap_NumberFormats
Show description for 46ac870
kg
committed
46ac870
View commit details
Copy full SHA for 46ac870
View code at this point
Browse repository at this point
PR review fixes.
iskiselev
committed
6e3367a
View commit details
Copy full SHA for 6e3367a
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
Fix pointer post-increment edge case
kg
committed
4e13fa4
View commit details
Copy full SHA for 4e13fa4
View code at this point
Browse repository at this point
Don't drop float -> double conversion information
kg
committed
69c877c
View commit details
Copy full SHA for 69c877c
View code at this point
Browse repository at this point
Add a configuration pref to force decomposing all mutation operators
kg
committed
dadc7aa
View commit details
Copy full SHA for dadc7aa
View code at this point
Browse repository at this point
Don't eliminate temporaries containing fields unless the field is provably immutable
kg
committed
b663720
View commit details
Copy full SHA for b663720
View code at this point
Browse repository at this point
Fix JSFieldAccess and JSPropertyAccess not comparing IsWrite and other readonly fields in Equals (#854)
kg
committed
855f4bc
View commit details
Copy full SHA for 855f4bc
View code at this point
Browse repository at this point
Add configuration value to disable int64 emulation
kg
committed
2eafd81
View commit details
Copy full SHA for 2eafd81
View code at this point
Browse repository at this point
Fix mutation decomposition turning (<field-write> += <arg>) into (<field-write> = <field-write> + <arg>) instead of (<field-write> = <field-read> + arg).
kg
committed
67de1c7
View commit details
Copy full SHA for 67de1c7
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
Analyze imported functions on translation step.
iskiselev
committed
e16b920
View commit details
Copy full SHA for e16b920
View code at this point
Browse repository at this point
Commits on Sep 18, 2015
Don't try to write method body for stubbed proxied methods.
iskiselev
committed
be94f67
View commit details
Copy full SHA for be94f67
View code at this point
Browse repository at this point
Merge pull request #852 from iskiselev/SourceMap
Show description for f8848c1
kg
committed
f8848c1
View commit details
Copy full SHA for f8848c1
View code at this point
Browse repository at this point
Commits on Sep 17, 2015
Clean up of SorceMap writing and linking.
iskiselev
committed
a78c73a
View commit details
Copy full SHA for a78c73a
View code at this point
Browse repository at this point
JSOverrideAssemblyReference meta attribute introduced.
iskiselev
committed
82a2b6b
View commit details
Copy full SHA for 82a2b6b
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
Added JSImportType meta attribute.
iskiselev
committed
ee8a52f
View commit details
Copy full SHA for ee8a52f
View code at this point
Browse repository at this point
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
Added JSRepaceAssemblyDeclaration meta attibute.
iskiselev
committed
3d09504
View commit details
Copy full SHA for 3d09504
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
JSAstVisitor.AfterNodeProcessed signature changed to Action<JSNode>.
iskiselev
committed
517e526
View commit details
Copy full SHA for 517e526
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
SourceMap - use full local path for sourcemap.
iskiselev
committed
1f49b66
View commit details
Copy full SHA for 1f49b66
View code at this point
Browse repository at this point
Restricted language features to C#5 (we still support VS2012).
iskiselev
committed
0203afc
View commit details
Copy full SHA for 0203afc
View code at this point
Browse repository at this point
Pre-roslyn compatibility fix.
iskiselev
committed
4b7c00b
View commit details
Copy full SHA for 4b7c00b
View code at this point
Browse repository at this point
Sourcemap builder PR review fixes applied. Code clean-up.
iskiselev
committed
f53eb94
View commit details
Copy full SHA for f53eb94
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
Allow disabling the enum and char cast transforms
kg
committed
3c29619
View commit details
Copy full SHA for 3c29619
View code at this point
Browse repository at this point
Allow specifying the exact name of the main output file at the command line
kg
committed
4122622
View commit details
Copy full SHA for 4122622
View code at this point
Browse repository at this point
Commits on Aug 31, 2015
Make JSDefaultValueLiteral's value more sensible
kg
committed
74302a4
View commit details
Copy full SHA for 74302a4
View code at this point
Browse repository at this point
Commits on Aug 30, 2015
Eliminate MSB3884 compiler warnings
kg
committed
46c8686
View commit details
Copy full SHA for 46c8686
View code at this point
Browse repository at this point
Fix interface method names having a `1 or such in them because of formatting differences between Cecil and JSIL TypeInformation
kg
committed
ff7319d
View commit details
Copy full SHA for ff7319d
View code at this point
Browse repository at this point
Commits on Aug 29, 2015
Fix renaming interface types and add a test
Show description for 3e5c2c9
kg
committed
3e5c2c9
View commit details
Copy full SHA for 3e5c2c9
View code at this point
Browse repository at this point
Add a test for #273 and begin the fix
kg
committed
f19fa3a
View commit details
Copy full SHA for f19fa3a
View code at this point
Browse repository at this point
Fix dynamic method identifiers not being escaped
kg
committed
c013d42
View commit details
Copy full SHA for c013d42
View code at this point
Browse repository at this point
Don't escape JSFakeMethod names (fixes accessing eval)
kg
committed
3b1b5de
View commit details
Copy full SHA for 3b1b5de
View code at this point
Browse repository at this point
Fix issue #827 and add a test.
Show description for 45f4188
kg
committed
45f4188
View commit details
Copy full SHA for 45f4188
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.