mono.git
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 Marek Safar[Mono.CSharp] Simplify .sources structure
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...
2017-02-15 Marek SafarMerge pull request #4371 from marek-safar/cecil-update
2017-02-15 Marek Safar[Mono.CodeContracts] Read debug symbols only when they...
2017-02-15 Marek SafarCecil update
2017-02-15 Rodrigo Kumpera[corlib] Rewrite the timer tests to something that...
2017-02-14 Alexander Köplinger[System.ServiceModel.Internals] Use the mobile sources...
2017-02-14 Aleksey Kliger[w32file] transition to GC unsafe in file handle close...
2017-02-14 Aleksey Kliger... [w32file] Push coop transitions into functions, closer...
2017-02-14 Neale FergusonFix DateTime.Now and CurrentTimeToUtc during DST transi...
2017-02-14 Rodrigo Kumpera[corlib] Harden a GC test against possible false pinnig.
2017-02-14 Rodrigo Kumpera[corlib] Disable broken tests that depend on crazy...
2017-02-14 mathieubourgeoisFix when() clause cutting stack traces when filtering...
2017-02-14 Alexander Köplinger[Facades] Update netstandard facade to latest
2017-02-13 Vincent Povirk[tests] Fix out of tree build. (#4372)
2017-02-13 Alexis Christoforides[MacSDK] Updated location of bundled PCL assemblies
2017-02-13 Alexis ChristoforidesBump Bockbuild
2017-02-13 Alexis Christoforides[MacSDK] Switch back to xbuild for IronPython build...
2017-02-13 Alexis ChristoforidesBump Bockbuild
2017-02-13 Marek Safar[System.Net.Http] Allow re-sending StreamContent. Fixes...
2017-02-13 Zoltan Varga[jit] Disable llvm for overly complex methods, to avoid...
2017-02-13 Zoltan Varga[ssa] Fix an assertion if the buffer used to keep renam...
2017-02-13 Alexis ChristoforidesBump Bockbuild
2017-02-13 Alexis ChristoforidesBump bockbuild
2017-02-13 Alexis ChristoforidesBump bockbuild
2017-02-13 Alexis ChristoforidesBump bockbuild
2017-02-13 Alexis Christoforides[MacSDK] updates
2017-02-13 Alexis Christoforides[MacSDK] Update F#
2017-02-13 Marek Safar[System] Fixes failing tests on watch
2017-02-13 Alexis ChristoforidesBump bockbuild
2017-02-13 Alexis Christoforides[MacSDK] Use full Mono version, incl. build number...
next