Merge pull request #438 from mattleibow/master
[mono.git] / mcs /
2012-10-10 Rodrigo KumperaMerge pull request #438 from mattleibow/master
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 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 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-04 Marek SafarReport warning when calling async method without wait...
2012-10-04 Marek SafarUpdate IKVM.Reflection
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 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-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-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 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 Marek SafarSpeed up implicitly typed array inference. Fixes #7222
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 chrisAdded System.Drawing.SystemIcons.Shield to API to match...
2012-09-29 ChrisImplemented System.Drawing.SystemIcons.Shield to match...
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...
2012-09-26 Marek SafarUpadte csproj files
2012-09-26 Marek SafarFixes build
2012-09-26 Marek SafarAdd location for namespace token
2012-09-25 Marek SafarAdd incomplete namespace declaration to ast. Fixes...
2012-09-25 Jeremie Laval[corlib] Fix a edge case of ConcurrentQueue dequeuing...
2012-09-25 Jeremie Laval[corlib] Remove usage of ObjectPool, we will depend...
2012-09-25 Martin Baulig[#7299][Serialization]: Fixed and improved collection...
2012-09-24 Jonathan Pryor[mdoc, .xsd] Allow the <returns/> element to contain...
2012-09-24 Jeremie Laval[corlib] Fix 4.0 build
2012-09-24 Jeremie Laval[corlib] Fix build
2012-09-24 Jeremie Laval[corlib] Honor LazyCancellation flag
2012-09-24 Jeremie Laval[corlib] Honor HideScheduler flag
2012-09-24 Jeremie Laval[corlib] Honor DenyChildAttach flag
2012-09-24 Jeremie Laval[corlib] Add 4.5 values to TaskContinuationOptions
2012-09-24 Jeremie Laval[corlib] Make Task.Run specify TaskScheduler.Default...
2012-09-23 Rodrigo KumperaMerge pull request #464 from gregoryyoung/master
2012-09-22 Martin BauligOnly set Cookie.Port if Cookie.Version == 1.
2012-09-21 Jérémie Laval[mdoc] <related /> is a mixed type
2012-09-21 Jérémie Laval[mdoc] More schema fixes
2012-09-21 Jérémie Laval[mdoc] Fix monodoc-ecma schema
2012-09-21 Rolf Bjarne KvingeMarshal sockaddrdl manually, since it contains a variab...
2012-09-20 Martin Baulig[#6041][WebServices]: Don't crash if an operation doesn...
2012-09-20 Martin Baulig[#4511][WCF]: Fix DuplexClientBase channel initialization.
2012-09-19 Martin Baulig[WCF] Fix relative endpoint addresses that start with...
2012-09-19 Martin Baulig[#1340][WCF]: Fix null reference when using invalid...
2012-09-19 Martin Baulig[#7177][WCF]: Correctly handle derived FaultExceptions.
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Format the literal strings a bit...
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Oops, need using System.Globalization
2012-09-18 Jeffrey Stedfast[Mono.Debugger.Soft] Escape some unicode characters...
2012-09-18 Martin Baulig[#5935][BinaryFormatter]: Fix serialization of generic...
2012-09-18 Marek SafarFix rendering enum value which does not match any enum...
2012-09-18 Martin Baulig[#6187][WCF]: Fix contract interface inheritance.
2012-09-18 Martin Baulig[#6489][SoapFormatter]: Reset culture before raising...
2012-09-17 Marek SafarSimplify range check in list setter
2012-09-17 Martin Baulig[#6515][WCF]: Enable custom headers for NET_2_1.
2012-09-17 Marek SafarMerge pull request #462 from knocte/master
2012-09-17 Andres G. Aragoneses[Microsoft.Build.Engine] Add a testcase for bxc#1862
2012-09-17 Andres G. Aragonesesxbuild: enable _ComputeNonExistentFileProperty in MS...
2012-09-17 Andres G. Aragoneses[Microsoft.Build.Engine] Allow ItemGroup items inside...
2012-09-17 Rolf Bjarne KvingeTimeZoneInfo.Local must be cached, otherwise reference...
2012-09-17 Rolf Bjarne KvingeFix typo in exception message.
2012-09-17 Marek SafarDon't report cascading unreachable warnings
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-15 Martin Baulig[#6201][WCF]: Don't crash if we don't have a client...
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Fix refs in .csproj files
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Remove Properties folder...
2012-09-15 Andres G. Aragoneses[xbuild] More NET_2_0 removal
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] More NET_2_0 removal
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Update tests project
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Change GUID of the tests...
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Update -tests-net_4_0...
2012-09-15 Andres G. Aragoneses[Microsoft.Build.BuildEngine] Remove MDS (old format...
next