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
2019-04-29Define `DISABLE_SECURITY` and `DISABLE_REMOTING` on wasm and testing_aot.Martin Baulig
2019-04-29Make `testing_aot_full` tests build again in System.Security. (#14244)Martin Baulig
2019-04-27[bcl] Update BCL Linked Sizemonojenkins
2019-04-26Avoid `HashAlgorithm.Create()` on `FULL_AOT_RUNTIME`. (#14228)Martin Baulig
2019-04-26[netcore] Copy in 3 files, to avoid need for corert submodule in coreonlyJo Shields
2019-04-25Disable "unreachable code" warnings on wasm. (#14230)Martin Baulig
2019-04-25[netcore] Fix `make dist` following https://github.com/mono/mono/pull/14167 (...Jo Shields
2019-04-25[monodroid] Enable System.IO.Pipes (#14160)Alexis Christoforides
2019-04-25[csproj] Update project filesmonojenkins
2019-04-25Remove `DISABLE_REMOTING` conditional.Martin Baulig
2019-04-25Getting rid of the `DISABLE_REMOTING` conditional.Martin Baulig
2019-04-25[bcl] Update BCL Linked Sizemonojenkins
2019-04-24[netcore] Restore Roslyn compilers from NuGet to allow up-to-date version to ...Filip Navara
2019-04-24[netcore] Don't wrap CustomAttributeNamedArgument into CustomAttributeNamedAr...Egor Bogatov
2019-04-24[llvm] Propagate nonnull attribute through LLVM IR (#13697)Alexander Kyte
2019-04-24[netcore] Convert netcore/Makefile.am to a normal makefile, get the configure...Zoltan Varga
2019-04-23[netcore] Throw the correct exception for byref returns returning null, .net ...Zoltan Varga
2019-04-23[DIM] Throwing AmbiguousImplementationException on call of multiple candidate...Thays Grazia
2019-04-19[Coop] Convert performance counters and performance counter categories. (#13623)Jay Krell
2019-04-19Fix start-compiler-server (#14117)Katelyn Gadd
2019-04-18Merge pull request #14113 from vargaz/netcore-pinvokeLarry Ewing
2019-04-18Protecting boxing a null value (#14018)Thays Grazia
2019-04-18[netcore] Fix failures in System.Tests.MulticastDelegateTests (#14096)Filip Navara
2019-04-18[netcore] improve Windows support (#14100)Egor Bogatov
2019-04-18[netcore] Fix the tests. (#14108)Zoltan Varga
2019-04-18Adjust roslyn mcs dll deploy list based on #13755. Keep Tasks.Extensions and ...Katelyn Gadd
2019-04-17[wasm] Fix the types of the generated function declarations in the pinvoke ta...Zoltan Varga
2019-04-17[netcore] Create netcore specific versions of refsource classes. (#14074)Zoltan Varga
2019-04-16Update CustomAttributeExtensions to call Attribute class to get proper parame...Filip Navara
2019-04-16Reflect shared partition changesMarek Safar
2019-04-16[netcore] Fix WaitHandle.SignalAndWait (#13809)Egor Bogatov
2019-04-16[netcore] Fix System.Tests.PseudoCustomAttributeTests.* tests (#14065)Egor Bogatov
2019-04-16[netcore] Add linker descriptor for corelib. (#14064)Zoltan Varga
2019-04-16[netcore] Fix couple of custom attribute tests (#14063)Filip Navara
2019-04-16[wasm] [packager] Run mono-cil-strip from wasm-tools (#14035)Kenneth Pouncey
2019-04-15[netcore] fix some CustomAttribute related tests (#14056)Egor Bogatov
2019-04-15Fix stack overflow introduced in 012ac05aa9de47ae421af4c0e7d0724de2d18d82Filip Navara
2019-04-15[netcore] Misc. fixes (#14050)Filip Navara
2019-04-15[netcore] Do not inline if [DynamicSecurityMethod] exists (#14032)Egor Bogatov
2019-04-14[netcore] Make System.Private.CoreLib and host APIs compilable on Windows (#1...Filip Navara
2019-04-14Reflect shared partition changesMarek Safar
2019-04-13[bcl] Update BCL Linked Sizemonojenkins
2019-04-13Reflect shared partition changesMarek Safar
2019-04-12[corlib] Disable FileTest.SymLinkStats() on TVOSAlexander Köplinger
2019-04-12Remove #if-def for TypedReference.MakeTypedReference readonly restrictionMaxim Lipnin
2019-04-11[netcore] hand-craft a dist-recursive rule for System.Private.CoreLibJo Shields
2019-04-11Add missing DynamicSecurityMethod attributes.Zoltan Varga
2019-04-11[cil-strip] Fix reading of undefined NativeType values in old Cecil (#13954)Alexander Köplinger
2019-04-11[WinForms] Fix displayed image in TreeNode when ImageIndex set to -2sancheolz
2019-04-11[netcore] Implement Assembly.GetExecutingAssembly with stack mark parameter (...Filip Navara