Merge pull request #555 from jack-pappas/sigaltstack-patch
[mono.git] / mcs /
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaMake the mkbundle output more dense to speed up assembly.
2013-04-18 Zoltan VargaParallelize the compression in mkbundle.
2013-04-18 Zoltan VargaDisable an sdb test which is not deterministic.
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 NealeReverse patches that should have gone to my fork rather...
2013-04-17 NealeCorrect marshalling of size variables used in CharSetTo...
2013-04-17 NealePart of fix of 11294 - matching names to .NET and turni...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-17 NealeWhen .NET serializes it will use the TypeForwardedFrom...
2013-04-11 Zoltan VargaFix a test.
2013-04-11 Zoltan VargaDisable some System.Data tests which are expected to...
2013-04-11 Zoltan VargaDisable some System tests which are expected to fail...
2013-04-11 Marek SafarFix cascading errors for invalid out arguments
2013-04-11 Marek SafarCheck interface implementation using all base types...
2013-04-10 Marek SafarDon't emit symbol file entry for partial method declara...
2013-04-10 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-10 Marek SafarFix duplicate metadata override entry.
2013-04-10 Marek SafarAdd missing prepare phase to eval
2013-04-10 Zoltan VargaRevert "Parallelize the compression in mkbundle."
2013-04-09 Rodrigo KumperaRevert "Remove System.Net.Http from MT mobile build"
2013-04-09 Marek SafarRemove System.Net.Http from MT mobile build
2013-04-09 Marek SafarTry to recover expressions aftern named argument
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[Socket] Improve exception message when timing out...
2013-04-08 Andres G. Aragoneses[Socket] Refactor Socket to make Receive(_) call Receiv...
2013-04-08 Andres G. Aragoneses[Socket] Specify 'timeout' in the exception msg of...
2013-04-07 Marek SafarImplement partial generic methods
2013-04-05 Zoltan VargaFix support for custom attribute classes in CustomAttri...
2013-04-05 Martin Baulig[xbuild]: Support <PropertyGroup/ItemGroup> inside...
2013-04-05 Marek SafarRedirect more duplicate security types to Mono.Security
2013-04-04 Atsushi Enorx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds.
2013-04-03 Jeffrey Stedfast[Mono.Debugger.Soft] Make CommandException public
2013-04-03 Marek SafarFix arguments location
2013-04-03 Marek SafarAdd new test
2013-04-03 Marek SafarFix reported warning location
2013-04-03 Marek SafarError reporting improvements
2013-04-03 Marek SafarReport missing type definition dependency only once...
2013-04-02 Alex Rønne PetersenFix an `#if` in System.Delegate.IsTransparentProxy...
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] fixed the build
2013-04-01 Jeffrey Stedfast[Mono.Debugger.Soft] Throw AbsentInformationException...
2013-03-30 Marek SafarSet async block flag also for partial methods
2013-03-29 Marek SafarMake table name comparison dataset locale specific...
2013-03-28 Sebastien PouliotHave the linker skip mixed-mode assemblies since it...
2013-03-27 Jonathan Pryor[mkbundle] Remove Mono.Posix, ICSharpCode.SharpZipLib...
2013-03-27 Jonathan PryorMerge pull request #609 from steffen-kiess/stat-st_atim
2013-03-27 Steffen KießAdd nanosecond resolution times to struct Stat
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Steffen KießAdd various methods and flags to Syscall
2013-03-26 Miguel de Icaza[corlib] Marshal: fine-tune the pointer Read/Write...
2013-03-26 Zoltan VargaReturn null when null was passed to Marshal.PtrToStruct...
2013-03-26 Marek SafarUpdate number separators for mexican and similar locale...
2013-03-26 Marek SafarSet invariant DateTimeFormatInfo for all invariant...
2013-03-26 Marek SafarPopulate AbbreviatedMonthNames values. Fixes #11361
2013-03-26 Marek SafarFix quoting of some date time patters. Fixes #11363
2013-03-26 Marek SafarAdd zh-CHT parent lcid handling. Fixes #11375
2013-03-25 Marek SafarAdd configure await
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaFast path Array::Resize with small arrays.
2013-03-25 Marek SafarDon't capture any variables when block yield only breaks
2013-03-25 Marek SafarDon't create interator parameters copies for unmodified...
2013-03-25 Marek SafarApply 9dc360146f373e64b2b8801a4284938759bc5229 to all...
2013-03-25 Marek SafarDon't copy hoisted iterator parameters when not needed
2013-03-24 Miguel de IcazaAdd a test for the WebUtility.HtmlEncode bits
2013-03-24 Marek SafarAdd optimized where iterator for arrays
2013-03-24 Marek SafarOptimize entity conversion
2013-03-24 Marek SafarTry to recover incomplete ternary expression. Fixes...
2013-03-24 Marek SafarBetter error message for not matching overload when...
2013-03-24 Zoltan VargaFix the build.
2013-03-24 Zoltan VargaUse (uint) casts in the Marshal.Read/WriteXXX () method...
2013-03-24 Zoltan VargaPut back a cattr removed by mistake by 70141dc9f523282b...
2013-03-24 Zoltan VargaImplement the Marshal.Read/WriteXXX methods using unsaf...
2013-03-23 Victor H. Maksimenkouse the GetRequestStreamAsync method to avoid blocking...
2013-03-23 Jérémie Laval[monodoc] Remove previous horrible generic backtick...
2013-03-23 Jérémie Laval[monodoc] Add a simple stack-based generic argument...
2013-03-23 Jérémie Laval[IDesigner] Add cref reachability checker unit test...
2013-03-23 Jérémie Laval[monodoc] Add utility property Generic*IsNumeric to...
2013-03-23 Jérémie Laval[monodoc] Add reachability unit test for ASP.NET style...
2013-03-23 Jérémie Laval[monodoc] Parse correctly '{' and '}' as '<' and '...
2013-03-23 Seseftabs
2013-03-23 SesefFix NET incompatibility
2013-03-22 Sebastien PouliotOpen test files in read-only mode (so it will work...
2013-03-22 Marek SafarMaintain more tokens locations.
2013-03-22 Marek SafarDon't report error for incomplete member type
2013-03-22 Marek SafarTry to recover incomplete initializers. Fixes #4964
2013-03-22 Marek SafarAvoid extra space when reporting error for compiler...
2013-03-22 Marek SafarMaintain more locations values
2013-03-22 Marek SafarTry to recover incomplete member declaration which...
2013-03-22 Marek SafarMerge pull request #605 from AerisG222/system.web.http...
2013-03-22 Martin Baulig[WCF]: Disable WsdlExporterTest.ExportMessageContract().
2013-03-22 Martin Baulig[WCF]: Implement cookie support in .NET 4.0.
2013-03-22 Mike Moranomaking the build system aware of system.web.http.webhos...
2013-03-22 Martin Baulig[WCF]: 2nd part of bug #5827, set CheckCharacters ...
2013-03-22 Martin BauligBug #5829: DataContractSerializer should not check...
2013-03-21 Martin Baulig[System.ServiceModel.Web]: Fix 'make dist'.
2013-03-21 Marek SafarTry to recover from invalid attribute. Fixes #8590
2013-03-21 Rodrigo KumperaFix the System.Runtime.Serialization test suite to...
2013-03-21 Marek SafarTry to recover from incomplete group section. Fixes...
2013-03-20 Rodrigo KumperaFix multiple issues with System.Data.DataRow::SetParent...
next