mono.git
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
2012-09-29 Marek SafarMerge pull request #470 from clcrutch/SystemIcons
2012-09-29 Antonius Riha[System] Fix Uri.MakeRelativeUri on paths to higher...
2012-09-29 clcrutchUpdate mcs/class/System.Drawing/Assembly/ChangeLog
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_4_5.csproj
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_4_0.csproj
2012-09-29 clcrutchFixed System.Drawing/System.Drawing-net_2_0.csproj
2012-09-29 clcrutchFixed mcs/class/System.Drawing/ChangeLOg
2012-09-29 Mark Probst[dtrace] Turns out "sweeped" is not a word.
2012-09-29 Mark Probst[sgen] Flags bit field instead of individual args for...
2012-09-29 Mark Probst[dtrace] Make pointers into user space uintptr_t instea...
2012-09-29 chrisAdded System.Drawing.SystemIcons.Shield to API to match...
2012-09-29 ChrisImplemented System.Drawing.SystemIcons.Shield to match...
2012-09-29 Zoltan VargaFix a test name.
2012-09-29 Zoltan VargaFix some sign extension issues in the 2 dimensional...
2012-09-28 Mark ProbstMerge branch 'feature-dtrace'
2012-09-28 Mark Probst[dtrace] Add G_UNLIKELY to all DTrace _ENABLED macros.
2012-09-28 Mark Probst[dtrace] Probe for object moved, within or between...
2012-09-28 Mark Probst[dtrace] Pass namespace and class name to probes where...
2012-09-28 Mark Probst[dtrace] Probes for large and pinned allocation.
2012-09-28 Mark Probst[dtrace] Probe for pinning of objects.
2012-09-28 Mark Probst[dtrace] Probe for major heap area sweep.
2012-09-28 Mark Probst[dtrace] Probe for nursery fragment creation aka nurser...
2012-09-28 Mark Probst[dtrace] Probes for degraded and mature allocation.
2012-09-28 Mark Probst[dtrace] Allocation of TLABs. Allocation of objects...
2012-09-28 Mark Probst[dtrace] Remove our duplicates of DTrace probe defines.
2012-09-28 Mark Probst[dtrace] Probes for taking/releasing the GC lock.
2012-09-28 Mark Probst[dtrace] GC heap allocation probes for SGen.
2012-09-28 Mark Probst[dtrace] GC begin/end probes for SGen.
2012-09-28 Marek SafarBetter fix for invalid warning about missing documentat...
2012-09-27 Martin Baulig[#7424]: Fix regression in same-origin-check for Cookies.
2012-09-27 Sebastien PouliotFix CFB mode for Rijndael when data is not a multiple...
2012-09-27 Martin Baulig[#7200]: WebRequest returns result in another thread.
2012-09-26 Marek SafarDon't report missing documentation warning for partial...
next