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
AgeCommit message (Expand)Author
2016-07-04[coreclr-tests] Disable a test that fails verification.Rodrigo Kumpera
2016-07-04[coreclr-tests] Disable another broken test.Rodrigo Kumpera
2016-07-04[coreclr-tests] Disable another broken test.Rodrigo 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-03[runtime] Implement TLS_OP_GET_REG on linux (#3227)Alexander Kyte
2016-07-03[runtime] Abort the finalizer thread first instead of stopping it, to allow a...Zoltan Varga
2016-07-02[System.IO.Compression] Fixes ZipArchive to support non-seekable streams.João Matos
2016-07-02[jit] Add fixme to AA.Rodrigo Kumpera
2016-07-02[mini] Ensure that an endfinally outside of a finally block fails to JIT.Rodrigo Kumpera
2016-07-02[ilasm] Side with parent declaration when deciding if a type is an enum or a ...Rodrigo Kumpera
2016-07-02[jit] Remove silly debug spew.Rodrigo Kumpera
2016-07-02[coreclr-tests] Disable another test that depends on array size limits on .net.Rodrigo Kumpera
2016-07-02[amd64] The prolog stack probe code sequence is 11 bytes each chunk and not 1...Rodrigo Kumpera
2016-07-02[coreclr-tests] Disable some tests that are not supposed to work under mono.Rodrigo Kumpera
2016-07-02[jit] Return NULL on zero sized localloc. Fixes coreclr test.Rodrigo Kumpera
2016-07-02[verifier] Do method visibility checks for virtual final methods. Enable type...Rodrigo Kumpera
2016-07-01Merge pull request #3211 from BrzVlad/fix-finalizer-thread-exitedVlad Brezae
2016-07-01[remoting] If remoting is disabled, don't assert looking for LoadRemoteFieldN...Aleksey Kliger (λgeek)
2016-07-01[sgen] Make suspend_finalizers volatileVlad Brezae
2016-07-01Merge pull request #3225 from tritao/zip_stream_gettersJoão Matos
2016-07-01[llvmonly] Fix the name of a few llvmonly icalls.Zoltan Varga
2016-07-01[llvmonly] Unwrap RuntimeWrapperExceptions if needed.Zoltan Varga
2016-07-01[sgen] Avoid throwing exceptions from inside the critical region in the manag...Zoltan Varga
2016-07-01[corlib] Mark some StackTrace/StackFrame methods as NoInlining to prevent llv...Zoltan Varga
2016-07-01[tests] Probe for a different type than System.IO.Pipes.PipeOptions which is ...Zoltan Varga
2016-07-01[llvmonly] Avoid asserting when caching non-open generic instances.Zoltan Varga
2016-07-01[llvmonly] Emit gsharedvt wrappers for Nullable.Unbox calls.Zoltan Varga
2016-07-01[llvmonly] Fix a case where an ftnptr was invoked as a method address.Zoltan Varga
2016-07-01[llvmonly] Fix invocation of string ctors. Emit Array.Set/Get wrappers for mo...Zoltan Varga
2016-07-01[jit] Avoid emitting seq points inside alloc wrappers, they contain critical ...Zoltan Varga
2016-06-30[System.Web.Services] Fixes bad XmlMapping.Key.mono-pr-3226Marcos Henrich
2016-06-30[System.Web.Services] Test Header sharing issue.Marcos Henrich
2016-06-30Restore NULL check which PR #3040/#3105 mistakenly removed (bug 41623) (#3219)Andi McClure
2016-06-30[System.IO.Compression] Fixed Zip entry stream length/position getters in Upd...João Matos
2016-06-30Merge pull request #3216 from tritao/zip_duplicate_entriesJoão Matos