mono.git
2013-02-10 Jack PappasAdded checks for BSD-compliant protocol constants.
2013-02-09 Marek SafarAdd missing flags
2013-02-09 Marek SafarDon't report user operator error during probing user...
2013-02-09 Zoltan VargaAdd helper functions to avoid the if (cfg->generic_shar...
2013-02-09 Zoltan VargaPass the original call signature too to the code handli...
2013-02-08 Rodrigo KumperaRaise an exception for user types under FULL_AOT_RUNTIM...
2013-02-08 Marek SafarAdd explicit interface GetType implementation to avoid...
2013-02-08 Rodrigo KumperaMerge pull request #551 from jack-pappas/sgen-patch
2013-02-08 Marek SafarAdd test which is now working
2013-02-08 Marek SafarFix type inference for methodgroup arguments where...
2013-02-08 Marek SafarMerge pull request #550 from knocte/master
2013-02-08 Andres G. Aragoneses[WebConnection] Use just one delegate to init the conne...
2013-02-08 Jack PappasFix thread stack initialization on BSD platforms.
2013-02-08 Atsushi Enofix bug #6653: change xs component validation logic...
2013-02-08 Marek SafarImproved warning reporting for missing await
2013-02-08 Marek SafarMerge pull request #544 from svick/missing-awaits
2013-02-08 Atsushi Enofix mobile build (from 6b4c3f0).
2013-02-08 Atsushi Enobump rx to official 2.1 release.
2013-02-08 Atsushi Enobump rx repo (mostly for mobiles)
2013-02-08 Rodrigo KumperaAdd a test case for #10122.
2013-02-08 Rodrigo KumperaWhen encoding a memberref to a field of a generic insta...
2013-02-07 Andres G. Aragoneses[HttpWebRequest] Avoid using the threadpool for synchro...
2013-02-07 Marek SafarUpdate csproj files
2013-02-07 Marek SafarFix public token property for mobile
2013-02-07 Marek SafarFix mscorlib public key token constant for mobile profile
2013-02-07 Marek SafarUpdate for mobile profile
2013-02-07 Marek SafarUpdate csproj generator to work on mac
2013-02-07 Rolf Bjarne... [mkbundle] Reorder parenthesis to malloc the right...
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 Petr OnderkaAdded missing awaits to StreamWriter
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.
next