[logging] Default to stdout if MONO_LOG_DEST is unset (#3272)
[mono.git] / mcs /
2016-07-13 Marek SafarMerge pull request #3254 from mono/netstandard
2016-07-13 Marek Safar[bcl] netstandart 1.6 support
2016-07-13 Mikayla Hutchinson[mono-api-html] Add option to ignore breaking changes
2016-07-12 Ludovic HenryMerge pull request #3224 from ludovic-henry/iolayer...
2016-07-12 Aleksey Kliger ... [corlib] Rewrite RuntimeType.GetGenericParameterConstra...
2016-07-08 Marcos HenrichMerge pull request #3192 from esdrubal/sym-spec
2016-07-08 Andi McClureMerge pull request #3252 from xmcclure/tarjan-opt-basic
2016-07-08 Marcos Henrich[mono-symbolicate] Use Mono.Options.
2016-07-08 Marcos Henrich[corlib] Lowercase and no '-' in metadata guids.
2016-07-08 Marcos Henrich[corlib] StackTrace fixes.
2016-07-08 Marcos Henrich[corlib] Ignore metadata on stacktrace tests
2016-07-08 Marcos Henrich[corlib] Add Metadata to inner exceptions.
2016-07-08 Marcos Henrich[corlib] Skip MVID of stackframes without method.
2016-07-08 Marcos Henrich[corlib] GetAotId now returns null, if unavailable
2016-07-08 Marcos Henrich[mono-symbolicate] Improved Makefile
2016-07-08 Marcos Henrich[mono-symbolicate] Fixes last stacktrace issue.
2016-07-08 Marcos Henrich[mono-symbolicate] Fixes symbolication of AOTed
2016-07-08 Marcos Henrich[mono-symbolicate] Adds store-symbols
2016-07-08 Marcos Henrich[mono-symbolicate] Implemented metadata parsing.
2016-07-08 Marcos Henrich[corlib] Added MVID metadata to StackTrace
2016-07-08 Marcos Henrich[corlib] Added metadata handlers to StackTrace
2016-07-08 Marcos Henrich[corlib] Added icall Assembly.GetAotId
2016-07-08 Rodrigo KumperaMerge pull request #3258 from lindenlab/mono4-continuat...
2016-07-08 Kelly WashingtonMerge branch 'master' into mono4-continuations_fix
2016-07-08 Kelly WashingtonAdd microthreading test to ContinuationsTest
2016-07-08 Johan LorenssonMerge pull request #3247 from lateralusX/jlorenss/win...
2016-07-07 Kelly WashingtonMerge branch 'continuations-test' into mono4-continuati...
2016-07-07 Kelly WashingtonAdd ContinuationsTest for Mono.Tasklets
2016-07-07 alenl2Fixed stack overflow issue in DuplexClientRuntimeChanne...
2016-07-07 Marek SafarMerge pull request #3244 from henricm/fix-for-synchroni...
2016-07-07 Henric MüllerFix for lock release in SynchronizationAttribute
2016-07-06 Andi McClureMerge pull request #3239 from xmcclure/default-tarjan
2016-07-06 Marek SafarMerge pull request #3243 from mono/netstandard
2016-07-06 Alexander Köplinger[System] Bump timeout in TimerTest a bit
2016-07-06 Marek Safar[Facades] netstandard 1.6 updates
2016-07-06 Alexander KöplingerMerge pull request #3242 from alexanderkyte/fix_docs
2016-07-06 Alexander Kyte[runtime] Remove extraneous fi in docs build printing
2016-07-05 Alexander KöplingerMerge pull request #3091 from alexanderkyte/mobile_stat...
2016-07-05 Zoltan Varga[bcl] Fix a random failure in a DataView test which...
2016-07-05 Alexander Kyte[mobile_static] Skip aot-ing ilasm
2016-07-05 Alexander KöplingerMerge pull request #3236 from kumpera/coreclr-testsuite...
2016-07-05 Marcos HenrichMerge pull request #3226 from esdrubal/soap_headers_fix
2016-07-05 Marcos HenrichMerge pull request #3210 from esdrubal/connectasyncUHE
2016-07-04 Rodrigo KumperaMerge pull request #2958 from kumpera/visibility
2016-07-04 Marek Safar[mcs] More tweaks in betterness improvements. Fixes...
2016-07-04 João MatosMerge pull request #3234 from tritao/zip_non_seekable_s...
2016-07-04 Marek Safar[System.Numerics.Vectors] Update type forwarders
2016-07-04 Marek Safar[System.Numerics] Update .net 4.6 api
2016-07-03 Alexander Kyte[mobile_static] Use make parallelism to aot compile...
2016-07-03 Alexander Kyte[mobile_static] Use MonoPInvokeCallbackAttribute on...
2016-07-03 Alexander Kyte[mobile_static] Make Mono.CSharp excludes for tests...
2016-07-03 Alexander Kyte[mobile_static] Blacklist app domain creation test
2016-07-03 Alexander Kyte[mobile_static] Remove some duplicated excludes
2016-07-03 Alexander Kyte[mobile_static] Fix misformatted excludes, tests exclud...
2016-07-03 Alexander Kyte[mobile_static] Tracked down unpassable ServiceModel...
2016-07-03 Alexander Kyte[mobile_static] Add MOBILE_STATIC to preprocessor guard
2016-07-03 Alexander Kyte[mobile_static] Blacklisted unpassable tests for System
2016-07-03 Alexander Kyte[mobile_static] Fix System.Runtime.Serialization tests...
2016-07-03 Alexander Kyte[mobile_static] Fix libraries provided when building...
2016-07-03 Alexander Kyte[runtime] Add System.Data app config.
2016-07-02 João Matos[System.IO.Compression] Fixes ZipArchive to support...
2016-07-02 Rodrigo Kumpera[ilasm] Side with parent declaration when deciding...
2016-07-01 Rodrigo Kumpera[verifier] Do method visibility checks for virtual...
2016-07-01 Vlad BrezaeMerge pull request #3211 from BrzVlad/fix-finalizer...
2016-07-01 João MatosMerge pull request #3225 from tritao/zip_stream_getters
2016-07-01 Zoltan Varga[corlib] Mark some StackTrace/StackFrame methods as...
2016-06-30 Marcos Henrich[System.Web.Services] Fixes bad XmlMapping.Key.
2016-06-30 Marcos Henrich[System.Web.Services] Test Header sharing issue.
2016-06-30 João Matos[System.IO.Compression] Fixed Zip entry stream length...
2016-06-30 João MatosMerge pull request #3216 from tritao/zip_duplicate_entries
2016-06-29 Zoltan Varga[bcl] Add a workaround for a watchos limitation to...
2016-06-29 João Matos[System.IO.Compression] Fixed handling of Zip archives...
2016-06-29 João MatosMerge pull request #3214 from tritao/zip_new_entries_writes
2016-06-28 Aleksey Kliger ... [remoting] Convert mono_load_remote_field_new_checked...
2016-06-28 Alexander KöplingerMerge pull request #3187 from akoeplinger/mstestsuite...
2016-06-28 João Matos[System.IO.Compression] Fixed writes to newly-created...
2016-06-27 monojenkinsMerge pull request #3204 from BrzVlad/fix-lock-free...
2016-06-27 Alexander KöplingerMerge pull request #3202 from dlahoti/patch-1
2016-06-27 Marcos Henrich[System] Fixes ConnectAsync UnhandledEx
2016-06-27 Marcos Henrich[System] Test Unhandled Ex on ConnectAsync
2016-06-24 João MatosMerge pull request #3209 from tritao/master
2016-06-24 João Matos[System.IO.Compression] Fixed stream writes when Zip...
2016-06-22 Vlad Brezae[runtime] Bump corlib version for recent Thread layout...
2016-06-22 Alexander KöplingerMerge pull request #3197 from BrzVlad/fix-thread-layout
2016-06-22 Marek HabersackDon't run the ping test on certain Android devices
2016-06-22 Vlad Brezae[sgen] Fix Thread layout after changes in #3123
2016-06-21 João MatosMerge pull request #3195 from tritao/zip_stream_getters
2016-06-21 João Matos[System.IO.Compression] Fixed stream length/position...
2016-06-21 Marek Safar[System] Overwrite Console encoding to match mcs text...
2016-06-21 Alexander KöplingerMerge pull request #3188 from akoeplinger/mozroots-fix
2016-06-21 Alexander Köplinger[tools] Fix mozroots URL for Mozilla's certdata.txt...
2016-06-21 Marek Safar[System] Update IPInterfaceProperties initialization...
2016-06-21 Marek Safar[corlib] Add range check for minimal date in dst calcul...
2016-06-20 Marek Safar[reflection] Improves 1a820fcdc09b8f72d12a0973e25db7acc...
2016-06-20 Alexander KöplingerMerge pull request #3179 from gttds/patch-2
2016-06-20 João MatosMerge pull request #3184 from tritao/zip_datetime
2016-06-20 Marek SafarMerge pull request #3183 from marek-safar/bug41874
2016-06-20 Marek Safar[System.Web] Fixes SkinID property declaration
2016-06-17 João Matos[System.IO.Compression] Fixed Zip entries with unset...
2016-06-17 Marek Safar[reflection] Properties always use name and signature...
next