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
2017-12-05Fix genproj.cs (make update-solution-files) (#6162)Egor Bogatov
2017-12-05README.md: point at GitHub IssuesAleksey Kliger (λgeek)
2017-12-05[linker-analyzer] added --flat option (#5629)Radek Doulik
2017-12-05[tests] Disable weak-fields.exe on FullAOT as wellAlexander Köplinger
2017-12-04Bump version to 5.11 (#6158)Alexander Köplinger
2017-12-04[tests] Disable weak-fields.exe on ARMAlexander Köplinger
2017-12-04[mcs] Don't emit tuple names for a private typesMarek Safar
2017-12-04[llvm] Update the llvm backend to work with the 2017-12-01-31d7f39423874d5292...Zoltan Varga
2017-12-04[Profiler] Fix parsing bug when `jit` is enabledDavid Karlaš
2017-12-04[runtime] Add support for weak fields. (#5972)Zoltan Varga
2017-12-03[jit] Fix the DISABLE_JIT build. (#6152)Zoltan Varga
2017-12-02[linker-analyzer] Fix error reportingRadek Doulik
2017-12-02Merge pull request #6148 from alexrp/profiler-stress-msbiologymonojenkins
2017-12-02[acceptance-tests] Disable the msbiology test completely.Alex Rønne Petersen
2017-12-01[mem access] don't do regular store if it's already handled by the unaligned ...Bernhard Urban
2017-12-01[w32handle] Don't enter GC SAFE around calls to w32handle_wait_{one,multiple}...Aleksey Kliger (λgeek)
2017-12-01[interp] move interp functions into a callbackBernhard Urban
2017-12-01[mini] Add missing try holesVlad Brezae
2017-12-01[log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, ...Ludovic Henry
2017-12-01Merge pull request #6134 from alexrp/masterAlex Rønne Petersen
2017-12-01[llvm] Fix the build. (#6142)Zoltan Varga
2017-12-01 [runtime] Replace the C and perl versions of the genmdesc tool with a pyt...Zoltan Varga
2017-12-01Cleanup unused MONO_DISABLE_SHM env var (#6141)markusbeth
2017-12-01Mini h cleanup (#6072)Zoltan Varga
2017-12-01[msvc] Update csproj files (#6137)monojenkins
2017-11-30Merge pull request #6135 from YuriyGS/DataGridViewCell-BorderAlexis Christoforides
2017-11-30[profiler] Correctly encode counter type/unit/variance values.Alex Rønne Petersen
2017-11-30Additional cell paddings in TextBoxCell:YuriyGS
2017-11-30Drawing row & column divider and take it into account for drawing borders.YuriyGS
2017-11-30AdjustCellBorderStyle - implemented edge/non-edge header/non-header row and c...YuriyGS
2017-11-30Outset and SingleHorizontal border styles fixedYuriyGS
2017-11-30[profiler] Ensure the profilers behave sensibly when loaded during AOT compil...Alex Rønne Petersen
2017-11-30Merge pull request #6115 from alexrp/profiler-lls-fixRodrigo Kumpera
2017-11-30Merge pull request #6110 from alexrp/masterRodrigo Kumpera
2017-11-29un-commented HmacSha256Signature bug 35661Andreas Lindh
2017-11-29[msvc] Update csproj files (#6131)monojenkins
2017-11-29[mcs] Implements C#7.1 default literalMarek Safar
2017-11-29[interp] disassembler for mint instructions should return a string instead of...Bernhard Urban
2017-11-28Merge pull request #6043 from kumpera/wasm-p2Rodrigo Kumpera
2017-11-28[loader] Don't assert on abstract methods in get_method_constrained (#6109)Aleksey Kliger (λgeek)
2017-11-28Merge pull request #6121 from akoeplinger/bump-msbuildAlexis Christoforides
2017-11-28[ci] Make bockbuild step fatal for run-test-mac-sdk.shAlexis Christoforides
2017-11-28[ci] Skip System.Runtime.CompilerServices.Unsafe tests on arm32 tooAlexander Köplinger
2017-11-28[profiler] Add an assertion to the log profiler to catch the thread resurrect...Alex Rønne Petersen
2017-11-28[profiler] Remove tools_thread checks when raising profiler thread events.Alex Rønne Petersen
2017-11-28[profiler] Use thread_exited profiler event for recording thread end events.Alex Rønne Petersen
2017-11-28[profiler] Add thread_stopping and thread_exited profiler events.Alex Rønne Petersen
2017-11-28Bump bockbuild to upgrade expat library (#6093)Alexander Köplinger
2017-11-28[interp] small improvment for error reporting in interp compile method callbackBernhard Urban
2017-11-28[aot] encode interp_in wrappers with proper signatureBernhard Urban