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-09-04Update `CompilerTypeSystemContext` to use a single gc static table for gc and...Simon Nattress
2018-08-21Fix an infinite app compilationdotnet-bot
2018-06-28Typo (#6029)John Doe
2018-02-27Merge pull request #5453 from dotnet/nmirrorMichal Strehovský
2018-02-27Remove reflection in ValueType.Equals/GetHashCode (#5436)Michal Strehovský
2018-02-23ProjectX: Avoid aggressive generic expansion for reflection rootsdotnet-bot
2017-12-01Do not track RuntimeDeterminedMethod dependencies from canonical methods (#5040)Michal Strehovský
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-07Adding handling for satellite assemblies in ProjectX to enable ResourceManage...Fadi Hanna
2017-10-23Search/replace Debug.Assert(false, => Debug.Fail( (#4782)Jan Kotas
2017-07-12Overhaul exception throwing from the type systemMichal Strehovsky
2017-06-01Report SIMD intrinsics to RyuJIT (#3678)Michal Strehovský
2017-05-26Skip debug entries that are not of the CodeView type (#3711)Sergiy Kuryata
2017-05-10Add support for generating type level layout information from RuntimeDetermin...David Wrighton
2017-04-15Use the PDB path from the executable image as fallback (#3335)Michal Strehovský
2017-03-23Add support for most of the remaining runtime supported GenericLookup typesDavid Wrighton
2017-03-21NativeLayout for universal generic template typesDavid Wrighton
2017-03-17Optimize calls to enum's GetHashCode/EqualsMichal Strehovský
2017-03-17Experimental prototype of jit for CoreRTDavid Wrighton
2017-03-04Fix casting arrays to non-variant interfaces (#2872)Michal Strehovský
2017-02-22Throw BadImageFormatException for modules with no metadata (#2795)Michal Strehovský
2017-02-08ProjectX: Post RI Fixupdotnet-bot
2017-02-07RI from ProjNdev3dotnet-bot
2016-12-09Make ordering of modifiers more consistent (#2318)Jan Kotas
2016-10-10Add handling of various bad inputs (#1990)Michal Strehovský
2016-10-05Replace VirtualMethodEnumerationAlgorithm with simple GetAllMethods (#1975)Michal Strehovský
2016-09-23Expose a command line option to enable shared generics (#1903)Michal Strehovský
2016-07-20Merge TypeInitializationManager with CompilerTypeSystemContext (#1548)Michal Strehovský
2016-07-12Improve flexibility of gc static base computation (#1501)David Wrighton
2016-07-07Move the "ref" version of ConvertToCanon to TypeSystemContextMichal Strehovský
2016-06-29Add support for runtime determined types (#1440)Michal Strehovský
2016-06-29Implement a caching version of virtual method enumeration algorithm (#1439)Michal Strehovský
2016-05-24Introduce distinction between modules and assemblies (#1286)Michal Strehovský
2016-05-13Refactor debug info handling (#1270)Michal Strehovský
2016-05-10Associate `MethodIL` with the `MethodDesc` it came fromMichal Strehovský
2016-05-09Do not use PDB for methods that had their IL replacedMichal Strehovský
2016-05-09Fix ReproCpp compilationMichal Strehovský
2016-04-25Do not report name of param 0 (#1191)Michal Strehovský
2016-04-02Overhaul delegate thunk handlingMichal Strehovský
2016-03-29Make virtual method resolution algorithm basedMichal Strehovský
2016-03-22Update algorithms for field layoutDavid Wrighton
2016-03-05Put boilerplate code into MetadataTypeSystemContextMichal Strehovský
2016-02-28Delete useless argument on CompilerTypeSystemContextMichal Strehovský
2016-02-27Multi-module compilation preparationSimon Nattress
2016-02-17Add System.CommandLine and Use Response FilesSenthil
2016-02-06Add GetKnown[Method|Field|Type] extension methodsMichal Strehovský
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-17Add hook for interop code pregenerated by Mcg toolJan Kotas
2016-01-08Portable IL PDB supportJan Kotas