Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-28[ILVerify] Add additional tests for delegate assignment/return (#5027)Samuel Arzt
2017-11-20Removed deprecated PEVerify errors. (#4965)Samuel Arzt
2017-11-18[ILVerify] Implement missing exception region errors (#4960)Samuel Arzt
2017-11-17Changed assembly friend access comparison to use OrdinalIgnoreCase. (#4954)Samuel Arzt
2017-11-17[ILVerify] Fix assembly friend access being sensitive to white-spaces (#4950)Samuel Arzt
2017-11-16Fix direction of variance check in delegate assignment (#4945)Julien Couvreur
2017-11-16[ILVerify] Implement missing newobj verifications (#4949)Samuel Arzt
2017-11-11[ILVerify] Implement verification of initonly fields (#4914)Samuel Arzt
2017-11-10[ILVerify] Implement missing cast, box and leave verifications. (#4903)Samuel Arzt
2017-11-02Added net46 as second target framework. (#4862)Samuel Arzt
2017-10-31Fixed some false negatives when verifying mscorlib. (#4847)Samuel Arzt
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-10-20[ILVerify] Instantiate generic constraints on initialization (#4758)Samuel Arzt
2017-10-19[ILVerify] Implement type / method / field access verifications (#4762)Samuel Arzt
2017-10-18[ILVerify] Implement delegate creation checks (#4733)Samuel Arzt
2017-10-13[ILVerify] Implement tracking of 'this' pointer state (#4714)Samuel Arzt
2017-10-12[ILVerify] Instantiate constraints of generic parameters used as instantiatio...Samuel Arzt
2017-10-04[ILVerify] Implement verification of return instruction (#4650)Samuel Arzt
2017-09-29[ILVerify] Fix invalid branch/fallthrough into catch/finally causing assert (...Samuel Arzt
2017-09-22[ILVerify] Fix block re-verification possibly causing endless loop (#4575)Samuel Arzt
2017-09-21[ILVerify] Fix assigning interface with variance to object generating error (...Samuel Arzt
2017-09-20[ILVerify] Implement Ldftn/Ldvirtftn instruction (#4497)Samuel Arzt
2017-09-07[ILVerify] Implement stack merging (#4448)Samuel Arzt
2017-09-01[ILVerify] Fixed IsValidBranchTarget not allowing to branch to first instruct...Samuel Arzt
2017-08-29[ILVerify] Fix stind to allow storing a string to ref string (#4412)Samuel Arzt
2017-08-29[ILVerify] Fix for issue #4359 (#4411)Samuel Arzt
2017-08-28[ILVerify] Fix for issue #4357 and #4358. (#4402)Samuel Arzt
2017-08-17[ILVerify] Implement switch instruction (#4328)Samuel Arzt
2017-08-11Fixed ILVerify build (#4307)Michael Mayr
2017-08-10[ILVerify] Implement shift operation verification. (#4301)Samuel Arzt
2017-08-09[ILVerify] Added console argument to support different base library names (#3...Samuel Arzt
2017-07-05[ILVerify] Fixed bugs ImportLoadIndirect/ImportStoreIndirect (#4066)Michael Mayr
2017-07-03[ILVerify]Convert _thisType to managed pointer, if it is a value type (#4055)Michael Mayr
2017-07-03[ILVerify] Fixed range checks for nested exception regions (#4056)Michael Mayr
2017-07-01Fix handling of bad IL in ILScanner (#4044)Michal Strehovský
2017-06-30[ILVerify] added cgt.un to the list of allowed instructions for comparing two...Michael Mayr
2017-06-24Update CoreRT build to use latest .NET CLI and build tools (#3916)Jan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-09[ILVerify] Added special handling for null values in ImportStoreIndirect (#3846)Michael Mayr
2017-06-08Fixed casting logic with generic types for stfld, ldfld, call (#3834)Michael Mayr
2017-06-08[ILVerify] Added initial support for Array<T> (#3818)Michael Mayr
2017-06-07[ILVerify] fixed bug with null-conditional operator (#3806)Michael Mayr
2017-06-03Referencing NotImplemented.cs in ILVerify.csproj (#3786)Gergely Kalapos
2017-06-02[ILVerify] Implemented storeindirect + prefix checking (#3730)Michael Mayr
2017-06-01[ILVerify] readme file: added a testing section (#3751)Gergely Kalapos
2017-05-31[ILVerify] Added first tests (#3725)Gergely Kalapos
2017-05-21[ILVerify] Handling of assignment of interface to object - with CastingHelper...Gergely Kalapos
2017-05-18Verification of Endfinally (also Endfault) (#3640)Gergely Kalapos
2017-05-17Updated ILVerify Readme.md (#3641)Gergely Kalapos
2017-05-17Implemented ImportEndFilter() (#3628)Gergely Kalapos