summaryrefslogtreecommitdiff
path: root/src/ilasm/assembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan1-0/+8
2019-04-16Use delete [] on array types (#24027)Omair Majid1-2/+2
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski1-1/+1
2017-11-12Allow non-abstract non-public interface methods in ILAsm (#14998)Michal Strehovský1-18/+0
2017-04-26Lookup System.Runtime and mscorlib references by Assembly nameMichael Letterle1-4/+12
2017-04-10Added netstandard corelib into ilasm reference resolverRoman Artemev1-1/+6
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-31/+0
2016-10-19Fix broken range checkDmitry-Me1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-04Fix bad-codegen from ilasmKyungwoo Lee1-3/+3
2015-12-28Fix assertion in ilasmKyungwoo Lee1-7/+4
2015-12-11Enable ILASM for *nixKyungwoo Lee1-12/+12
2015-12-08Open sourcing ILASMdotnet-bot1-0/+2466