mono.git
2017-02-24 monojenkins[msvc] Update csproj files
2017-02-23 Zoltan Varga[jit] Remove an #ifdef ENABLE_LLVM from mini-os.h,...
2017-02-23 Rodrigo KumperaMerge pull request #4419 from BrzVlad/fix-oom-nre
2017-02-23 Zoltan Varga[linker] Update the mscorlib descriptor with missing...
2017-02-23 Alexis ChristoforidesUpdate Bockbuild
2017-02-23 Alexander KöplingerForce LF line endings for .sources and Makefiles too
2017-02-23 Marek Safar[mcs] Use correct types comparer for comparing hidden...
2017-02-23 Alexander KöplingerFix Windows build due to line ending changes in sed
2017-02-23 Marek Safar[mcs] Emit leave for redirected jumps out of rewritten...
2017-02-23 Marek Safar[System] Tweak socket test
2017-02-23 Marek SafarFixes windows po/ build
2017-02-23 Marek Safar[System] Update flaky test
2017-02-23 Egor Bogatov[System.Data] referencesource -> corefx: ProviderBase...
2017-02-22 Vlad Brezae[sgen] Throw OOM also from the managed allocator
2017-02-22 Vlad Brezae[sgen] Rename confusing variable
2017-02-22 Vlad BrezaeMerge pull request #4403 from BrzVlad/fix-workers-par...
2017-02-22 Zoltan Varga[arm] Fix the passing of structs with 8 byte alignment...
2017-02-22 Ludovic Henry[threads] Ensure we have balanced appdomain push/pop...
2017-02-22 Marek SafarBump corefx
2017-02-22 Zoltan Varga[runtime] Use TARGET_WIN32 instead of HOST_WIN32 when...
2017-02-22 Zoltan Varga[runtime] Fix mono_bitset_count () so it works on win64...
2017-02-22 Marek SafarBump ikvm
2017-02-22 Marek Safar[System] Test fix for watch
2017-02-21 Ludovic Henry[Process] Fix NonChildProcessWaitForExit Exited callbac...
2017-02-21 Alexis ChristoforidesUpdate bockbuild
2017-02-21 Rodrigo KumperaMerge pull request #4380 from alexanderkyte/conflicting...
2017-02-21 Zoltan Varga[jit] Remove some dead code.
2017-02-21 Ludovic Henry[threadpool] Do not swallow exception in RegisterWaitFo...
2017-02-21 Alexis ChristoforidesUpdate bockbuild
2017-02-21 Marek SafarRevert "[configure] Remove mcs endianess check (it...
2017-02-21 Alexis ChristoforidesMerge pull request #4169 from evincarofautumn/fix-xmm...
2017-02-21 Marek SafarBump cecil
2017-02-21 monojenkins[msvc] Update csproj files
2017-02-21 Edward Bettscorrect spelling mistakes (#4405)
2017-02-21 Marek Safar[mcs] Add codegen for null operator on result of awaite...
2017-02-21 Marek Safar[configure] Remove mcs endianess check (it shouldn...
2017-02-21 Marek Safar[Microsoft.CSharp] Replaced with CoreFX implementation
2017-02-20 Marek SafarMerge pull request #4398 from marek-safar/mono.csharp
2017-02-20 Marek SafarBump corefx
2017-02-20 Marek Safar[mcs] Inflate constraints of compiler generated proxy...
2017-02-20 Vlad Brezae[sgen] Lock around worker start, not only finishing
2017-02-20 Marek Safar[Mono.CSharp] Simplify .sources structure
2017-02-20 Alexander Kyte[runtime] Fail gracefully when method has conflicting...
2017-02-18 Zoltan Varga[jit] Fix support for gsharedvt constrained calls which...
2017-02-17 Ludovic Henry[threadpool] Let the runtime abort and wait for threads...
2017-02-17 Ankit Jain[xbuild] Show the deprecation notice with logo, and...
2017-02-17 Ludovic Henry[ProcessTest] Ensure we enable raising Exited event...
2017-02-17 Marek Safar[Mono.CSharp] Remove type conflicts with mscorlib types...
2017-02-16 Jonathan PryorMerge pull request #4396 from radical/xbuild-deprec-fix
2017-02-16 Bernhard Urban[interpreter] move interpreter specific trampoline...
2017-02-16 Bernhard Urban[interpreter] clean up exported symbols and header...
2017-02-16 Bernhard Urban[interpreter] remove temporary generic-interp.cs, and...
2017-02-16 Bernhard Urban[interpreter] respect Category Attribute for --regressi...
2017-02-16 Bernhard Urban[interpreter] hacky implementation for create_method_po...
2017-02-16 Bernhard Urban[interpreter] force vtable setup before method lookup
2017-02-16 Bernhard Urban[interpreter] skip boxing if it's already a non-valuetype
2017-02-16 Bernhard Urban[interpreter] fix misc type resolving issues
2017-02-16 Bernhard Urban[interpreter] pop from value type stack when loading...
2017-02-16 Bernhard Urban[interpreter] fix off-by-one errors around loading...
2017-02-16 Bernhard Urban[interpreter] implement constrained.callvirt insn
2017-02-16 Bernhard Urban[interpreter] special casing for string objects
2017-02-16 Bernhard Urban[interpreter] implement {st,ld}elem for value types
2017-02-16 Bernhard Urban[interpreter] use runtime helper to unbox `this'
2017-02-16 Bernhard Urban[interpreter] make mint_{ldind_i,box} so that it can...
2017-02-16 Bernhard Urban[interpreter] allow value types to be passed in interp...
2017-02-16 Bernhard Urban[interpreter] simplify {ld,st}sfld insns and use runtim...
2017-02-16 Bernhard Urban[interpreter] be more verbose for debugging
2017-02-16 Bernhard Urban[interpreter] respect GENERICINST in stackval_from_data
2017-02-16 Bernhard Urban[interpreter] use `mono_value_copy` instead of doing...
2017-02-16 Bernhard Urban[interpreter] add more regression tests to generics...
2017-02-16 Bernhard Urban[driver] allow --interpreter for regular execution
2017-02-16 Ankit Jain[xbuild] Don't show the deprecation notice for minimal...
2017-02-16 Ludovic Henry[threadpool] Extract ThreadPoolDomain creation from...
2017-02-16 Ludovic Henry[threadpool] Make sure we check if the runtime is shutt...
2017-02-16 Ludovic Henry[threadpool] Make ThreadPoolWorker staticaly allocated
2017-02-16 Ludovic Henry[threadpool] Make ThreadPool global variable staticaly...
2017-02-16 Aleksey Kliger[w2file] Fix shutdown assert in checked mode
2017-02-16 Aleksey Kliger[w32file] Transition to GC safe mode when file handles...
2017-02-16 Aleksey Kliger[checked] Include file and line number in thread state...
2017-02-16 Alexander KöplingerRevert "[ci] Temporarily use http url to download serve...
2017-02-16 Ludovic Henry[process] Allocate a handle even for non-child processe...
2017-02-16 Rodrigo KumperaMerge pull request #4385 from mono/work-btls-02152017
2017-02-16 monojenkins[msvc] Update csproj files (#4395)
2017-02-16 Ludovic Henry[treadpool] Fix flaky System.Threading.ThreadTest.SetNa...
2017-02-16 Ludovic Henry[socket] Add EPROTOTYPE error case (#4391)
2017-02-16 Rodrigo KumperaMerge pull request #4376 from kumpera/test-hardneing
2017-02-16 Alexander Köplinger[System] Fix failing ClientWebSocket test
2017-02-16 Ludovic Henry[socket] Fix bad parameter passed to select (#4390)
2017-02-16 Alexander KöplingerMerge pull request #4386 from akoeplinger/fix-netstandard
2017-02-16 Ludovic Henry[socket] Fix race on SocketAsyncResult (#4389)
2017-02-15 Marek Safar[System] Fixes failing tests on mobile
2017-02-15 Rodrigo Kumpera[corlib] Assert of wait failure.
2017-02-15 Alexander Köplinger[bcl] Remove the NETSTANDARD ifdef from profiles
2017-02-15 Alexander Köplinger[Facades] Fix netstandard facade build
2017-02-15 Martin Baulig[btls]: Make configure fail when building on Android...
2017-02-15 monojenkins[msvc] Update csproj files (#4384)
2017-02-15 Marek Safar[mcs] lifted binary operator for decimal arguments...
2017-02-15 Alexander Köplinger[man] Remove outdated version numbers (#4382)
2017-02-15 Marek Safar[mcs] Always resolve new initializers with conditional...
2017-02-15 Marek Safar[System.Net.Http] Add Transfer-Encoding: chunked specia...
next