Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
382aabf
Initial SRM impl commit
TIHan Jan 2, 2020
538ef81
Fixing up generic arg
TIHan Jan 2, 2020
5c0c719
TODOs are finished, minus the original reader TODOs
TIHan Jan 3, 2020
960fef7
No asserts but still does not work
TIHan Jan 3, 2020
57cebd5
Fixed some crashes. Still crashing on parameters
TIHan Jan 3, 2020
6808a97
Still not working
TIHan Jan 3, 2020
0a54fa7
Fixed getter/setter
TIHan Jan 3, 2020
8b20a8c
Added isCachingEnabled
TIHan Jan 3, 2020
ecf7f29
Use GenericParameterCount for sanity
TIHan Jan 3, 2020
ed9a03e
make error msg better
TIHan Jan 3, 2020
2b3cb2a
Hopefully making a better decoder
TIHan Jan 3, 2020
87696ec
Fixing build
TIHan Jan 3, 2020
5eb0bac
Fixing build again
TIHan Jan 3, 2020
d89ae96
Resovling signature type kind for typeref
TIHan Jan 3, 2020
44d95c1
Assume boxed is an enum for decoding
TIHan Jan 3, 2020
1bfa452
Fixed resources
TIHan Jan 3, 2020
90dae83
Fixing up resource reading
TIHan Jan 3, 2020
f5ab26a
Fixing variance
TIHan Jan 3, 2020
813f986
Trying to fix generics
TIHan Jan 3, 2020
34287c0
Use mkILCallingConv
TIHan Jan 3, 2020
b47f250
Use scope local
TIHan Jan 3, 2020
1a80436
Determine typar count
TIHan Jan 3, 2020
4d42ab0
Using rawTypeKind
TIHan Jan 3, 2020
b15bf73
We have a type var offset issue
TIHan Jan 3, 2020
87e9322
Still trying to fix some generics
TIHan Jan 3, 2020
046e5dd
Still trying to fix type params
TIHan Jan 4, 2020
abd6387
Fixed native type
TIHan Jan 4, 2020
03cb359
Type params not working
TIHan Jan 4, 2020
1fe4ede
Some refactoring
TIHan Jan 5, 2020
c6e0c91
Fixed more issues with generic params
TIHan Jan 5, 2020
de65691
Fixed type ref enclosing name
TIHan Jan 5, 2020
daa3601
Fixed calling convention
TIHan Jan 5, 2020
f451c6f
Remove LRU cache
TIHan Jan 5, 2020
be0c4c1
Added copyright
TIHan Jan 5, 2020
41f38f8
Fixed property conv
TIHan Jan 5, 2020
aa42a48
Fixing value type in sigs
TIHan Jan 5, 2020
e1ed686
Caching more and reducing some allocations
TIHan Jan 5, 2020
b2fd7df
Merge remote-tracking branch 'upstream/master' into refactor/srm
TIHan Jan 5, 2020
085944e
Trying to fix labels
TIHan Jan 5, 2020
8a24885
Trying to fix stuff
TIHan Jan 5, 2020
33e7589
Hopefully fixes build
TIHan Jan 5, 2020
4d9e65d
Fixes on member reference
TIHan Jan 6, 2020
a3db32e
Fixed methspec reading
TIHan Jan 6, 2020
84a8012
Merge remote-tracking branch 'upstream/master' into refactor/srm
TIHan Jan 6, 2020
7b59f3f
Merge branch 'refactor/srm' of github.com:tihan/visualfsharp into ref…
TIHan Jan 6, 2020
9583050
Trying to get the mapping right for code labels
TIHan Jan 7, 2020
9dbf866
Merge remote-tracking branch 'upstream/master' into refactor/srm
TIHan Jan 14, 2020
12f34b4
Cleaning up diff
TIHan Jan 14, 2020
3da029f
Fixed bug where we read box instructions as unbox instructions
TIHan Jan 14, 2020
d50ff30
We need to recreate a type spec
TIHan Jan 14, 2020
7854df2
Merge remote-tracking branch 'upstream/master' into refactor/srm
TIHan Jan 15, 2020
6e09637
Merging with master
TIHan Jan 15, 2020
3b3cfcc
Merged with main
TIHan Oct 9, 2020
5dddde2
Fixing type parameters
TIHan Oct 9, 2020
0db824e
Fixed type parameters part 2
TIHan Oct 9, 2020
df33012
Remove cache
TIHan Oct 9, 2020
dab14ab
Trying to fix it
TIHan Oct 10, 2020
f991b73
Temporarily turn off caching
TIHan Oct 10, 2020
6e9b04d
Trying to get tests to pass
TIHan Oct 11, 2020
76ad9a3
Trying to get tests to pass
TIHan Oct 11, 2020
a9ed47a
Trying to get tests to pass
TIHan Oct 11, 2020
a916c30
Trying to get tests to pass
TIHan Oct 11, 2020
8d12107
Trying to get tests to pass
TIHan Oct 11, 2020
a5a91ab
remove comment
TIHan Oct 11, 2020
c074515
enabling cache
TIHan Oct 11, 2020
33be155
Trying to pass tests
TIHan Oct 11, 2020
98cb388
Fixing a few things
TIHan Oct 12, 2020
2a4c49a
better
TIHan Oct 12, 2020
a7ac632
Fixing stuff
TIHan Oct 12, 2020
67bbf6a
Revert
TIHan Oct 12, 2020
e45ec06
Fixed a minor issue
TIHan Oct 12, 2020
1ed43f4
Trying to fix it
TIHan Oct 13, 2020
982385f
Prefetching image
TIHan Oct 13, 2020
9d0758d
Remove that
TIHan Oct 13, 2020
204486b
Fixing tests
TIHan Oct 13, 2020
a49d436
Faster
TIHan Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into refactor/srm
  • Loading branch information
TIHan committed Jan 15, 2020
commit 7854df2e01b0db96e72d398f1e5eede5d159157b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.