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
Tests
on
es7
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 6, 2015
Updated es7 structs library.
kg
committed
1be99b5
View commit details
Copy full SHA for 1be99b5
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
Hack in proper marshal/unmarshal logic for int64 and uint64.
kg
committed
fe8a32b
View commit details
Copy full SHA for fe8a32b
View code at this point
Browse repository at this point
Add test case for reading int64s out of packed memory
kg
committed
b6e8f4d
View commit details
Copy full SHA for b6e8f4d
View code at this point
Browse repository at this point
Checkpoint: Force the size of int64/uint64 to 8 bytes
Show description for 7121195
kg
committed
7121195
View commit details
Copy full SHA for 7121195
View code at this point
Browse repository at this point
Add test for struct layout disagreement that breaks SDL touch input
Show description for 2cd4307
kg
committed
2cd4307
View commit details
Copy full SHA for 2cd4307
View code at this point
Browse repository at this point
Make analysis tests less noisy
kg
committed
c012707
View commit details
Copy full SHA for c012707
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
Commits on Jul 4, 2015
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
Add a test case for invoking generic methods
kg
committed
7885ca4
View commit details
Copy full SHA for 7885ca4
View code at this point
Browse repository at this point
Fix some int64 conversion corner cases and add a test
kg
committed
f27641f
View commit details
Copy full SHA for f27641f
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Failing test case for representation of int[0]
Show description for c407c54
Jaiden Mispy
committed
c407c54
View commit details
Copy full SHA for c407c54
View code at this point
Browse repository at this point
Implement proper pinvoke marshaling for enums
kg
committed
d524eb5
View commit details
Copy full SHA for d524eb5
View code at this point
Browse repository at this point
Test + fix for out ints larger than a byte
Jaiden Mispy
committed
f0b0051
View commit details
Copy full SHA for f0b0051
View code at this point
Browse repository at this point
Commits on Jun 20, 2015
Merge pull request #742 from mispy/outcomplexunionparametertest
Show description for aa7d1de
kg
committed
aa7d1de
View commit details
Copy full SHA for aa7d1de
View code at this point
Browse repository at this point
Fix proxy accessors for enum fields within structs, and add a test.
kg
committed
020be73
View commit details
Copy full SHA for 020be73
View code at this point
Browse repository at this point
Failing test case OutComplexUnionParameter
Jaiden Mispy
committed
09c1dac
View commit details
Copy full SHA for 09c1dac
View code at this point
Browse repository at this point
Add a test case for fieldoffset-based unions
kg
committed
dd8018d
View commit details
Copy full SHA for dd8018d
View code at this point
Browse repository at this point
Custom padding using FieldOffset works
kg
committed
cbc7919
View commit details
Copy full SHA for cbc7919
View code at this point
Browse repository at this point
Add test for custom field offsets
kg
committed
e4abc29
View commit details
Copy full SHA for e4abc29
View code at this point
Browse repository at this point
Full implementation of custom struct packing (with slow path where necessary)
kg
committed
3a3d4be
View commit details
Copy full SHA for 3a3d4be
View code at this point
Browse repository at this point
Partially implement custom struct packing
kg
committed
bbf8644
View commit details
Copy full SHA for bbf8644
View code at this point
Browse repository at this point
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
Failing test for OutUnionParameter
Jaiden Mispy
committed
d2d9762
View commit details
Copy full SHA for d2d9762
View code at this point
Browse repository at this point
Commits on Jun 6, 2015
Add slow copy-in-copy-out fallback for IntPtr marshalling that uses depraved magic to identify the source data range and make copies
kg
committed
ea06a95
View commit details
Copy full SHA for ea06a95
View code at this point
Browse repository at this point
Make emscripten tests cope with more emscripten sdk fragility
kg
committed
361ea2c
View commit details
Copy full SHA for 361ea2c
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
Fix StringRefArgument (implement ref string for pinvoke)
kg
committed
9b7c69a
View commit details
Copy full SHA for 9b7c69a
View code at this point
Browse repository at this point
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
Commits on Apr 8, 2015
Merge PR#712 (Add test for passing GCHandle ptr via pinvoke)
Show description for 7cae3ee
kg
committed
7cae3ee
View commit details
Copy full SHA for 7cae3ee
View code at this point
Browse repository at this point
Merge PR#708 (Delegate fixes)
kg
committed
ba9fc6b
View commit details
Copy full SHA for ba9fc6b
View code at this point
Browse repository at this point
Merge mispy's emscripten/FNA branch (note: two emscripten tests aren't passing yet)
kg
committed
a811c4e
View commit details
Copy full SHA for a811c4e
View code at this point
Browse repository at this point
Add test for issue #696
kg
committed
6731392
View commit details
Copy full SHA for 6731392
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Simple implementation of System.Uri
Jaiden Mispy
committed
62def6c
View commit details
Copy full SHA for 62def6c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.