mono.git
2013-02-07 Marek SafarMerge pull request #472 from MelanieT/spmanager_fix
2013-02-07 Zoltan VargaFix the handling of non-virtual calls made out of gshar...
2013-02-07 Zoltan VargaFix the lookup of aot unbox trampolines for gsharedvt...
2013-02-07 Zoltan VargaAllow gsharedvt methods to be used in place of gshared...
2013-02-06 Zoltan VargaAdd AOT support for generic delegate-invoke wrappers.
2013-02-06 Zoltan VargaMake delegate-invoke wrappers for generic delegates...
2013-02-06 Jeffrey Stedfast[Microsoft.Portable.CSharp.targets] Fixed to not overri...
2013-02-06 Rodrigo KumperaMove the mobile profile to the new 4.5 world.
2013-02-06 Rodrigo KumperaUse system resgen to avoid the System.Windows.Forms...
2013-02-06 Atsushi Eno[mdoc] sometimes doc xmls have no Type element...
2013-02-06 Zoltan VargaFix the build.
2013-02-06 Atsushi EnoRevert previous revert to old rx.
2013-02-05 Zoltan VargaAdd support for the calli opcode in gsharedvt methods...
2013-02-05 Rodrigo KumperaLift the input/output match restriction as we now prope...
2013-02-05 Rodrigo KumperaRevert "Lift the input/output match restriction as...
2013-02-05 Rodrigo KumperaLift the input/output match restriction as we now prope...
2013-02-05 Zoltan VargaRemove some debug spew.
2013-02-05 Zoltan VargaRevert an accidental change which enabled gsharedvt...
2013-02-05 Zoltan VargaFix the non-gsharedvt build.
2013-02-05 Zoltan VargaFix the build.
2013-02-05 Zoltan VargaPass signatures instead of methods to mono_arch_get_gsh...
2013-02-05 Zoltan VargaEmit the IReadOnly helper wrappers as well when using...
2013-02-05 Rodrigo KumperaCall jay from the same directory of the source file...
2013-02-05 Marek SafarImplement use of __refvalue as an lvalue. Fixes #10034
2013-02-05 Rodrigo KumperaRewrite mdbrebase to use Mono.CompilerServices.SymbolWr...
2013-02-05 Rodrigo KumperaExpose some Mono.CompilerServices.SymbolWriter internal...
2013-02-04 Marek SafarLooup in currect folder before additional paths to...
2013-02-04 Zoltan VargaAdd some support for wrappers which are generic instances.
2013-02-04 Rodrigo KumperaMake sure assembly ordering matches MS by always append...
2013-02-04 Rodrigo KumperaMerge pull request #543 from knocte/master
2013-02-04 Marek SafarCheck modifier keys in windows console driver too....
2013-02-04 Marek SafarClose open namespace container when error recovery...
2013-02-04 Zoltan VargaReset constrained_call in the gsharedvt code path as...
2013-02-03 Zoltan VargaFix an assert which can be hit in gsharedvt mode. Fix...
2013-02-03 Zoltan VargaImplement gsharedvt support for constrained calls to...
2013-02-03 Andres G. Aragoneses[System.Reflection.Emit] Store dynamic assemblies after...
2013-02-03 Mark Probst[sgen] Fix hazard pointer free deadlock problem. Fixes...
2013-02-02 Mark ProbstRemove a dead function.
2013-02-02 Mark Probst[sgen] Make sure there's never a JIT info table without...
2013-02-02 Zoltan VargaEmit a separate copy of the gsharedvt trampoline in...
2013-02-01 Zoltan VargaEnable gsharedvt for newobj+valuetypes.
2013-02-01 Zoltan VargaAdd a test for #4737.
2013-02-01 Rodrigo KumperaDep track BCL sources extension files.
2013-02-01 Marek SafarRewrite of async StreamReader/StreamWritter operations...
2013-02-01 Marek SafarRecover from invalid lambdas uses as arguments. Fixes...
2013-02-01 Marek SafarMerge pull request #541 from dlech/master
2013-02-01 David Lechnerfix System.Security.SecurString.ReadAt(int), includes...
2013-02-01 Rodrigo KumperaAdd new tool to the spec file.
2013-01-31 Rodrigo KumperaAdd new mdbrebase tool that lets you change the prefix...
2013-01-31 Marek SafarMark ObservableCollection.Reentrant serializable
2013-01-31 Marek SafarBetter CS0201 error location. Fixes #9885
2013-01-31 Marek SafarDelegate dynamic parameters do not involve dynamic...
2013-01-31 Marek SafarEmit field initializers when the ctor has dynamic argum...
2013-01-31 Marek SafarObject and collection initializers cannot be used to...
2013-01-30 Zoltan VargaEmit unbox trampolines for all methods of vtypes in...
2013-01-30 Zoltan VargaRemove a gsharedvt check which is no longer needed.
2013-01-30 Zoltan VargaRemove a check from mono_arch_find_imt_method () which...
2013-01-30 Zoltan VargaFix a special case in mono_method_get_vtable_slot ...
2013-01-30 Rodrigo KumperaAdd support for alternate source files to be used on...
2013-01-30 Rodrigo KumperaRevert "Revert "Fix the Mono.Security.dll monotouch...
2013-01-30 Marek SafarMember lookup on type parameters has different ambiguit...
2013-01-30 Marek SafarBetter error message for missing using clause in alias...
2013-01-30 Marek SafarFix duplicate inaccessible error message
2013-01-30 Marek SafarExclude operators from member access lookup
2013-01-30 Zoltan VargaPass the caller method address to mono_class_fill_runti...
2013-01-30 Zoltan VargaCompute the MonoGenericSharingContext from the caller...
2013-01-29 Jeffrey Stedfast[Mono.Debugger.Soft] Flushed out TypeMirror.CSharpName...
2013-01-29 Atsushi Eno[xsd] compare attribute string values for enums in...
2013-01-29 Atsushi Enofix rx revision.
2013-01-29 Atsushi EnoRevert "Fix the Mono.Security.dll monotouch build."
2013-01-29 Atsushi Enofix mobile build.
2013-01-29 Zoltan VargaRemove a gsharedvt limitation when a non-virtual method...
2013-01-29 Miguel de Icaza[mscorlib/mobile] Encoding.Default is always UTF8 in...
2013-01-29 Miguel de IcazaAdd Contributing Guidelines
2013-01-29 Zoltan VargaEmit proper unwind info for the gsharedvt trampoline...
2013-01-28 Rodrigo KumperaFix the [monodroid] build.
2013-01-28 Rodrigo KumperaImprove our native crash experience.
2013-01-28 Rodrigo KumperaMove mono_runtime_printf_err to use critical level...
2013-01-28 Rodrigo KumperaMake mono_print_unhandled_exception resilient to nested...
2013-01-28 Rodrigo KumperaUse a non RT signal on Android since its userland is...
2013-01-28 Jeremie Laval[monodoc] Backport XSL changes that were made after...
2013-01-28 Jeremie Laval[monodoc] Backport 463b5912ce5bf01fd32e31a764db0c93fe8a9fd8
2013-01-28 Alan McGovern[monodoc] Delete some crufty duplicate files
2013-01-28 Zoltan VargaImplement support for virtual generic calls from gshare...
2013-01-27 Mark Probst[sgen] Fix internal allocator DTrace probes commit.
2013-01-27 Mark Probst[sgen] Finish concurrent collection before clearing...
2013-01-26 Marek SafarMerge pull request #539 from pnewhook/master
2013-01-26 pnewhookfixed broken link to automated build in README
2013-01-26 Mark Probst[sgen] DTrace probes for internal allocations.
2013-01-26 Martin Baulig[Mono.Security]: Change NTLM domain policy.
2013-01-26 Zoltan VargaFix a regression introduced by 7ca90f152d8ee9f0f7b6e5a5...
2013-01-25 Rodrigo KumperaFix the Mono.Security.dll monotouch build.
2013-01-25 Jeremie Laval[monodoc] Handle a bit better backtick generic URLs
2013-01-25 Jeremie Laval[monodoc] Fix test compilation/run
2013-01-25 Zoltan VargaAdd some debugging code to sdb to help track down ...
2013-01-25 Jeremie Laval[monodoc] Support image with uncompiled sources
2013-01-25 Jeremie Laval[monodoc] Remove now useless parser instance
2013-01-25 Jeremie Laval[monodoc] Slightly alter the new API to pass around...
2013-01-25 Jeremie Laval[monodoc] Refactor more code from ecma-provider to...
2013-01-25 Jeremie Laval[monodoc] Create a null cache when using parameterless...
next