mono.git
2011-07-20 Sebastien Pouliotanother case where the linker needs help to eliminate CAS
2011-07-20 Sebastien PouliotEnsure the linker can eliminate most CAS-related types...
2011-07-20 Sebastien PouliotEnsure the linker can eliminate the *RequestCreator...
2011-07-20 Marek SafarHonour command line checked option during emit phase
2011-07-20 Geoff NortonType matching is fun
2011-07-20 Geoff Nortoninfo->signal does not exist on MACH either
2011-07-20 Geoff Nortoninfo->stop_count does not exist on MACH
2011-07-19 Miguel de IcazaFix build
2011-07-19 Mark ProbstNew function: mono_valloc_aligned().
2011-07-19 Mark Probst[sgen] rehash_roots() must take an int, not a boolean.
2011-07-19 Mark Probst[sgen] Use g_usleep() instead of usleep().
2011-07-19 Mark Probst[sgen] Include config.h in all of SGen's compilation...
2011-07-19 Jonathan PryorAdd System.Data.Services.Client to monotouch and monodr...
2011-07-19 Sebastien Pouliotremove unrequired using clauses
2011-07-19 Sebastien Pouliotavoid potential InvalidCastException when we already...
2011-07-19 Marek SafarFix resolving referenced extension methods used in...
2011-07-19 Marek SafarEmit valid code for nullable mutators used as an expression
2011-07-19 Marek SafarAwait support for more expressions
2011-07-19 Atsushi Enofix build regarding ContentType.
2011-07-18 Rodrigo KumperaFix the altstack check so it works under osx.
2011-07-18 Rodrigo KumperaDo some portability adjustments so altstack works on...
2011-07-18 Rodrigo KumperaOn OSX do SIGBUS on altstack as well since it's used...
2011-07-18 Rodrigo KumperaHandle altstack exceptions in a more portable way on...
2011-07-18 Rodrigo KumperaFix stack overflow code to work under darwin-x86.
2011-07-18 Rodrigo KumperaFix mono_thread_get_stack_bounds thread bounds.
2011-07-18 Mark Probst[sgen] Use ptrdiff_t instead of ssize_t.
2011-07-18 Mark Probst[sgen] Move all signal stuff into sgen-os-posix.c.
2011-07-18 Mark Probst[gc] Don't do unaligned loads in mono_gc_memmove ().
2011-07-18 Atsushi Enosupport action parameter in SOAP 1.2 content type....
2011-07-16 Atsushi EnoFix bug 704813: just ignore members of type IEnumerable...
2011-07-15 Rodrigo KumperaIf a thread abort is fatal, print the exception before...
2011-07-15 Rodrigo KumperaImprove stacktraces when facing a runtime invoke wrapper.
2011-07-15 Marek SafarAwait support for more expressions
2011-07-14 Marek SafarAdd await support for more expressions
2011-07-14 Marek SafarUse array index instead of an iterator when checking...
2011-07-13 Mark Probst[sgen] Option for an allowance limit.
2011-07-13 Marek SafarImplement await for new expressions
2011-07-13 Marek SafarImplement async inside a method with MVARs and contraints
2011-07-13 Marek SafarAwait for array access expression
2011-07-13 Marek SafarReturn from async method has to also skip following...
2011-07-12 Rodrigo KumperaAvoid a .cctor on the initialization path.
2011-07-12 Rodrigo KumperaAdd shared_perfcounters option to enable minimal.
2011-07-12 Mark Probst[gc] Fix a bug in atomic memmove.
2011-07-12 Marek SafarModify few emits to deal with await expression
2011-07-12 Rodrigo KumperaDo DISABLE_PORTABILITY more agressively.
2011-07-12 Zoltan VargaStore precise wrapper info for native-to-managed wrappe...
2011-07-12 Zoltan VargaAvoid register allocation problems when a try clause...
2011-07-11 Zoltan VargaGet rid of the 'ut_e_' symbols in AOT, use the normal...
2011-07-11 Zoltan VargaFix the length of r4const on arm.
2011-07-11 Mark Probst[sgen] Debug option for printing the heap usage and...
2011-07-10 Zoltan VargaFix caching in mono_marshal_get_array_address ().
2011-07-10 Rodrigo KumperaFix signal chaining to handle a stupid previous handler.
2011-07-10 Rodrigo KumperaDisable the exception thread under iOS since it's neith...
2011-07-08 Atsushi EnoFull equivalence comparison is unnecessary for MessageE...
2011-07-08 Zoltan VargaResurrect the AOT profiler.
2011-07-08 Marek SafarMerge pull request #131 from txdv/master
2011-07-08 Andrius BentkusFix upper case encoding constants.
2011-07-07 Jonathan Pobst'async' is becoming a keyword. Fix variables named...
2011-07-07 Jonathan PobstHandle DBNull's.
2011-07-07 Marek SafarInitial skeleton of secondary approach of await stack...
2011-07-07 Marek SafarRemove debug comment
2011-07-06 Jeffrey StedfastReverted previous commit, struct sizes vary way too...
2011-07-06 Jeffrey StedfastUse a struct utsname when calling uname() instead of...
2011-07-06 Jeffrey StedfastAdd System/Platform.cs to *System*.dll.sources
2011-07-06 Rodrigo KumperaMerge pull request #128 from paszczi/master
2011-07-06 Jeffrey StedfastMake internal Platform class static
2011-07-06 Jeffrey StedfastLoad the correct type for MacOSX (as opposed to iOS)
2011-07-06 Zoltan VargaDo some work towards making ARM fp mode runtime configu...
2011-07-06 Zoltan VargaPrefix ARM FPA codegen macros with 'FPA'.
2011-07-06 Zoltan VargaAvoid calling add_method () twice.
2011-07-06 Zoltan VargaAdd an ExportSymbol property to MonoPInvokeCallbackAttr...
2011-07-05 Jeffrey StedfastOops, we need Platform.cs too
2011-07-05 Jeffrey StedfastImplemented a shared way to do MacOSX detection in...
2011-07-05 Jeffrey StedfastDoh, do proper OSX detection
2011-07-05 Jeffrey StedfastUse runtime detection to decide to use CoreFoundation...
2011-07-05 Jeffrey StedfastOn MonoTouch, call CoreFoundation.CFNetwork.GetDefaultP...
2011-07-05 Sebastien PouliotEnsure the .mdb file is copied if the linker decides...
2011-07-05 Sebastien PouliotDo not mark all static fields when marking a ValueType...
2011-07-05 Marek SafarReuse fields used by hoisted stack slots
2011-07-05 Maciej PasztaFix for bug #701733
2011-07-04 Marek SafarStack forwarder don't not need explicit this when one...
2011-07-01 Marek SafarImplement stack persistance for nested async
2011-07-01 Geoff NortonMerge pull request #127 from trustme/master
2011-07-01 Duane WandlessFix crash on Lion when exiting
2011-07-01 Marek SafarFix a race in continuation setup
2011-07-01 Marek SafarMigrate more emit specific code to EmitContext and...
2011-07-01 Zoltan VargaFix the Thread.Interrupt () test now that it is impleme...
2011-07-01 Zoltan VargaFix some tests broken by some NET 4.0 changes.
2011-06-30 Zoltan VargaFix an enum test.
2011-06-30 Zoltan VargaFix sorting of ulong[] arrays among others when using...
2011-06-30 Zoltan VargaDisable a not working delegate test.
2011-06-30 Marek Habersack[asp.net] Added FormsAuthentication.Timeout 4.0 property
2011-06-30 Zoltan VargaRevert delegate-invoke.exe as the commit it depends...
2011-06-30 Zoltan VargaDisable a test which fails with AOT.
2011-06-30 Zoltan VargaAvoid creating an AssemblyBuilder in DynamicMethod...
2011-06-29 Jb EvainFix handling of null in the non generic implementation...
2011-06-29 Jb EvainAdd test for bug #703027.
2011-06-29 Rodrigo KumperaFix more typos.
2011-06-29 Marek SafarUse correct method to declare local variable
2011-06-29 Marek SafarRemove redundant local variable copy
next