Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Expand)Author
2013-07-29Remove CultureInfo.CurrentCulture dependency from ordinal based string::EndsW...Marek Safar
2013-07-26Revert "[Microsoft.Portable.CSharp.targets] Fixed to not override the compiler"Jeffrey Stedfast
2013-07-26Revert "[xbuild]: Provide a real Microsoft.Portable.CSharp.targets"Alan McGovern
2013-07-15Implement webrequest cancellation. Fixes #13200Marek Safar
2013-07-12Prefer user operators over predefined operators for binary enum operations to...Marek Safar
2013-07-12Allow async for explicitly implemented interface methods. Fixes #13197Marek Safar
2013-07-10Add await support in to evaluator and REPLMarek Safar
2013-07-10Loading of nested type of missing type needs to create another missing type. ...Marek Safar
2013-07-10Interface members are hidden by class members if a type parameter has an eff...Marek Safar
2013-07-10Emit additional sequence points for call entry when needed. Fixes #10782 and ...Marek Safar
2013-07-10Equality structural comparer needs to do recursive comparisons. Fixes #13110Marek Safar
2013-07-03Don't create any .mdb's for the PCL Facade Assemblies.Martin Baulig
2013-07-02Merge pull request #664 from symform/xbuild-AssignProjectConfigurationMartin Baulig
2013-07-02Fix type lookup when SSL/TLS is not embedded into System.dllSebastien Pouliot
2013-07-02Update csproj filesMarek Safar
2013-07-02Merge pull request #649 from DavidS/feature/implement-additional-reference-pathAlex Rønne Petersen
2013-07-02Do system.object type scan after all references are loaded. Fixes #12991Marek Safar
2013-07-02Allow the MONOTOUCH targetr to build its SSL/TLS support right inside System....Sebastien Pouliot
2013-07-01Use directly captured this instead of parent reference for nested state machi...Marek Safar
2013-07-01Fix removing of hoisted variable moved to another storeyMarek Safar
2013-06-30Tweak tokenizer get_char.Marek Safar
2013-06-29[Mono.Cairo] Don't log warnings during VM shutdownMichael Hutchinson
2013-06-29Call correct ApplyToExtraTarget base override. Fixes #12949Marek Safar
2013-06-29Merge pull request #642 from Ventero/CleanCopyLocalMichael Hutchinson
2013-06-29[Mono.Debugger.Soft] More specific exception when not suspendedMichael Hutchinson
2013-06-28Fix generated generated code for implicit nullable conversions involving nume...Marek Safar
2013-06-28Handle unicode line separators when parsing C# filesMarek Safar
2013-06-28Fix for bug 12892 - Path.GetFullPath() may return incorrect relative path und...TalAloni
2013-06-28Recover more from invalid throw statement. Fixes #12889Marek Safar
2013-06-28Better error candidate selection for anonymous methodsMarek Safar
2013-06-27Block task awaiter until task completes. Fixes #12745Marek Safar
2013-06-27Fix SemaphoreSlim Constructor.Blewzman
2013-06-27Fix NRE on invalid second attribute targetMarek Safar
2013-06-27Fix source file name commentsMarek Safar
2013-06-27Fix commit c31a58b6565c3d6a3994cac8bfd9e9eac1a54c71.Martin Baulig
2013-06-27Do not throw, optionally, when facing an unknown OID. Fix mozroot facing an s...Sebastien Pouliot
2013-06-26Fix the build.Rodrigo Kumpera
2013-06-26Mutate generic catch block type when needed. Fixes #12799Marek Safar
2013-06-26Fix order of capturing of this inside switch statement. Fixes #12544Marek Safar
2013-06-26Update testMarek Safar
2013-06-26[System]: Make WebClient report an error when the download aborted prematurely.Martin Baulig
2013-06-26Fixes commit 99204b75da5d59607683886989ece047e164f0ffMarek Safar
2013-06-26[System]: Partially fix #12393.Martin Baulig
2013-06-26Update verification dataMarek Safar
2013-06-26Fix MethodImplOptions argument checks. Fixes #12638Marek Safar
2013-06-26Better crash reportingMarek Safar
2013-06-25[System.Core/Android] Use correct comparison for timezone ids.Jonathan Pryor
2013-06-25Merge pull request #669 from LogosBible/Uri_TryCreateMarek Safar
2013-06-25[corlib] Fix MethodInfo::ToString () to properly format generic structs. Fixe...Rodrigo Kumpera
2013-06-25Escape path for absolute Uris created using Uri.TryCreate(string, UriKind, ou...Grayson Hansard