[Mono.Debugger.Soft] Improved ILInterpreter to eval properties that return a primitiv...
[mono.git] / mcs /
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] Improved ILInterpreter to eval...
2014-06-10 Martin Baulig[Http]: Only recycle ServicePoints from the idle timer...
2014-06-10 Jeffrey Stedfast[Mono.Debugger.Soft] minor code cleanup
2014-06-10 Atsushi Eno[sys.xaml] fix TypeId and get broken WindowsBase tests...
2014-06-10 Alex Rønne PetersenMerge pull request #1094 from LRFalk01/master
2014-06-10 LucasIdentities not being set in ClaimsPrincipal Ctor
2014-06-09 Atsushi Eno[sys.xaml] remove extraneous NET_2_1 and use __MOBILE__...
2014-06-08 Alex Rønne PetersenMerge pull request #1090 from BrianDurham/patch-2
2014-06-08 Alex Rønne PetersenMerge pull request #1089 from BrianDurham/patch-1
2014-06-08 Alex Rønne PetersenMerge pull request #1091 from BrianDurham/patch-3
2014-06-08 Alex Rønne PetersenMerge pull request #1092 from BrianDurham/patch-4
2014-06-08 Brian DurhamUpdate XplatUIX11GTK.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate XplatUIX11.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate X11Display.cs - change "Check you DISPLAY"
2014-06-08 Brian DurhamUpdate Graphics.cs - change "Check you DISPLAY"
2014-06-07 Rodrigo KumperaMerge pull request #1088 from BrzVlad/pushless
2014-06-07 Joao MatosFixed the build on MSVC.
2014-06-07 Alex Rønne PetersenSilence unused mkstemp result warnings in jay.
2014-06-05 Martin Baulig[Http]: Read version from "HTTP CONNECT" response.
2014-06-05 Martin Baulig[Http]: Fix the loop in WebConnection.ReadHeaders().
2014-06-05 Zoltan VargaMerge pull request #1084 from tritao/msvc-warnings
2014-06-05 Marek Safar[mcs] Return type inference of async anonymous methods
2014-06-05 Marek Safar[mcs] Check for await expression inside new delegate...
2014-06-05 Joao MatosRegenerate keyboards.resx resource file.
2014-06-05 Zoltan VargaMerge pull request #1083 from christianhuening/NetworkI...
2014-06-05 Christian Hüning- ADDED: Support to read out Interface flags on OS X
2014-06-05 Atsushi Eno[msbuild] fix some weird local result variable initiali...
2014-06-05 Atsushi Eno[MS.Build] disable failing test.
2014-06-05 Atsushi Eno[MS.Build] metadata is also replaced its windows path...
2014-06-04 Marek Safar[mcs] Revert unwanted change from 9e5d5e5c90fce0374447b...
2014-06-04 Marek SafarFixes build
2014-06-04 Marek Safar[mcs] Better error message for attribute value used...
2014-06-04 Marek Safar[mcs] Emit result type conversion for null coalescing...
2014-06-04 Marek Safar[mcs] Add more checks to dynamic logical operations...
2014-06-04 Marek Safar[mcs] Don't wrap enum constants during folding when...
2014-06-04 Marek SafarMerge pull request #1082 from esdrubal/bug19287
2014-06-04 marcos henrichImproved JavaScriptSerializer.ConvertToType Nullable...
2014-06-04 marcos henrichTest JavaScriptSerializer.Deserialize with nullable...
2014-06-04 Marek Safar[mcs] null coalescing operator cannot reduce constants
2014-06-04 Marek Safar[msbuild] Implemented instance members on static proper...
2014-06-03 Alex Rønne Petersen[System] Fix WebClientTest build in net_2_0.
2014-06-03 Marek Safar[System.ServiceModel.Security] Exclude security forward...
2014-06-03 Alex Rønne PetersenMerge pull request #1079 from esdrubal/webclient_cancel
2014-06-03 Zoltan Varga[bcl] Disable a test added by 3cf55e6016811ce115ef47fbb...
2014-06-03 marcos henrichChanged UploadStringAsync to handle UploadString encaps...
2014-06-03 Marek Safar[mcs] Update new error codes
2014-06-03 Marek Safar[corlib] Add CreateTypeInfo method
2014-06-03 Marek Safar[mcs] Better error reporting for incorrect async lambdas
2014-06-02 Alex Rønne PetersenMerge pull request #1080 from chillitom/patch-1
2014-06-02 Tom RathboneAdd new missing ClaimTypes entries
2014-06-02 marcos henrichTest WebClient asynchronous uploads cancellation.
2014-06-02 Zoltan VargaMerge pull request #1070 from tpokorra/FixTarball
2014-06-02 Atsushi Eno[xbuild/msbuild] fix previous ItemGroup definition...
2014-06-02 Marek Safar[mcs] Remove wrong comment
2014-06-02 Marek Safar[mcs] Add more warnings for caller attributes
2014-06-02 Atsushi Eno[xbuild/msbuild] fix build: fix Exists() argument.
2014-06-02 Marek Safar[mcs] Add support for await in catch clause
2014-06-02 Marek SafarFixes build
2014-06-02 Marek Safar[mcs] Extend possible unintended reference comparison...
2014-06-02 Atsushi Eno[msbuild/xbuild] use ToolLocationHelper.GetPathToStanda...
2014-06-02 Atsushi Eno[MS.Build] add MS.Build.dll-specific well-known propert...
2014-06-02 Atsushi Eno[xbuild] fix 4.0-only test condition.
2014-06-02 Atsushi Eno[msbuild] build the projects via MSBuild task with...
2014-06-02 Atsushi Eno[MS.Build] ProjectOnErrorInstance should not cause...
2014-06-02 Atsushi Eno[MS.Build] added test for ToolLocationHelper.GetPathToS...
2014-06-02 Atsushi Eno[MS.Build] when evaluated as object, do not add extra...
2014-06-02 Atsushi Eno[xbuild] ToolLocationHelper.GetPathToStandardLibraries...
2014-06-02 Atsushi Eno[MS.Build] fix some issues around quoted string handling.
2014-06-02 Atsushi Eno[MS.Build] add function call releated tests.
2014-06-02 Atsushi Eno[MS.Build] '\\' is also escaped syntax, so parse it...
2014-06-02 Atsushi Eno[MS.Build] fix function call expression parsing wrt...
2014-06-02 Atsushi Eno[ms.build] make sure that we don't skip any other kind...
2014-06-02 Atsushi Eno[MS.Build] simplify IBuildEngine.Build() implementation...
2014-06-02 Atsushi Eno[MS.Build] make env. properties are read only, and...
2014-06-02 Atsushi Eno[MS.Build] revise previous fix; only Items are in rever...
2014-06-02 Atsushi Eno[MS.Build] ProjectInstance needs ChildrenReversed to...
2014-06-02 Atsushi Eno[MS.Build] load ImportGroup in root.
2014-06-02 Atsushi Eno[ms.build] several fixes in BuildEngine4.
2014-06-02 Atsushi Eno[ms.build] pass DefaultToolsVersion from ProjectInstanc...
2014-06-02 Marek SafarMerge pull request #1078 from LRFalk01/master
2014-06-01 LucasNull Exception in System.Security.Claims
2014-06-01 Alex Rønne PetersenMerge pull request #1071 from bl8/cairo-additions
2014-06-01 Alex Rønne PetersenMerge pull request #1075 from Meai1/patch-1
2014-05-31 Miguel de IcazaMemoryMappedFile fixes
2014-05-31 Zoltan VargaMerge pull request #1073 from DavidKarlas/logging
2014-05-30 Jérémie LavalMerge pull request #1068 from esdrubal/bug18421
2014-05-30 David Karlaš[Mono.Debugger.Soft] Using environment variable MONO_SD...
2014-05-30 Rolf Bjarne KvingeMerge pull request #1072 from esdrubal/bug19862
2014-05-30 marcos henrichFileInfo members that rely on System.Security.AccessCon...
2014-05-30 Bertrand LorentzMono.Cairo: Add Context.SetSourceColor(Color) convenien...
2014-05-30 Bertrand LorentzMono.Cairo: Add Context.HasCurrentPoint property
2014-05-30 Bertrand LorentzMono.Cairo: Add Context.InClip method
2014-05-30 Rolf Bjarne Kvinge[System.Xml] Use profile-specific file names for genera...
2014-05-30 Marek Safar[mcs] Add lang version
2014-05-30 Timotheus Pokorramake sure that the subdirectories of mcs/class/Facades...
2014-05-30 Marek SafarMerge pull request #1069 from esdrubal/bug16990
2014-05-30 marcos henrichChanged ConcurrentDictionary.Contains(KeyValuePair...
2014-05-30 marcos henrichTest ConcurrentDictionary.Contains(KeyValuePair<TKey...
2014-05-29 Sebastien Pouliot[mobile] Add support for Environment.SetEnvironmentVari...
2014-05-29 marcos henrichOverwrites dequeued ref/value with default. Fixes 18421.
next