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-09-08[sdks] Change the DISABLE_ conditionals to ENABLE_ to avoid building extra st...Zoltan Varga
2019-09-07[interp] Fix recent warnings I added. (#16722)Jay Krell
2019-09-07[interp] Assign sp once is enough in leave. (#16694)Jay Krell
2019-09-06Mirror changes from mono/coreclr (#16713)Dotnet-GitSync-Bot
2019-09-06Remove accidentally committed debug lineAlexis Christoforides
2019-09-06[jit][llvm] Track variable nullness separately from array length ranges/index...imhameed
2019-09-06[metadata] Fix leaks when handling a few attributes (#16675)Vlad Brezae
2019-09-06[debugger][android] It was not initialising seq_points on MonoCompile on Andr...Thays Grazia
2019-09-05[interp] Kill InterpFrame.ex (#16666)Vlad Brezae
2019-09-05[netcore] Bump CoreFX, core-setup dependencies (#16681)Filip Navara
2019-09-05[interp] Localize endfinally_ip to leave, and it cannot be null (barring (#16...Jay Krell
2019-09-05Fix distclean (#16667)Jo Shields
2019-09-05Remove redundant function call of EscapeTypeName to make (#16425)Fan Yang
2019-09-05[wasm] Add build.sh (#16682)Maxim Lipnin
2019-09-05[interp] Remove unused parameter to ves_pinvoke_method. (#16677)Jay Krell
2019-09-05[netcore] Fix the range checks for Vector.CopyTo(). (#16663)Zoltan Varga
2019-09-05Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)Next Turn
2019-09-05Fix StyleCop tuple warnings (dotnet/coreclr#26514)Stephen Toub
2019-09-05Remove `readonly` from GCHandle field on Gen2GcCallback (#26509)Stephen Toub
2019-09-05Use expression-bodied members in more places (dotnet/coreclr#26500)Stephen Toub
2019-09-05[llvm] Use branch weight metadata in some cases. (#16668)Zoltan Varga
2019-09-04Update CodeOwners (#16662)Sam Patel
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04Take stars out of types where they make more sense.Jay Krell
2019-09-04more star placementJay Krell
2019-09-04Move stars to sometimes but not always onventional and wierd location. C synt...Jay Krell
2019-09-04Move stars to conventional but wierd place.Jay Krell
2019-09-04Update mono/eglib/gmodule-win32.cJay Krell
2019-09-04Update mono/eglib/glib.hJay Krell
2019-09-04Remove unnecessary cast.Jay Krell
2019-09-04Allocate MAX_PATH to start, but it usually wastes memory.Jay Krell
2019-09-04Fix C++?Jay Krell
2019-09-04cleanupJay Krell
2019-09-04Test invalid module.Jay Krell
2019-09-04Skip psapi.dll and go right to the Windows 7 or newer versions in kernel32.dll.Jay Krell
2019-09-04Remove cast.Jay Krell
2019-09-04commentsJay Krell
2019-09-04Remove accident.Jay Krell
2019-09-04MAX_PATH reduction.Jay Krell
2019-09-04Tweak names and fix preexisting leak under low memory.Jay Krell
2019-09-04[Coop] GetStackTraces.Jay Krell
2019-09-04Implement more Math LLVM intrinsics (#16578)Egor Bogatov
2019-09-04[Coop] ves_icall_System_IOSelector_AddJay Krell
2019-09-04Fix several recently added StyleCop tuple rules (dotnet/corefx#40794)Stephen Toub