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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-13set version 0.9.50.9.5jbevain
2011-06-13set version 0.9.5jbevain
2011-06-13extract variablejbevain
2011-05-21Specialize IsNummOrEmptyjbevain
2011-05-21code cleanupjbevain
2011-05-20Create a modulref for types scoped on a filejbevain
2011-05-06By popular demand, add a GetTypes to Module to iterate over every Typejbevain
2011-05-06By popular demand, re-add Sequence to Parameterjbevain
2011-05-02Fix test for uncompressed metadatajbevain
2011-05-02Fix lazy loading of methods and fields for #- heapjbevain
2011-04-24Merge remote-tracking branch 'drungwald/pdb'jbevain
2011-04-24Merge remote-tracking branch 'arturek/GenericMethodResolvingFix'jbevain
2011-04-24Avoid crashes with some obfuscated assembliesjbevain
2011-04-20Implemented PdbReaderProvider.GetSymbolReader(Stream)Daniel Grunwald
2011-04-20Fixed resolving references to generic methods.Artur ZgodziƄski
2011-04-15Formattingjbevain
2011-04-15Reduce tablejbevain
2011-04-15Remove 5k of IL and #USjbevain
2011-04-13Fix OpCode.Valuejbevain
2011-04-12Remove dead codejbevain
2011-04-10Make sure methods are initialized in PropertyDefinition.HasParametersjbevain
2011-04-07Update .gitignorejbevain
2011-04-07Increment package versionjbevain
2011-04-07Fix file permissionsjbevain
2011-04-07Add nuspec filejbevain
2011-04-07Add Action for net_2_0jbevain
2011-04-07Add user usable constructor to MethodSymbolsjbevain
2011-04-05Add support for the ParamPtr tablejbevain
2011-04-05Add support for #- heapjbevain
2011-04-04Update copyrightjbevain
2011-04-04Fix HeapBuffer.IsLargejbevain
2011-04-04Implement IList.IsFixedSizejbevain
2011-04-04Always copy source arrayjbevain
2011-04-04Argument validationjbevain
2011-04-04Remove unecessary factory methodjbevain
2011-04-04Remove unecessary variablejbevain
2011-04-03Remove duplicated and unecessary codejbevain
2011-03-27add support for writing xml security declarations back to net_1_* modulesjbevain
2011-03-27Remove duplicated codejbevain
2011-03-27Remove TableHeap.TableIdentifiersjbevain
2011-03-27Reduce TableHeap initializer sizejbevain
2011-03-27Add support for enclog and encmap tablesjbevain
2011-03-14Fix typosjbevain
2011-02-26Remove broken FilterEndjbevain
2011-02-26Fix CF and SILVERLIGHT buildjbevain
2011-02-22Properly read full pkey for referencesjbevain
2011-02-22Specify collection sizejbevain
2011-02-22Fix cleaning of callconv flagsjbevain
2011-02-22Prefer ?? operatorsjbevain
2011-02-22Fix ToString of CallSitejbevain