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
2015-07-30Merge branch 'pcl'Jb Evain
2015-06-01Make OpCode implement IEquatableJb Evain
2015-05-28Remove support for building against SL and the CF in favor of a PCLJb Evain
2015-05-28Compiling version of PCLJb Evain
2015-04-28The arg0 for value types is a managed pointerJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2014-11-02Style adjustmentsJb Evain
2012-08-06Merge branch 'master' into threadsafe2Jb Evain
2012-03-01Fix ComputeStackDelta() for calli instruction.Daniel Grunwald
2012-02-22Expose ModuleDefinition.SymbolReaderJb Evain
2012-01-30Fix handling of explicit this call convention.Jb Evain
2012-01-20Thread safe way of creating MethodBody.ThisParameterJb Evain
2011-12-02Reduce the number of resize required to read most method bodiesJb Evain
2011-11-02Fix MethodReturnType.Parameter.MethodJb Evain
2011-10-29Fix ThisParameter for static methods, and for instance methods of value types...Jb Evain
2011-10-28Add FSharp entry to DocumentJb Evain
2011-10-11Style fixjbevain
2011-10-11Fix the method field of the special this parameterjbevain
2011-07-23Protect against null exception handler start.jbevain
2011-04-15Formattingjbevain
2011-04-15Reduce tablejbevain
2011-04-15Remove 5k of IL and #USjbevain
2011-04-13Fix OpCode.Valuejbevain
2011-04-07Add user usable constructor to MethodSymbolsjbevain
2011-04-04Update copyrightjbevain
2011-04-04Remove unecessary factory methodjbevain
2011-02-26Remove broken FilterEndjbevain
2010-12-13Fix size checkjbevain
2010-12-13Use new GetVariable extension methodjbevain
2010-12-10Protect against non-sensical code sizejbevain
2010-12-09Revert 32b402ba89cc27f4f7be18b3e2c67e3a657a3bbajbevain
2010-12-09Make InitLocals true by defaultjbevain
2010-09-06add support for emitting empty method bodiesjbevain
2010-07-23use null coalescing after alljbevain
2010-07-06expose the body the ILProcessor is processingjbevain
2010-06-21properly compute the stack size when facing filter clausesjbevain
2010-06-21fix provider lookupjbevain
2010-06-17avoid crashing on methods who pretend to have a body but have a zero rvajbevain
2010-06-12micro optimizationjbevain
2010-06-07make Emit return voidjbevain
2010-05-27simplify method symbols by reusing sequence pointsjbevain
2010-05-25add null argument checkingjbevain
2010-05-25add static Instruction.Create methods, fixes issue #15jbevain
2010-05-14fix InstructionCollection.Insert when inserting after the last itemjbevain
2010-05-12add Instruction.ToStringjbevain
2010-05-12Merge branch 'ic'jbevain
2010-05-12optimize a bitjbevain
2010-05-12InstructionCollection is now responsible for the linked list instruction orderjbevain
2010-05-11fix computation of indexes for variables and parametersjbevain