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
2016-07-09[mono-symbolicate] Use Mono.Options.Marcos Henrich
2016-07-09[corlib] Lowercase and no '-' in metadata guids.Marcos Henrich
2016-07-09[corlib] StackTrace fixes.Marcos Henrich
2016-07-09[corlib] Ignore metadata on stacktrace testsMarcos Henrich
2016-07-09[corlib] Add Metadata to inner exceptions.Marcos Henrich
2016-07-09[corlib] Skip MVID of stackframes without method.Marcos Henrich
2016-07-09[corlib] GetAotId now returns null, if unavailableMarcos Henrich
2016-07-09[mono-symbolicate] Improved MakefileMarcos Henrich
2016-07-09[mono-symbolicate] Fixes last stacktrace issue.Marcos Henrich
2016-07-09[mono-symbolicate] Fixes symbolication of AOTedMarcos Henrich
2016-07-09[mono-symbolicate] Adds store-symbolsMarcos Henrich
2016-07-09[mono-symbolicate] Implemented metadata parsing.Marcos Henrich
2016-07-09[corlib] Added MVID metadata to StackTraceMarcos Henrich
2016-07-09[corlib] Added metadata handlers to StackTraceMarcos Henrich
2016-07-09[corlib] Added icall Assembly.GetAotIdMarcos Henrich
2016-07-08Merge pull request #3258 from lindenlab/mono4-continuations_fixRodrigo Kumpera
2016-07-08Merge branch 'master' into mono4-continuations_fixKelly Washington
2016-07-08Add microthreading test to ContinuationsTestKelly Washington
2016-07-08Add ContinuationsTest for Mono.TaskletsKelly Washington
2016-07-07Fixed stack overflow issue in DuplexClientRuntimeChannel (#2172)alenl2
2016-07-07Merge pull request #3244 from henricm/fix-for-synchronization-attributeMarek Safar
2016-07-07Fix for lock release in SynchronizationAttributeHenric Müller
2016-07-06Merge pull request #3243 from mono/netstandardMarek Safar
2016-07-06[System] Bump timeout in TimerTest a bitAlexander Köplinger
2016-07-06[Facades] netstandard 1.6 updatesMarek Safar
2016-07-06[runtime] Remove extraneous fi in docs build printingAlexander Kyte
2016-07-06Merge pull request #3091 from alexanderkyte/mobile_static_fix_mcs_testsAlexander Köplinger
2016-07-05[bcl] Fix a random failure in a DataView test which happened because DataView...Zoltan Varga
2016-07-05[mobile_static] Skip aot-ing ilasmAlexander Kyte
2016-07-05Merge pull request #3236 from kumpera/coreclr-testsuite-fixes-2Alexander Köplinger
2016-07-05Merge pull request #3226 from esdrubal/soap_headers_fixMarcos Henrich
2016-07-05Merge pull request #3210 from esdrubal/connectasyncUHEMarcos Henrich
2016-07-04Merge pull request #2958 from kumpera/visibilityRodrigo Kumpera
2016-07-04[mcs] More tweaks in betterness improvements. Fixes #42057Marek Safar
2016-07-04Merge pull request #3234 from tritao/zip_non_seekable_streamsJoão Matos
2016-07-04[System.Numerics.Vectors] Update type forwardersMarek Safar
2016-07-04[System.Numerics] Update .net 4.6 apiMarek Safar
2016-07-03[mobile_static] Use make parallelism to aot compile .dlls in parallelAlexander Kyte
2016-07-03[mobile_static] Use MonoPInvokeCallbackAttribute on MobileStaticAlexander Kyte
2016-07-03[mobile_static] Make Mono.CSharp excludes for tests that require compilationAlexander Kyte
2016-07-03[mobile_static] Blacklist app domain creation testAlexander Kyte
2016-07-03[mobile_static] Remove some duplicated excludesAlexander Kyte
2016-07-03[mobile_static] Fix misformatted excludes, tests excluded due to lack of Syst...Alexander Kyte
2016-07-03[mobile_static] Tracked down unpassable ServiceModel tests, blacklistedAlexander Kyte
2016-07-03[mobile_static] Add MOBILE_STATIC to preprocessor guardAlexander Kyte
2016-07-03[mobile_static] Blacklisted unpassable tests for SystemAlexander Kyte
2016-07-03[mobile_static] Fix System.Runtime.Serialization tests with preprocessorAlexander Kyte
2016-07-03[mobile_static] Fix libraries provided when building SystemAlexander Kyte
2016-07-03[runtime] Add System.Data app config.Alexander Kyte
2016-07-02[System.IO.Compression] Fixes ZipArchive to support non-seekable streams.João Matos