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
Accelerator
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 }}
dominiqueplante
/
JSIL
Public
forked from
sq/JSIL
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jul 23, 2011
Merge pull request #28 from markusjohnsson/multiple_argument_initializers
Show description for b3f5179
kg
committed
b3f5179
View commit details
Copy full SHA for b3f5179
Browse repository at this point
Commits on Jul 22, 2011
Fixed issue with collection initializers with more than one argument to Add.
markusjohnsson
committed
90c2002
View commit details
Copy full SHA for 90c2002
Browse repository at this point
Commits on Jul 17, 2011
Added constructors and added declarations of properties to TimeSpan
markusjohnsson
authored and
kg
committed
580ee14
View commit details
Copy full SHA for 580ee14
Browse repository at this point
Added Math.Tan(double) to Proxies/Math
markusjohnsson
authored and
kg
committed
3a47530
View commit details
Copy full SHA for 3a47530
Browse repository at this point
Commits on Jul 4, 2011
Don't construct a temporary MetadataCollection in LocateProxy just to check for a proxy attribute
kg
committed
325b664
View commit details
Copy full SHA for 325b664
Browse repository at this point
Removed JSExpression.IsOpenGenericType
kg
committed
c119d0f
View commit details
Copy full SHA for c119d0f
Browse repository at this point
Eliminate more recursion from type info graph construction
kg
committed
154fee5
View commit details
Copy full SHA for 154fee5
Browse repository at this point
Less recursion when constructing the type information graph
Show description for 3b0843b
kg
committed
3b0843b
View commit details
Copy full SHA for 3b0843b
Browse repository at this point
Fixed TypeInfoProvider.Remove not working on nested types
Show description for 571a2b9
kg
committed
571a2b9
View commit details
Copy full SHA for 571a2b9
Browse repository at this point
Remember the list of failed tests after each batch test run, and run tests that previously failed first so that it is easier to debug them
kg
committed
181cb86
View commit details
Copy full SHA for 181cb86
Browse repository at this point
Commits on Jul 3, 2011
Added project files for the raytracer sample so it's easier to build
Show description for fd26d57
kg
committed
fd26d57
View commit details
Copy full SHA for fd26d57
Browse repository at this point
Replace uses of Nullable<T> with equivalent expressions since a Nullable<T> can always be represented in JS by either a T or null.
kg
committed
0dd6623
View commit details
Copy full SHA for 0dd6623
Browse repository at this point
All type objects are assigned a unique ID that can be used for faster type lookups
Show description for f51b03b
kg
committed
f51b03b
View commit details
Copy full SHA for f51b03b
Browse repository at this point
Various performance improvements in XNACore.
Show description for fd0a850
kg
committed
fd0a850
View commit details
Copy full SHA for fd0a850
Browse repository at this point
Fixed insertion of unnecessary parentheses around new-operator expressions when they are arguments of a method invocation
kg
committed
3acf89c
View commit details
Copy full SHA for 3acf89c
Browse repository at this point
Commits on Jul 2, 2011
Add some basic support for building Visual Studio .sln files from the command line and automatically translating all their outputs.
kg
committed
bf8c29d
View commit details
Copy full SHA for bf8c29d
Browse repository at this point
Code cleanup
kg
committed
c0a13cc
View commit details
Copy full SHA for c0a13cc
Browse repository at this point
Try eliminating return value copies for structs in cases where it is safe
kg
committed
bf6398d
View commit details
Copy full SHA for bf6398d
Browse repository at this point
Add support for IE10's requestAnimationFrame, but leave it disabled because it's broken in the latest platform preview.
kg
committed
ce53ab7
View commit details
Copy full SHA for ce53ab7
Browse repository at this point
Detect attempts to retrieve static analysis data while it's currently being constructed (due to recursion) and return nothing, so that optimizations are suppressed
kg
committed
81152e4
View commit details
Copy full SHA for 81152e4
Browse repository at this point
Added command line flags to JSILc for disabling specific optimization passes
Show description for 84d5995
kg
committed
84d5995
View commit details
Copy full SHA for 84d5995
Browse repository at this point
Improved the accuracy of static analysis in various edge cases
Show description for 556b4be
kg
committed
556b4be
View commit details
Copy full SHA for 556b4be
Browse repository at this point
Commits on Jul 1, 2011
Fix parens erroneously being omitted for invocation this references due to a bug in CountOfMatchingSubtrees
Show description for b99efe6
kg
committed
b99efe6
View commit details
Copy full SHA for b99efe6
Browse repository at this point
Fix generation of method bodies for stubbed auto properties
kg
committed
ac6d02f
View commit details
Copy full SHA for ac6d02f
Browse repository at this point
Fixed a null reference exception when optimizing ignored method bodies
kg
committed
36912a4
View commit details
Copy full SHA for 36912a4
Browse repository at this point
More work on multipass optimization
Show description for 04a7842
kg
committed
04a7842
View commit details
Copy full SHA for 04a7842
Browse repository at this point
Switched to up-front translation and analysis of all methods instead of doing on-the-fly translation while generating JS (with two exceptions: compiler-generated lambda methods, and translator-gene…
Show description for 9072e2d
kg
committed
9072e2d
View commit details
Copy full SHA for 9072e2d
Browse repository at this point
Introduced a new JSLambda AST node so that variable elimination isn't needed when using functions as lambdas, since that modifies the cached function expression.
Show description for 4346a4f
kg
committed
4346a4f
View commit details
Copy full SHA for 4346a4f
Browse repository at this point
Commits on Jun 30, 2011
Cleanups and refactoring to ease static analysis work
kg
committed
66ec65b
View commit details
Copy full SHA for 66ec65b
Browse repository at this point
Commits on Jun 29, 2011
Add test coverage for nullables
Show description for 5bef6c5
kg
committed
5bef6c5
View commit details
Copy full SHA for 5bef6c5
Browse repository at this point
Added Value to NullableType
robashton
authored and
kg
committed
f52e721
View commit details
Copy full SHA for f52e721
Browse repository at this point
Added String.Empty to System.String
robashton
authored and
kg
committed
42b9d49
View commit details
Copy full SHA for 42b9d49
Browse repository at this point
Fix $outer_this being used even when a closure isn't being emitted inline
kg
committed
a1f9854
View commit details
Copy full SHA for a1f9854
Browse repository at this point
Fixed missing parens around ternary expressions
kg
committed
6cfa0e4
View commit details
Copy full SHA for 6cfa0e4
Browse repository at this point
Updated ignore list
kg
committed
45a2642
View commit details
Copy full SHA for 45a2642
Browse repository at this point
Previous
Next
You can’t perform that action at this time.