[mobile_static] Ensure the mobile_static profile builds ilasm
[mono.git] / mcs /
2016-07-18 Alexander Kyte[mobile_static] Ensure the mobile_static profile builds...
2016-07-18 Alexander Kyte[runtime] Get ilasm.exe compiling with mobile_static
2016-07-18 Marcos HenrichMerge pull request #3264 from esdrubal/tzi_dst
2016-07-15 Marek Safar[Facades] Remove dulicate subdirs include
2016-07-15 Mikayla HutchinsonMerge pull request #3282 from mhutch/netstandard-build
2016-07-15 Mikayla Hutchinson[build] Fix resgen in child profiles
2016-07-15 Mikayla Hutchinson[xbuild] Clearer distinction between versioned and...
2016-07-15 Mikayla Hutchinson[xbuild] Use RESOURCE_DEFS to compile resx
2016-07-15 Mikayla Hutchinson[xbuild] Rename internal target to match MSBuild
2016-07-15 Mikayla Hutchinson[xbuild] Fix warning with netstandard projects
2016-07-15 Mikayla Hutchinson[xbuild] Fix NuGet tasks build
2016-07-15 Mikayla Hutchinson[xbuild] Install PCL5 framework
2016-07-15 Mikayla Hutchinson[xbuild] Install PCL targets from buildtools
2016-07-15 Alexander Köplinger[xbuild] Add Microsoft.NuGet.Build.Tasks.dll MSBuild...
2016-07-15 Aleksey Kliger ... Merge pull request #3286 from lambdageek/dev/refl-to...
2016-07-15 Marek Safar[Facades] Build System.Drawing.Primitives only on profi...
2016-07-15 Johan LorenssonMerge pull request #3285 from lateralusX/jlorenss/win...
2016-07-15 Marek Safar[Facades] System.Drawing.Primitives use type fowarders...
2016-07-15 Alexander Köplinger[bcl] Don't build System.Net.Http.WebRequest.dll on...
2016-07-15 Marek SafarRevert "[Facades] Exclude System.Drawing.Primitives...
2016-07-15 Marek Safar[Facades] Exclude System.Drawing.Primitives from watch...
2016-07-15 Marek SafarMerge pull request #3274 from Unity-Technologies/fix...
2016-07-14 Aleksey Kliger[reflection] Move System.RuntimeType.GetPropertiesByNam...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.PropertyInfo.GetProp...
2016-07-14 Aleksey Kliger[runtime] Add finalizer to SafeGPtrArrayHandle
2016-07-14 Aleksey Kliger[reflection] Move RuntimeType.GetEvents_internal to...
2016-07-14 Aleksey Kliger[reflection] Add System.Reflection.EventInfo.GetEventFr...
2016-07-14 Andi McClureMerge pull request #3279 from xmcclure/tarjan-crash-2
2016-07-14 Aleksey Kliger ... Merge pull request #3281 from lambdageek/dev/g-ptr...
2016-07-14 Marcos Henrich[corlib] Implements TZI.IsDST(DateTimeOffset)
2016-07-14 Jonathan ChambersMove check for slash inside of existing short path...
2016-07-14 Marcos Henrich[corlib] Test TZI.IsDST with DateTimeOffset.
2016-07-14 Marek Safar[Facades] Remove wrong private facade
2016-07-14 Marcos HenrichMerge pull request #3276 from esdrubal/access_token_move
2016-07-14 Marek Safar[mcs] Add missing error message argument
2016-07-13 Alexander Köplinger[bcl] Include all facade directories in the tarball
2016-07-13 Aleksey Kliger[reflection] Managed RuntimeType.GetConstructors_internal
2016-07-13 Marek Safar[Facades] Update list of full assemblies
2016-07-13 Aleksey Kliger[reflection] RuntimeType.GetMethodsByName in managed
2016-07-13 Aleksey Kliger[reflection] Managed version of RuntimeType.GetFields_i...
2016-07-13 Zoltan VargaMerge pull request #3240 from alexanderkyte/aot_compile...
2016-07-13 Marcos HenrichMerge pull request #3248 from esdrubal/web_request_abort
2016-07-13 Marcos HenrichMerge pull request #3268 from esdrubal/mono-sym-enable
2016-07-13 Marcos Henrich[corlib] Replaced SafeAccessTokenHandle.cs with ref...
2016-07-13 Aleksey Kliger[corlib] Add Mono.SafeGPtrArrayHandle
2016-07-13 Aleksey Kliger[corlib] Mono.RuntimeStructs.GPtrArray
2016-07-13 Josh PetersonFix Path.GetFullPath for roots on Windows
2016-07-13 Marek SafarMerge pull request #3254 from mono/netstandard
2016-07-13 Marcos Henrich[runtime] Enable compact seq point by default
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 Marcos Henrich[System] EndRead now throws WebException on abort.
2016-07-08 Marcos Henrich[System] Test ReadAsync Cancellation.
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...
next