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
2018-06-21Rev netcoreapp2.0 to netcoreapp2.1 (#5974)Adeel Mujahid
2018-05-06Enable resolving of .netmodule references (#5767)Wolfgang Ziegler
2018-03-21Enable local strongname signing (#5582)Jan Kotas
2018-03-14Fix exception when verifying netmodules (#5541)Wolfgang Ziegler
2018-03-07[ILVerify] Fix include/exclude pattern matching by using fully qualified meth...Michael Mayr
2018-02-24Convert ILVerify, ILVerification and ILVerification.Tests to old build (#5351)Andon Andonov
2018-01-18ILVerify: split into exe and library (#5258)Julien Couvreur
2018-01-10Add public API for ILVerify (#5186)Julien Couvreur
2018-01-04[ILVerify] Fix backward branching rule using signed byte for short-branch del...Samuel Arzt
2018-01-04Fixed some test assemblies not defining assembly name = file name. (#5198)Samuel Arzt
2017-12-17[ILVerify] Implement tail-ret and invalid method end verification (#5122)Samuel Arzt
2017-12-15Updated reference to Visual Studio (#5119)Alfred Myers
2017-12-14[ILVerify] Implement backward branch verification (#5113)Samuel Arzt
2017-12-13[ILVerify] Implement verification of jump target offsets (#5101)Samuel Arzt
2017-12-13[ILVerify] Fix leave from catch into enclosing try and assignability of reado...Samuel Arzt
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ý