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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-12More TypeAsBuiler usage removed.jfrijters
2011-12-12Removed TypeAsBuilder usage from method handle code.jfrijters
2011-12-12Removed usage of TypeAsBuilder from automagic serialization generation code.jfrijters
2011-12-12Merge GenerateMethod() into LinkMethod().jfrijters
2011-12-12Moved synchronized handling to more appropriate place.jfrijters
2011-12-12Special case DelegateConstructorMethodWrapper in LinkMethod instead of overri...jfrijters
2011-12-12Moved indy call site state into FinishContext.jfrijters
2011-12-11Removed duplication of keeping track of AnnotationBuilder and moved enum nest...jfrijters
2011-12-11Removed RegisterPostFinishProc from FinishContext.jfrijters
2011-12-09Removed all but one users of RegisterPostFinishProc hack.jfrijters
2011-12-09Moved AtomicReferenceFieldUpdater creation into FinishContext, to be able to ...jfrijters
2011-12-09Moved DefineThreadLocalType() into FinishContext because that way it better e...jfrijters
2011-12-09Simplified GenerateOverrideStub parameters.jfrijters
2011-12-09Renamed GenerateUnloadableOverrideStub to GenerateOverrideStub and moved it t...jfrijters
2011-12-08When casting arguments we should use the actual method parameter types, inste...jfrijters
2011-12-08Unloadable types can't violate loader constraints.jfrijters
2011-12-08Generate override stub for miranda method, when necessary.jfrijters
2011-12-08Made override stub generation more consistent.jfrijters
2011-12-08Don't crash when ikvmc -resource: or -externalresource: option doesn't contai...jfrijters
2011-12-08Fixed unloadable corner case (that only only be generated by playing weird cl...jfrijters
2011-12-08It turns out that it isn't a good idea to mutate the member types (and lose t...jfrijters
2011-12-07Bug fix. Removed incorrect check for uninitialized objects on backward branch.jfrijters
2011-12-07Introduced DefineMethodHelper class as an abstraction over method signatures ...jfrijters
2011-12-05Ignore exception when an invalid culture is specified (using AssemblyBuilder....jfrijters
2011-12-05Removed unused type property.jfrijters
2011-12-05AssemblyCultureAttribute should not influence the LCID of the version info re...jfrijters
2011-12-02Removed static Create() from __StandAloneMethodSig and added Universe.MakeSta...jfrijters
2011-12-01Added new overload of __ResolveOptionalParameterTypes() that supports resolvi...jfrijters
2011-12-01- Added custom modifier support in local variable signatures.jfrijters
2011-12-01Added support for custom modifiers to StandAloneMethodSig.jfrijters
2011-12-01Added support for function pointer types.jfrijters
2011-12-01- Rewrote custom modifier handling to retain ordering.jfrijters
2011-11-30mark getSpace0 with SecuritySafeCritical to avoid getting an exception with ....natl
2011-11-29SetNameSig is now only used with MethodBuilder.jfrijters
2011-11-29When a member with unloadable types in its signature is exposed via reflectio...jfrijters
2011-11-29- Use custom modifiers (instead of NameSigAttribute) for constructors with ma...jfrijters
2011-11-29Moved (method specific) MethodAttributes computation into GenerateMethod().jfrijters
2011-11-29Code restructuring. Moved method generation (as in non-constructor methods) i...jfrijters
2011-11-29Code restructuring. Moved constructor generation into a separate method.jfrijters
2011-11-29Use extension methods (explicitly) instead of (now deprecated) instancehelper...jfrijters
2011-11-29Added Object.toString() extension method.jfrijters
2011-11-29Added -Xverify option to ikvm.exe.jfrijters
2011-11-28Throwable.addSuppressed() didn't have a proper parameter name.jfrijters
2011-11-28- Added extension methods for (almost) all instance methods in Object, String...jfrijters
2011-11-28Fix for #3441959.jfrijters
2011-11-28Relax class name validation for trusted class loaders.jfrijters
2011-11-28Don't enforce pre-1.5 class name rules in ikvmc (since HotSpot doesn't enforc...jfrijters
2011-11-27Informational messages should not be treated as error when -warnaserror is sp...jfrijters
2011-11-26Also generate type 2 access stubs for final fields (when -strictfinalfieldsem...jfrijters
2011-11-25Don't mangle property accessor method names, but use a custom modifier instead.jfrijters