mono.git
2011-11-08 Neale FergusonMerge branch 'master' of ssh://github.com/mono/mono
2011-11-08 Neale FergusonFixes bug 1916 - incorrect appending of string to buffe...
2011-11-08 Marek SafarAdd optimization for Timeout.Infinite
2011-11-08 Zoltan VargaFix profiler build if boehm is disabled.
2011-11-08 Sebastien PouliotWorkaround AOT limitation for bug #1443. Patch by Rodri...
2011-11-08 Sebastien PouliotMonoTouch specific initialization for TimeZone (devices...
2011-11-08 Sebastien Pouliotfix compilation under NET_2_0
2011-11-07 Marek SafarFix subtle issues with CancellationTokenSource and...
2011-11-07 Marek SafarOutput type inference can be run on default parameters...
2011-11-07 Marek SafarFix type parameter effective base class lookup for...
2011-11-07 Zoltan VargaEnable precise stack marking by default so it gets...
2011-11-07 Zoltan VargaDisable a test which depended on COMPILER_ACCESS.
2011-11-06 Zoltan VargaRemove a needless define.
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of IsCompilerContext, mcs no longer uses SRE.
2011-11-06 Zoltan VargaFix ARM cross compiling support.
2011-11-06 Zoltan VargaMake --enable-mcs-build=no the default when building...
2011-11-06 Zoltan VargaMake mono_arch_sigctx_to_monoctx and vice versa use...
2011-11-06 Zoltan VargaGet rid of MonoContext->sp on ARM, its already stored...
2011-11-06 Zoltan VargaClean up the arm MonoContext structure: use arm registe...
2011-11-06 Zoltan VargaFix a warning.
2011-11-06 alexrpDon't allow invoking methods that return by-ref types...
2011-11-06 Gonzalo Paniagua... Merge pull request #188 from damageboy/exposed-handle...
2011-11-05 Zoltan VargaReduce the size of AOT seq points on ARM after the...
2011-11-05 Dan ShechterMatched FileStream behaviour with MS.NET
2011-11-05 Rodrigo KumperaFix marshaling of Win32_IN6_ADDR.
2011-11-05 Robert Jordan[Web] Fix obvious typo in DELETE FROM WHERE statement.
2011-11-05 Jeremie LavalRemove debug spew
2011-11-05 Jeremie LavalUpdate Lucene to latest Apache version. Make use of...
2011-11-04 Zoltan VargaOmit 'Tests not run' from nunit output, its rarely...
2011-11-04 Zoltan VargaDefine MONO_PATH as an absolute dir for the 'run-test...
2011-11-04 Zoltan VargaAdd a 'captured_traces' field to Exception, holding...
2011-11-04 Zoltan VargaIgnore ExceptionDispatchInfoTest:Throw() until it is...
2011-11-04 Zoltan VargaFix another bug in mono_profiler_load ().
2011-11-04 Zoltan VargaThrow a nicer error from Process.set_PriorityClass...
2011-11-04 Sebastien PouliotOSX and iOS does not support CLOCK_MONOTONIC so we...
2011-11-04 Zoltan VargaAvoid adding a ref in OpenProcess (), it is already...
2011-11-04 Zoltan VargaFix a crash if a profiler is not found. Fixes #1855.
2011-11-04 Marek SafarDon't define eval variable when type could not be resolved
2011-11-04 Marek SafarThe type of an implicitly typed array cannot be inferre...
2011-11-04 Marek SafarFix sbyte/short parse of hexadecimal values. Fixes...
2011-11-04 Marek SafarDon't cache namespace usings in eval mode
2011-11-04 Marek SafarDon't ignore Inherited flag in Attribute.IsDefined...
2011-11-04 Marek SafarFix LazyInitializer
2011-11-04 Jeremie LavalAdd RwWrite flag to status check when already owning...
2011-11-03 Zoltan VargaFix some warnings.
2011-11-03 Zoltan VargaFix a crash which happens when an inlined method ends...
2011-11-03 alexrpcs-tokenizer: Remove old/inaccurate FIXME.
2011-11-03 Ankit Jain[xbuild] Pick the correct base path for target frameworks.
2011-11-03 Marek SafarImporove ExceptionDispatchInfo unit test
2011-11-03 Marek SafarPartially implement ExceptionDispatchInfo
2011-11-03 Marek SafarFix previous commit
2011-11-03 Rodrigo KumperaImplement the icalls needed by the new mobile mmap...
2011-11-03 Rodrigo KumperaImplement a mobile ready version of memory mapped files.
2011-11-03 Rodrigo KumperaMove all Mono.Unix deps into a single place and put...
2011-11-03 Marek SafarFix mdoc execution mono path
2011-11-03 Marek SafarCheck overloaded method difference for CLS-compliance...
2011-11-03 Marek SafarFix few more cascading errors
2011-11-03 Marek SafarUse full type lenght when checking struct fields assignment
2011-11-03 Marek SafarUpdate missing extension compiler type error message...
2011-11-03 Marek SafarReoder 4.x supported_runtimes versions to load correct...
2011-11-03 Marek SafarAdd type forwarding for ExtensionAttribute
2011-11-03 Marek SafarAdd 4.5 compatible MEF
2011-11-02 alexrpFix call to mono_sgen_gc_unlock () in mono_gc_toggleref...
2011-11-02 Marek SafarAdd few 4.5 types to compile MEF2
2011-11-02 Marek SafarAdd new tests
2011-11-02 Marek SafarFix check for intermediate expression value used by...
2011-11-02 Marek SafarAllow Conditional attribute to be used with a keyword...
2011-11-02 Marek SafarCheck reserved name collision with non-parameter member...
2011-11-02 Marek SafarBetter type parameter value type conversion checks
2011-11-02 Marek SafarCheck type parameter substitutions for nested interface...
2011-11-02 Marek SafarRemove duplicate inherited constraint types
2011-11-02 Marek SafarRemove unused variable
2011-11-02 Marek SafarNullable types can satisfy only identity or base type...
2011-11-01 Zoltan VargaDisable TLS on android-x86
2011-11-01 Zoltan VargaAdd sigcontext support for android-x86
2011-11-01 Zoltan VargaDelete unused link.h include
2011-11-01 Jeremie LavalSet success boolean in all cases and avoid state maskin...
2011-10-31 Jeremie LavalAdd index creation operations to mdoc
2011-10-31 Zoltan VargaFix a bug in the previous commit (290a4a10ab157). The...
2011-10-31 Jérémie LavalTiny fix for profiler.c compilation warning
2011-10-31 Jérémie LavalFix build on NET_2_0
2011-10-31 Zoltan VargaRework the breakpoint/single stepping code to get rid...
2011-10-30 Jeremie LavalAdd support for embedding image files in ecma doc
2011-10-29 Marek SafarRun interface method constraints check for implementing...
2011-10-29 Marek SafarFix unmanaged type check for nested generic types
2011-10-29 Marek SafarRemove never used Task::Execute parameter
2011-10-28 Zoltan VargaAvoid duplicate successor entries in the seq point...
2011-10-28 Zoltan VargaAvoid returning a 0 exit code from xbuild if one of...
2011-10-28 Zoltan VargaFix an uninitialized memory error in the AOT runtime.
2011-10-28 Alex Rønne... Merge pull request #186 from QuickJack/master
2011-10-28 MartinFixes some naming conventions.
2011-10-28 Jeremie LavalAlso disable selectively this test at runtime
2011-10-28 Jeremie LavalRefactor unit test a bit
2011-10-27 Marek SafarEnable 4.5 profile parallel build
2011-10-27 Marek SafarAlways capture iterator parameters
2011-10-27 Marek SafarRename RabbitMQ.Client default sources to fix make...
2011-10-27 Marek SafarInsert incomplete for statement to ast
2011-10-27 Marek SafarRestore using block in case of parser error
2011-10-27 Marek SafarMove TrySet method from TaskCompletionSource to Task...
next