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
2017-10-18[sre] Register a canonical reflected method for a methodspec token. (Fixes #6...mono-5.4.1.6Aleksey Kliger (λgeek)
2017-10-13[corlib]: Fix race condition in ExceptionDispatchInfo. (#5279)Martin Baulig
2017-10-06[test] SRE ILGenerator test for methodref and fieldref token cachingAleksey Kliger
2017-10-06[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411.Rolf Bjarne Kvinge
2017-09-13[corlib] Update negative symbol for all cultures. Fixes #57496Marek Safar
2017-09-06[bcl] Use RuntimeHelpers.GetHashCode () for getting the hash code of … (#5511)Zoltan Varga
2017-09-04Merge pull request #5493 from lewurm/2017-06-mono-api-htmlBernhard Urban
2017-09-02[mono-api-html] Allow `-r` to ignore class removalsJonathan Pryor
2017-08-31[System]: Fix minor leaks in AppleTls. (#5369) (#5379)Martin Baulig
2017-08-31[System]: Fix major AppleTls memory leak. Bug #56814. (#5370) (#5376)Martin Baulig
2017-08-31[w32error] Add ENODEV -> ERROR_DEV_NOT_EXIST error translation (#5385) (#5392)Ludovic Henry
2017-08-21Bump timeout for TaskTests.Delay_Simple (#5410)Alexander Köplinger
2017-08-17[corlib] Increase timeout for MonoTests.System.Runtime.Remoting.TestSynchroni...Ludovic Henry
2017-08-16[msbuild] Install a `deniedAssembliesList.txt` to support denied ... (#5358)Ankit Jain
2017-08-16Install Roslyn binaries, including msbuild tasks to msbuild/Roslyn (#5251)Ankit Jain
2017-08-14[test] Add regression test for GetType() of a transparent proxy.Aleksey Kliger
2017-08-10[System.ServiceProcess] Remove "browser" service from dependencies in test (#...Alexander Köplinger
2017-08-04[mcs] Pending implementation of accessors cannot hide base implementation wit...Marek Safar
2017-08-02[bcl] Fix Delegate.GetHashCode () so it takes into account the target too. Fi...Zoltan Varga
2017-08-01[sre] Pass declaring type to GetMethodFromHandle inAleksey Kliger
2017-08-01[test] Check that GenericTypeParamBuilder:InternalResolve passes declaring typeAleksey Kliger
2017-07-31Merge pull request #5275 from lambdageek/bug-58361-2017-06Aleksey Kliger (λgeek)
2017-07-28Merge pull request #5277 from lambdageek/bug-58421-2017-06mono-5.4.0.135Aleksey Kliger (λgeek)
2017-07-28[sre] Resolve EnumBuilder tokens in managed. (Fixes #58361)Aleksey Kliger
2017-07-28[mcs] Implements cloning for yield break. Fixes #57796Marek Safar
2017-07-28[test] Check that one AssemblyBuilder can refer to a TypeBuilder from another.Aleksey Kliger
2017-07-28[test] EnumBuilder regression tests for #58361Aleksey Kliger
2017-07-25[Marshal.IsComObject] Make this predicate return false instead of throwing an...Miguel de Icaza
2017-07-19[System.Net.Http]: Close request stream when HttpClientHandler.SendAsync() is...Martin Baulig
2017-07-16[corlib] Preserve List<T>.ConvertAll in TypeTest (#5215)Alexander Köplinger
2017-07-06[sre] Fix the signature of the create_dynamic_method () icall, make it static...Zoltan Varga
2017-06-30[sre] Add MonoAssemblyBuilderAccess enum in native codeAleksey Kliger
2017-06-30[tests] Throw an error if ResolveEventHandler returns a reflection only Assem...Aleksey Kliger
2017-06-26[System.Core] Implement MemoryMappedFile.OpenExisting (#5118)Marius Ungureanu
2017-06-26[cil-strip] Move comment out of .sources fileAlexander Köplinger
2017-06-26Revert "[cil-strip] Remove old private copy of Mono.Cecil"Alexander Köplinger
2017-06-26Revert "[cil-strip] Upgrade to latest Mono.Cecil API"Alexander Köplinger
2017-06-24[System] Fix compilation on watchos (#5108) (#5111)Ludovic Henry
2017-06-24[cil-strip] Remove old private copy of Mono.CecilAlexander Köplinger
2017-06-24[cil-strip] Upgrade to latest Mono.Cecil APIAlexander Köplinger
2017-06-21[mcs] Add missing vector cloning of definite assignment on-true. Fixes #57505Marek Safar
2017-06-21[mcs] Fixes regression introduced by a0fc3f4dcf571edc997f53066c09671650e96670...Marek Safar
2017-06-20[bcl tests] do not attempt to delete non-existing filesBernhard Urban
2017-06-19[tests] Don't run SRE saved assembly in current processAleksey Kliger
2017-06-17[tests] Rework TypeBuilderTest SetUp/TearDownAleksey Kliger
2017-06-13Fix System.Numerics xunit tests and add them to CI (#5006)Alexander Köplinger
2017-06-12Merge pull request #5007 from kumpera/backport_56684Rodrigo Kumpera
2017-06-12[System]: Correctly implement close and shutdown in SslStream. (#4969) (#5008)Martin Baulig
2017-06-12[mcs] C#7 type pattern matchingMarek Safar
2017-06-12[mcs] Better detection of null operator inside conditional expression. Fixes ...Marek Safar