mono.git
2012-10-12 Jeffrey Stedfast[Mono.Debugger.Soft] Reverted EscapeString() logic...
2012-10-12 Jeffrey StedfastModified the Linq Sort() to re-use the Array.Sort()
2012-10-11 Jérémie LavalMerge pull request #440 from mono-soc-2012/garyb/resources
2012-10-11 Mark Probst[sgen] Fix bridge code internal memory tag bug.
2012-10-11 garyb[Not Resources Related] Fixed buggy tests breaking...
2012-10-11 garybFix project files again after failed rebase
2012-10-11 Marek SafarBump bootstrap compiler support to include default...
2012-10-11 Marek SafarImplement PropertyInfo simple Get/SetValue. Fixes ...
2012-10-11 Marek SafarRemove extra attributes
2012-10-11 Marek SafarAdd more incomplete expressions to ast.
2012-10-11 Marek SafarMake block field readonly
2012-10-11 Marek SafarAdd new test
2012-10-10 garybManaged.Windows.Forms relies on System.Runtime.Serializ...
2012-10-10 garybTest solution added to Test folder, some project file...
2012-10-10 garybFix System.Web build
2012-10-10 garybTidy after feedback
2012-10-10 garybTidy after feedback
2012-10-10 garybMark test NotWorking
2012-10-10 garybSystem.Resources: Tidy file headers
2012-10-10 garybSystem.Design: Tidy file headers and add test files...
2012-10-10 garybSupport for ResXResourceWriter.BasePath being deeper...
2012-10-10 garybImplement Basepath on ResXResourceWriter
2012-10-10 garybFixed bug where using ResXResourceWriter filename ctor...
2012-10-10 garybRefactored, cleaned up
2012-10-10 garybRemove reliance on 2.0 profile test assembly
2012-10-10 garybFixed comment writing. Ref to serialized obj no longer...
2012-10-10 garybMore tests, more tidying, all present currently pass
2012-10-10 garybFixes RE failing tests
2012-10-10 garybResXDataNode based resx handling nearly complete. More...
2012-10-10 garybResXDataNode test refactoring, few more member tests.
2012-10-10 garybAdded File Headers
2012-10-10 garybDraft Tests and Implementation of ResXDataNode Based...
2012-10-10 garybStronglyTypedResourceBuilder implementation and tests.
2012-10-10 Rodrigo KumperaMerge remote-tracking branch 'joncham/sgen-msvc2'
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
2012-10-10 Andrew WilsonAdd test for g_utf8_to_utf16_with_nuls.
2012-10-10 Andrew WilsonFix bug 5732, nuls in attribute strings.
2012-10-10 Andrew WilsonAdd g_utf8_to_utf16_with_nuls for strings containing...
2012-10-10 Rodrigo KumperaMake sure that the unsafe array store intrinsics emit...
2012-10-10 Marek SafarAdd catch variable to ast when block is missing
2012-10-09 Sebastien Pouliot[OSX][iOS] Ensure 'sectrust' is released even if we...
2012-10-09 Sebastien PouliotProvide a non-null X509Chain in the callback for MonoTo...
2012-10-09 Martin Baulig[WCF,Serialization] Improve and fully implement support...
2012-10-09 Zoltan VargaClean up some cross-compilation issues on osx. Add...
2012-10-09 Marek SafarDon't include prepared catch block in ast when it's...
2012-10-08 Zoltan VargaFix MonoInternalThread layout problems introduced by...
2012-10-08 Marek SafarHandle more incomplete declarations with full ast
2012-10-08 Marek SafarBetter reference type check
2012-10-05 Zoltan VargaRemove an unused define.
2012-10-05 Zoltan VargaUse #ifdef MONO_ARCH_SIMD_INTRINSICS in more places.
2012-10-05 Zoltan VargaRevert "Allow inlining of methods which consist of...
2012-10-05 Zoltan VargaRevert "Fix the previous commit."
2012-10-05 Marek SafarSetup partial type constraints types without expanding...
2012-10-05 Marek SafarRemove some redundant initializations
2012-10-05 Zoltan VargaClean up the InternalThread structure. Synchronize...
2012-10-05 Zoltan VargaFix a warning.
2012-10-05 Zoltan VargaFix the previous commit.
2012-10-05 Zoltan VargaAllow inlining of methods which consist of only a call.
2012-10-05 Zoltan VargaAllow 64 bit method addresses in the amd64 backend...
2012-10-04 Marek SafarReport warning when calling async method without wait...
2012-10-04 Marek SafarUpdate IKVM.Reflection
2012-10-04 Zoltan VargaSave fp registers in the ARM throw trampoline, ios...
2012-10-04 Marek SafarBeginGetRequestStream cannot be called once the request...
2012-10-04 Marek SafarAdd missing configureawait
2012-10-04 Marek SafarRemove unnecessary and incompatible finalizer
2012-10-04 Marek SafarFlush StreamWriter buffer even if underlying stream...
2012-10-04 Marek SafarOptimize list enumerator
2012-10-03 Mark Probst[sgen] Complete the bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Use a hash table for the bridge weak references...
2012-10-03 Mark Probst[sgen] Incomplete bridge weak reference fix.
2012-10-03 Mark Probst[sgen] Separate header for the hash table.
2012-10-03 Zoltan VargaImplement constrained calls to iface methods correctly...
2012-10-03 Marek SafarMerge pull request #474 from knocte/master
2012-10-03 Marek SafarClean up some static initializers
2012-10-03 Andres G. Aragoneses[System.XML]: Do not set XmlTypeMapElementInfo.IsNullab...
2012-10-03 Zoltan VargaAdd more information about inline failures to the verbo...
2012-10-03 Zoltan VargaFix a warning.
2012-10-03 Zoltan VargaUse AM_CPPFLAGS instead of INCLUDES in Makefile.am...
2012-10-02 Rodrigo KumperaDisable the type check on reference type array stores.
2012-10-02 Marek SafarImplement TaskFactory::FromAsync for calls completed...
2012-10-02 Marek SafarSpped up array reverse
2012-10-02 Marek SafarFix array IStructuralEquatable.GetHashCode to use provi...
2012-10-02 Mark Probst[sgen] Fix race condition in mono_gc_weak_link_get ().
2012-10-01 Rodrigo KumperaForce List<T> accessors to be inlined.
2012-10-01 Rodrigo KumperaList<T> accessors now use Array.Unsafe(Load|Store).
2012-10-01 Rodrigo KumperaImplement Array.UnsafeLoad and Array.UnsafeStore. Both...
2012-10-01 Rodrigo KumperaExtract the array store code to separare function.
2012-10-01 Zoltan VargaRevert "Disable wrapper generation code when DISABLE_JI...
2012-10-01 Marek SafarUpdate to the latest IKVM.Reflection
2012-10-01 Marek SafarMake large float arrays emit faster
2012-10-01 Marek SafarRemove commented code
2012-10-01 Martin Baulig[WCF]: Fix WSDL import of methods with complex return...
2012-10-01 Zoltan VargaAvoid calling mono_jit_info_table_find () in is_ip_in_m...
2012-10-01 Marek SafarSpeed up implicitly typed array inference. Fixes #7222
2012-09-30 Zoltan VargaFix a memory overwrite in the handling of some simd...
2012-09-30 Zoltan VargaRemove the fconv_to_i test from iltests.il, it basicall...
2012-09-30 Zoltan VargaAvoid copying the stack alignment area during tail...
2012-09-30 Zoltan VargaFix dwarf register mapping on darwin/x86.
2012-09-29 Zoltan VargaDisable OP_TLS_GET support in the LLVM backend on non...
2012-09-29 Marek SafarMerge pull request #471 from antoniusriha/master
next