mono.git
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Oops, fixed build.
2012-01-30 Jeffrey Stedfast[Mono.Debugger.Soft] Implement IsGenericType/Method...
2012-01-30 Miguel de IcazaDocument new setting
2012-01-30 Miguel de IcazaSort the options
2012-01-30 Jeremie Laval[monodoc, mdoc] Recognize and process a documentation...
2012-01-30 Jeremie Laval[monodoc] Add value of MTouch/MMac Export attribute...
2012-01-30 Jeremie Laval[mdoc] change index subparameters and explain them
2012-01-30 Rolf Bjarne... AOT: add support for calling pinvoke methods directly...
2012-01-30 Marek HabersackMerge pull request #222 from pruiz/httpreq-validation-fix
2012-01-29 Pablo Ruiz... Ensure only first call to HttpRequest.QueryString shoul...
2012-01-29 Rodrigo KumperaGuard against lazy initialization of idepth.
2012-01-29 Zoltan VargaImplement IsGenericType etc. in TypeMirror/MethodMirror.
2012-01-29 Zoltan VargaFix gshared support in sdb.
2012-01-29 Rodrigo KumperaLast round of fullaot fixes for lazy init'ng supertypes.
2012-01-28 Zoltan VargaDisable some TLS fallback code on ppc as it does not...
2012-01-28 Zoltan VargaAdd precise location info for this/rgctx in gshared...
2012-01-28 Rodrigo KumperaFix linux builds.
2012-01-28 Rodrigo KumperaMove clear_remsets to ssb file. Cleanup remset major...
2012-01-28 Rodrigo KumperaMove the bulk of mono_sgen_add_to_global_remset to...
2012-01-28 Rodrigo KumperaMark some cardtable functions as inline.
2012-01-27 Rodrigo KumperaMove the global remset location cache to its own file.
2012-01-27 Rodrigo KumperaMove ssb thread cleanup to its file.
2012-01-27 Rodrigo KumperaMove dummy_use to a header and give it a sucky MSVC...
2012-01-27 Rodrigo KumperaMove the bulk of all custom write barriers to each...
2012-01-27 Marek SafarAdd new test
2012-01-27 Marek SafarRemove unit index from Location to allow compilation...
2012-01-27 Marek SafarMove all remaining compiler settings into Settings...
2012-01-27 Zoltan VargaFix infinite loop in TestDriver.cs when using the ...
2012-01-27 Marek HabersackRevert ".NET 4.5 targets should use dmcs"
2012-01-27 Miguel de IcazaFix typo
2012-01-27 Miguel de IcazaFix the debug-parser target
2012-01-27 Miguel de IcazaUpdate the compiler docs
2012-01-26 Rodrigo KumperaFix aot miscompilation due to the lazy supertypes initi...
2012-01-26 Rodrigo KumperaGreat new file sgen-ssb.c to get all sequential store...
2012-01-26 Rodrigo KumperaImplement clone wbarrier for cardtable.
2012-01-26 Zoltan VargaFix support for synchronized methods + ldftn. Fixes...
2012-01-26 Marek Habersack.NET 4.5 targets should use dmcs
2012-01-26 Marek SafarUse correct time zone offset for invariant DateTimeOffs...
2012-01-26 Marek SafarFix time zone dependant test
2012-01-26 Marek SafarUpdate to the latest IKVM.Reflection
2012-01-26 Marek SafarDon't try to emit closed containers
2012-01-26 Marek SafarUse same members for partial classes as normal classes...
2012-01-26 Marek SafarUpdate to the latest ikvm reflection
2012-01-26 Marek SafarOptimize extension methods lookup
2012-01-26 Marek SafarCache extension methods lookup failures
2012-01-26 Marek SafarMake private fields not visible
2012-01-25 Zoltan VargaAvoid an assert in sdb if a method doesn't have seq...
2012-01-25 Zoltan VargaFix asserts in add_var () when sdb encounters a dead...
2012-01-25 Rodrigo KumperaFix consumers of supertypes information to account...
2012-01-25 Zoltan VargaFix the returning of cattr field information in sdb.
2012-01-24 Rodrigo KumperaInit the unwind state struct so callers can rely on...
2012-01-24 Rodrigo KumperaEnable fast tls on amd64, so sgen works.
2012-01-24 Zoltan VargaRename test_sgen make target to test-sgen.
2012-01-24 Marek SafarDisable identifiers interning for full ast mode
2012-01-24 Marek SafarRemove some static fields
2012-01-24 Marek SafarEmit MethodAttributes.HideBySig for static constructors
2012-01-24 Zoltan VargaFix the build.
2012-01-24 Marek SafarKeep order of parsed members (required by MD) to be...
2012-01-24 Zoltan VargaMerge pull request #220 from metanest/includeproblem_20...
2012-01-24 KISHIMOTO,... rename LIBGC_INCLUDES to LIBGC_CPPFLAGS
2012-01-24 Zoltan VargaEnable support for OP_MEMORY_BARRIER on llvm+arm, newer...
2012-01-24 Zoltan VargaAdd a nunit-console4 script. Fixes #2156.
2012-01-24 KISHIMOTO,... fix including basesystem's gc.h problem
2012-01-24 Zoltan VargaAllow assemblies without AOT images in full-aot mode...
2012-01-24 Rodrigo KumperaA regression test for bxc #795.
2012-01-24 Rodrigo KumperaBe lazy'er when setting up supertype information. Fixes...
2012-01-24 Rodrigo KumperaLazily nit mono_class_setup_supertypes correctly.
2012-01-24 Rodrigo KumperaImprove test.
2012-01-23 Jonathan Pryor[mdoc] Generate docs for nested `protected` types.
2012-01-23 Jonathan Pryor[mdoc] Fix `make run-tests`
2012-01-23 Miguel de IcazaUpdated API docs
2012-01-23 Rodrigo KumperaEnable fast tls on LMF for OSX.
2012-01-23 Rodrigo KumperaFinish fast tls support on OSX.
2012-01-23 Rodrigo KumperaRename mono_arch_setup_jit_tls_data to mono_arch_finish...
2012-01-23 Rodrigo KumperaCall mono_arch_setup_jit_tls_data during mini_init...
2012-01-23 Rodrigo KumperaFix another stack alignment issue under osx-x86.
2012-01-23 Rodrigo KumperaIf we call mono_pmip from a detached thread, try lookin...
2012-01-23 Rodrigo KumperaFix darwin specific code to support fasttls on the...
2012-01-23 Rodrigo KumperaUse MONO_FAST_TLS_ADDR instead of explicitly taking...
2012-01-23 Rodrigo KumperaAdd MONO_FAST_TLS_ADDR so we can get the address of...
2012-01-23 Rodrigo KumperaAdd mono_mach_get_tls_address_from_thread for arm/x86...
2012-01-23 Rodrigo KumperaBetter assembly dump experience on OSX.
2012-01-23 Miguel de IcazaDisable debugging parser on the default compiler build
2012-01-23 Miguel de Icazamcs/parser: make it so that an incomplete statement...
2012-01-23 Miguel de Icazamcs/error recovery: handle errors caused by closing...
2012-01-22 Zoltan VargaAdd a test for #2775.
2012-01-22 Zoltan VargaFix the setting of sp in mono_monoctx_to_sigctx ()...
2012-01-22 Zoltan VargaFix the build.
2012-01-22 Zoltan VargaImplement GetFolderPath(Environment.SpecialFolder.UserP...
2012-01-22 Atsushi EnoMerge pull request #219 from dhasenan/master
2012-01-21 Christopher... Fix SOAP configuration error
2012-01-21 Zoltan VargaFix reading of freed memory in GetVolumeInformation...
2012-01-21 Zoltan VargaMake the sorting done by MSCompatUnicodeTable stable...
2012-01-21 Zoltan VargaFix an out-of-bounds write in the llvm backend initiali...
2012-01-20 Marek SafarImplements more System.Net.Http.Headers
2012-01-20 Marek SafarRun check for unused fields only when compilation succeeded
2012-01-20 Marek SafarImplement DateTimeOffset quoted values parsing
2012-01-20 Zoltan VargaInvalidate the frame info computed in ss_start (),...
2012-01-20 Kevin HoulihanChange to ensure that correct BufferHeight and BufferWi...
2012-01-20 Zoltan VargaFix Type.GetType () when an assembly resolver is used...
next