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
2019-08-27use gunichar2 for appctx_keys and appctx_valuesb16502Egor Bogatov
2019-08-27Remove AppContext.cs that was moved to sharedAlexander Köplinger
2019-08-27Move AppContext.CoreCLR.cs to shared, remove static ctor (#26045)Egor Bogatov
2019-08-27Fix comment typo in ManualResetValueTaskSourceCoreStephen Toub
2019-08-27Do not use `AllocateUninitializedArray` in private array pools. (#26338)Vladimir Sadov
2019-08-27Disable SA1001 for LocaleData.Unix.csStephen Toub
2019-08-27Separate Async*MethodBuilder types into their own files (#26364)Stephen Toub
2019-08-27[git] Set csharp diff pattern for *.cs sources. (#16495)Nikolay Sivov
2019-08-27Add missing const, particularly on functions "like" memcpy. (#16477)Jay Krell
2019-08-27Merge pull request #16451 from vargaz/gc-handle-pinZoltan Varga
2019-08-27[threadpool-io] Throw if backend won't be able to register a FD (#16396)Aleksey Kliger (λgeek)
2019-08-26[netcore] Implement missing ThreadPool methods (for metrics) (#16076)Egor Bogatov
2019-08-26Fix special case tramp assert in x86/amd64. (#16476)Johan Lorensson
2019-08-26[bcl] Update BCL Linked Size (#16427)monojenkins
2019-08-26Fix BinaryReader.ReadChars for fragmented Streams (dotnet/coreclr#26324)Jan Kotas
2019-08-26Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26350)Next Turn
2019-08-26Contribute to IDE0055 (fix formatting)Stephen Toub
2019-08-26Contribute to StyleCop SA1002 (semicolon spacing)Stephen Toub
2019-08-26Fix StyleCop warning SA1001 (spaces around commas)Stephen Toub
2019-08-26[utils] Don't use MAP_32BIT on Apple platforms, fixes crash with XCode 11 bet...Alexander Köplinger
2019-08-26Optimized LLVM IR (#16448)Egor Bogatov
2019-08-26[interp] Cleanup stackval_to_data and stackval_to_data_addr. (#16458)Jay Krell
2019-08-26[android] remove text relocations in AOT/arm32 (#16432)Bernhard Urban
2019-08-26Detect additional invalid assembly names when parsing (#16446)Ryan Lucia
2019-08-26Add MONO_LLVM_INTERNAL to mono_jit_compile_method. (#16463)Jay Krell
2019-08-25[interp] Outline mono_interp_box_vt. (#16454)Jay Krell
2019-08-24[runtime] Make the local gc handles pin the object they point to by scanningZoltan Varga
2019-08-24[interp] Outline STRMFLD_VT. (#16355)Jay Krell
2019-08-24[windows gc] Trim one syscall per thread in garbage collection. (#16003)Jay Krell
2019-08-24Remove dlmalloc from Win32. (#15773)Jay Krell
2019-08-24Pass --clr-memory-model in csc/vbc wrapper script (#16439)Alexander Köplinger
2019-08-24Merge pull request #16414 from vargaz/llvm-gc-poll-wrapperZoltan Varga
2019-08-23Return an empty string for assemblies loaded from stream (#16345)Ryan Lucia
2019-08-23[netcore] Use requesting assembly's context for InternalLoad callsRyan Lucia
2019-08-23[netcore] Random loader cleanupRyan Lucia
2019-08-23Cleanup GregorianCalendarHelper leap month checks (dotnet/coreclr#26321)Tarek Mahmoud Sayed
2019-08-23Bump corefx to get https://github.com/mono/corefx/pull/336Alexander Köplinger
2019-08-23Merge pull request #16431 from kjpou1/wasm-maindir-cleanupZoltan Varga
2019-08-23[jit] Make mono_unwind_frame () ignore registers which are greater than NUM_D...Zoltan Varga
2019-08-23Merge pull request #16429 from vargaz/llvm-jit-moduleZoltan Varga
2019-08-23Fix the bitcode build.Zoltan Varga
2019-08-23[llvm] Add a cold wrapper and mono wrapper for gc poll for JITted code as well.Zoltan Varga
2019-08-23Address review comments wasm/support to wasm/srcKenneth Pouncey
2019-08-23Fix the build.Zoltan Varga
2019-08-23[llvm] Add a mono wrapper method for the gc poll cold cconv wrapper so the EH...Zoltan Varga
2019-08-23Merge pull request #16407 from vargaz/fix-llvm-simdZoltan Varga
2019-08-23Merge pull request #16408 from vargaz/noreturn-methodsZoltan Varga
2019-08-23Merge pull request #16412 from EgorBo/fix-ci4Egor Bogatov
2019-08-23[wasm] Small cleanup of main wasm directoryKenneth Pouncey
2019-08-23[llvm] Don't pass a module argument to the code in llvm-jit.cpp, we create a ...Zoltan Varga