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
UnsafeTestCases
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2015
Less noisy unsafe tests
kg
committed
0cae852
View commit details
Copy full SHA for 0cae852
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
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
Commits on Jun 20, 2015
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
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
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
Commits on Feb 17, 2015
Fixed issue with pointer write conversion (#686) and test added.
iskiselev
committed
dac974e
View commit details
Copy full SHA for dac974e
View code at this point
Browse repository at this point
Commits on Jul 13, 2014
A quick hack to make pointer fields somewhat functional
kg
committed
02d7239
View commit details
Copy full SHA for 02d7239
View code at this point
Browse repository at this point
Expanded pointer support
Show description for 3be3be2
kg
committed
3be3be2
View commit details
Copy full SHA for 3be3be2
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
Ignore pointer fields (workaround for #546).
Show description for 5009fa9
iskiselev
committed
5009fa9
View commit details
Copy full SHA for 5009fa9
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
Allow casting primitive& to primitive* in order to read the underlying bytes of a primitive or read a primitive from an array of bytes. This does not allow mutating values on the stack, though! Fix…
Show description for 797c55a
kg
committed
797c55a
View commit details
Copy full SHA for 797c55a
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Add JSIL.Runtime.PackedArray.New<T> for creating packed arrays without storing them into fields
Show description for a52985e
kg
committed
a52985e
View commit details
Copy full SHA for a52985e
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Allow annotating a function with the JSPackedArrayArguments attribute to specify which arguments expect a packed array.
Show description for c1cb3ee
kg
committed
c1cb3ee
View commit details
Copy full SHA for c1cb3ee
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
Add a test for another packed array use case
Show description for 6eac000
kg
committed
6eac000
View commit details
Copy full SHA for 6eac000
View code at this point
Browse repository at this point
Add basic support for taking a reference to an element of a packed struct array (generates an object that has property getters/setters in the place of fields that do packing/unpacking on the fly)
kg
committed
9b89963
View commit details
Copy full SHA for 9b89963
View code at this point
Browse repository at this point
Disable taking a reference to an element of a packed array unless it's inside a fixed statement, since it doesn't work yet.
kg
committed
ff400e9
View commit details
Copy full SHA for ff400e9
View code at this point
Browse repository at this point
Implement pinning a packed array with an offset.
kg
committed
4d4af96
View commit details
Copy full SHA for 4d4af96
View code at this point
Browse repository at this point
Fix some incorrect uses of JSIL.Host.warning.
Show description for df93a71
kg
committed
df93a71
View commit details
Copy full SHA for df93a71
View code at this point
Browse repository at this point
Add test coverage for struct member offsets in addition to alignment
Show description for aa4b618
kg
committed
aa4b618
View commit details
Copy full SHA for aa4b618
View code at this point
Browse repository at this point
Implement .NET's default alignment and padding rules for struct members and sizes.
kg
committed
d15d7df
View commit details
Copy full SHA for d15d7df
View code at this point
Browse repository at this point
Generate Pointer.addElement instead of Pointer.add so that addition doesn't have to invoke GetNativeSizeOf
Show description for 486eb81
kg
committed
486eb81
View commit details
Copy full SHA for 486eb81
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
Add basic support for marshalling nested structs
kg
committed
4fc0cba
View commit details
Copy full SHA for 4fc0cba
View code at this point
Browse repository at this point
Checkpoint: Basic support for reading and writing simple structs through pointers. Typed arrays suck.
kg
committed
e5dcf60
View commit details
Copy full SHA for e5dcf60
View code at this point
Browse repository at this point
Checkpoint initial work on struct pointers and marshaling/unmarshaling. Some code from vvuk's jsil-emscripten branch.
kg
committed
a06bb98
View commit details
Copy full SHA for a06bb98
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
Implement <, >, <= and >= for pointers
kg
committed
9802218
View commit details
Copy full SHA for 9802218
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.