mono.git
2011-01-09 barkermIgnore files ending in '~'
2011-01-09 barkermFix for running against RabbitMQ 2.2
2011-01-09 Miguel de Icaza[eglib] Another bug fix for g_shell_parse
2011-01-09 Miguel de Icaza[eglib] Add more tests for the g_shell_parse
2011-01-08 Zoltan VargaPass -relocation-model=static to llc in static mode.
2011-01-08 Geoff NortonAdd CPSR to Apple arm ucontext macros as well
2011-01-08 Marek Safar[663059] Add check for protected modifier in InternalsV...
2011-01-08 Marek SafarTest update
2011-01-08 Marek SafarFixed missing protected internal modifier
2011-01-08 Marek SafarUpdate System.ServiceModel.Discovery version info
2011-01-08 Marek SafarAllow trailing comma for resource argument
2011-01-08 Zoltan VargaApply .no_dead_strip to all symbols. Unify __APPLE__...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
2011-01-08 Zoltan VargaEmit .no_dead_strip directives for all LLVM methods...
2011-01-08 Zoltan VargaAvoid an assert if System.Diagnostics.DebuggableAttribu...
2011-01-08 Zoltan VargaFix the arm dyncall code after the this passing changes.
2011-01-08 Zoltan VargaDisallow loading of non-llvm compiled aot modules into...
2011-01-08 Zoltan VargaTidy up AOT trace messages a bit more.
2011-01-08 Zoltan VargaGenerate an icall wrapper for CompareExchange<object...
2011-01-08 Zoltan VargaMake an AOT trace message shorter.
2011-01-08 Zoltan VargaFix the previous fix.
2011-01-08 Zoltan VargaFix the apple aot problem.
2011-01-08 Zoltan VargaInclude the assembly name in AOT symbol names in static...
2011-01-08 Zoltan VargaChange how double/long alignment is saved in the AOT...
2011-01-08 Zoltan VargaVarious changes to make thumb work under osx.
2011-01-08 Zoltan VargaEmit thumb unbox trampolines for thumb functions.
2011-01-08 Zoltan VargaUse 'globals' instead of '.Lglobals' to name an aot...
2011-01-07 Zoltan VargaAdd 'no-write-symbols' aot option.
2011-01-07 Zoltan VargaAdd an 'llvm-path' aot option.
2011-01-07 Zoltan VargaAvoid 0b notation, older gcc's can't handle it.
2011-01-07 Thomas GoldsteinMerge branch 'master' of github.com:mono/mono
2011-01-07 Thomas GoldsteinAdd new NumericUpDown tests.
2011-01-07 Thomas GoldsteinAdd unit test for bug 661750.
2011-01-07 Zoltan VargaUse emit_zero_bytes () instead of .skip directive.
2011-01-07 Thomas GoldsteinRemove NumericUpDownTest.cs from the -crlf list (file...
2011-01-07 Rodrigo KumperaRemove debug spew
2011-01-07 Jonathan PobstAdd __default_codegen__ to *all* msvc profiles.
2011-01-07 Jonathan Pryor[monodroid] Look for zlib support functions from __Inte...
2011-01-07 Jonathan PobstAdd __default_codegen__ define to fix the msvc build.
2011-01-07 Zoltan VargaMake 'mono_aot_assembly_name' a local symbol as well.
2011-01-07 Zoltan VargaFix the DISABLE_JIT build.
2011-01-07 Marek SafarIgnore more files
2011-01-07 Marek SafarTests update
2011-01-07 Zoltan VargaReorganize the static AOT support a bit more: the ...
2011-01-07 Rodrigo KumperaProperly search overwrites for custom attributes.
2011-01-07 Zoltan VargaAdd sanity check to AOT for long/double alignment.
2011-01-07 Jérémie LavalRemove now unused internal classes
2011-01-07 Zoltan VargaDisallow the 'soft-debug' aot option when compiling...
2011-01-07 Zoltan VargaUse symbolic constants and sizeof(mgreg_t) instead...
2011-01-07 Jérémie LavalAdd bigger unit test for Intersect and Union
2011-01-07 Jérémie LavalDirectly use ConcurrentDictionary with PLinq set operations
2011-01-07 Marek SafarBetter anonymous methods require same parameter types
2011-01-07 Rodrigo KumperaAMD64 version of the new mono.simd ops
2011-01-06 Rodrigo Kumperaremove stupid debug spew
2011-01-06 Gonzalo Paniagua... Revert
2011-01-06 Gonzalo Paniagua... [windows] Improve drive search
2011-01-06 Rodrigo KumperaImplement Shuffle for 64bits types.
2011-01-06 Rodrigo KumperaImplement Shuffle/3
2011-01-06 Rodrigo KumperaImplement runtime support (x86 only) for 3 args Shuffle.
2011-01-06 Rodrigo KumperaAdd SHUFPS and macro to emit it.
2011-01-06 Rodrigo KumperaAdd test for call clobbering of XMM regs
2011-01-06 Rodrigo KumperaProperly free xmm hregs.
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Thomas GoldsteinReplace decimal to hex string conversion code with...
2011-01-06 Thomas GoldsteinRemove #if NET_2_0.
2011-01-06 Zoltan VargaRe-enable and fix the nacl changes.
2011-01-06 Zoltan VargaPut back a macro definition accidently removed by the...
2011-01-06 Jérémie LavalFix .NET 4 API
2011-01-06 Jérémie LavalAdd missing Debugger and ReliabilityContract attributes...
2011-01-06 Jérémie LavalAvoid random failure in CountdownEvent unit test
2011-01-06 Rodrigo KumperaFail nice if the current profiler doesn't support ICust...
2011-01-06 Jérémie LavalUse while loop instead of if for removing as much stall...
2011-01-06 Jérémie LavalFix comments
2011-01-06 Jérémie LavalProtect SpinLock's Enter method against asynchronous...
2011-01-06 Rodrigo KumperaCheck if the method signature has type parameters when...
2011-01-06 Zoltan Varga Change some usages of ArrayList to List<T> to avoid...
2011-01-06 Zoltan VargaFix x86 build.
2011-01-06 Zoltan VargaChange some usages of ArrayList to List<T> to avoid...
2011-01-06 Jérémie LavalAdd unit test for nested Parallel.For execution
2011-01-06 Jérémie LavalExplicitely attach loop underlying tasks to their event...
2011-01-06 Jérémie LavalUse wider acceptance criteria to cope with nested child...
2011-01-06 Zoltan VargaRevert a nacl change which is causing crashes.
2011-01-06 Zoltan VargaFix warnings introduced by the NACL merge.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Marek Habersack[xml] Out of range errors should be swallowed when...
2011-01-06 Marek SafarTests update
2011-01-06 Marek SafarMore global state hacking
2011-01-06 Thomas GoldsteinRemove #if NET_2_0 flags.
2011-01-06 Geoff NortonBump winconfig version
2011-01-06 Zoltan VargaFix an uninitialized memory error in the aot compiler.
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Gonzalo Paniagua... [sockets] Fixed reading blocking flag
2011-01-05 Mark Probst[sgen] Always use the GC descriptor instead of MonoClas...
2011-01-05 Jérémie LavalEnsure task wait chain isn't executed out of order...
2011-01-05 Marek Safar[662440] Don't expand nested type builders of non-gener...
2011-01-05 Rodrigo KumperaHandle the case when the parent fails to inflate.
2011-01-05 Zoltan VargaAdd missing files to dist.
2011-01-05 Mark ProbstDon't assert in mono_get_lmf() if there is no LMF.
2011-01-05 Marek SafarFixed WinFormsTest System.Drawing namespace reference
2011-01-05 Elijah TaylorReplace SIZEOF_REGISTER with sizeof(mgreg_t) for consis...
next