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
TypeUtil.cs
on
backends
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 7, 2015
Fix for #785.
iskiselev
committed
85e4da9
View commit details
Copy full SHA for 85e4da9
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Compare types using type definition. Fix #758.
iskiselev
committed
2af2ee0
View commit details
Copy full SHA for 2af2ee0
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
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
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: 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
Commits on Feb 10, 2015
Fix TypeUtil.IsStruct for IntPtr/UIntPtr
kg
committed
d2d7d2d
View commit details
Copy full SHA for d2d7d2d
View code at this point
Browse repository at this point
Struct and reference bug fixes
Show description for 34d35ad
kg
committed
34d35ad
View commit details
Copy full SHA for 34d35ad
View code at this point
Browse repository at this point
Commits on Jul 13, 2014
Add tests for ILSpy producing mangled type information for integer arithmetic.
Show description for 43312f2
kg
committed
43312f2
View commit details
Copy full SHA for 43312f2
View code at this point
Browse repository at this point
Don't cache pointer or reference types.
kg
committed
8e03068
View commit details
Copy full SHA for 8e03068
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Don't cast null nodes.
Show description for 1c4e68c
kg
committed
1c4e68c
View commit details
Copy full SHA for 1c4e68c
View code at this point
Browse repository at this point
Today's latest candidate for Worst API: Literally 50% of Mono.Cecil
kg
committed
2b4e0cc
View commit details
Copy full SHA for 2b4e0cc
View code at this point
Browse repository at this point
Commits on Jun 23, 2014
Introduce ImmutableArrayPool to reduce GC pressure by carving small temporary arrays out of larger ones
Show description for 44d3815
kg
committed
44d3815
View commit details
Copy full SHA for 44d3815
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
Fix TypesAreEqual for obscure types. Resolves some mscorlib translation issues.
kg
committed
26db81a
View commit details
Copy full SHA for 26db81a
View code at this point
Browse repository at this point
Various optimizations to compile performance (related to #393)
Show description for 653cded
kg
committed
653cded
View commit details
Copy full SHA for 653cded
View code at this point
Browse repository at this point
Commits on Sep 11, 2013
Clean up compiler warnings.
kg
committed
ff33be3
View commit details
Copy full SHA for ff33be3
View code at this point
Browse repository at this point
Commits on Jul 25, 2013
Ensure narrowing integral casts don't erroneously get optimized out.
Show description for 550920d
kg
committed
550920d
View commit details
Copy full SHA for 550920d
View code at this point
Browse repository at this point
Commits on Jul 3, 2013
Fix NewElementReference being too strict.
Show description for fff019c
kg
committed
fff019c
View commit details
Copy full SHA for fff019c
View code at this point
Browse repository at this point
Commits on Jun 24, 2013
Type-hint double/single assignments with '+' in JS to try and ensure that they stay as floating point instead of integral (hopefully solves some type information problems where JS runtimes force '0…
Show description for 04a2fb8
kg
committed
04a2fb8
View commit details
Copy full SHA for 04a2fb8
View code at this point
Browse repository at this point
Commits on Mar 21, 2013
Allow method signatures containing open types to be cached if all the generic parameters are positional parameters belonging to the method being called.
kg
committed
f5d2875
View commit details
Copy full SHA for f5d2875
View code at this point
Browse repository at this point
Commits on Mar 9, 2013
Stop checking whether a type is ignored in GetTypeDefinition since it's wasted effort
kg
committed
a430fa3
View commit details
Copy full SHA for a430fa3
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Add basic support for pointer literals (basically, this ensures that (T*)0 will translate into JS that at least runs and obeys basic pointer rules)
kg
committed
a3914e9
View commit details
Copy full SHA for a3914e9
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
Implement stackalloc.
kg
committed
157a221
View commit details
Copy full SHA for 157a221
View code at this point
Browse repository at this point
Enable type hinting for the (i * n) multiplies generated by pointer arithmetic.
kg
committed
7bc8b79
View commit details
Copy full SHA for 7bc8b79
View code at this point
Browse repository at this point
Generate valid code for subtraction of pointers
Show description for d1b9794
kg
committed
d1b9794
View commit details
Copy full SHA for d1b9794
View code at this point
Browse repository at this point
Commits on Feb 24, 2013
Handle weird code generated by Mono's C# compiler for fixed statements.
Show description for 804b323
kg
committed
804b323
View commit details
Copy full SHA for 804b323
View code at this point
Browse repository at this point
Fix thread safety issue with TypeUtil.IsIgnoredType by making pointers not ignored by default (yuck :()
Show description for 881bd39
kg
committed
881bd39
View commit details
Copy full SHA for 881bd39
View code at this point
Browse repository at this point
Preliminary support for translating the pinning operation(s) in fixed blocks.
kg
committed
ddc4667
View commit details
Copy full SHA for ddc4667
View code at this point
Browse repository at this point
Commits on Jan 27, 2013
Improvements to int32/uint32 semantics (issue #162):
Show description for 41561d7
kg
committed
41561d7
View commit details
Copy full SHA for 41561d7
View code at this point
Browse repository at this point
Incredibly convoluted fix for issue #149:
Show description for 5435b0f
kg
committed
5435b0f
View commit details
Copy full SHA for 5435b0f
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Fix issue #133 and add a test.
kg
committed
ae639b6
View commit details
Copy full SHA for ae639b6
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
Add an optional optimizer mode that wraps all integer arithmetic in ( ) | 0 to hint to JS runtimes that it's integral and overflow checks can be omitted.
Show description for dbce0c7
kg
committed
dbce0c7
View commit details
Copy full SHA for dbce0c7
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
Add basic support for casting CLR arrays to IEnumerable and IEnumerable<T>. Fixes part of issue #101.
kg
committed
39cebd1
View commit details
Copy full SHA for 39cebd1
View code at this point
Browse repository at this point
Commits on Aug 16, 2012
Overhaul ConcurrentCache so that it's possible to reuse a single delegate instance as a creator function instead of having to create new instances for every call.
kg
committed
2434ea1
View commit details
Copy full SHA for 2434ea1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.