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
path: root/mono
AgeCommit message (Expand)Author
2018-02-08Merge pull request #6835 from alexischr/disable-monitor-wait-testAlexis Christoforides
2018-02-08Use gpointer (void*) as a generic pointer, not char*. (#6704)jaykrell
2018-02-07[metadata] Define getters for MonoClass fields (#6652)Aleksey Kliger (λgeek)
2018-02-07[arm64] Handle arguments of type ArgVtypeOnStack in the dyn call code. Part o...Zoltan Varga
2018-02-07Disable a couple of flaky tests (monitor-*abort)Alexis Christoforides
2018-02-06[interp] Add support for vararg call conventionVlad Brezae
2018-02-06[glib] Include ALIGN_TO and ALIGN_PTR_TOVlad Brezae
2018-02-06[interp] Add storage fetching for typedbyrefVlad Brezae
2018-02-06[interp] Add class check for refanyvalVlad Brezae
2018-02-06[interp] Remove virtual call duplicated codeVlad Brezae
2018-02-06[interp] Remove void call duplicated codeVlad Brezae
2018-02-06[interp] Rename variableVlad Brezae
2018-02-06[interp] Remove some null checksVlad Brezae
2018-02-06[tests] Disable threads-init.exe, it runs out of system threads. (#6803)Zoltan Varga
2018-02-06[utils/threads] Gracefully handle ENOTSUP from pthread_kill () on Apple platf...Alex Rønne Petersen
2018-02-06Fix some function pointer types to match, i.e. so C++ compiles w/o extra cast...jaykrell
2018-02-06[metadata] Move MonoClass initialization to a separate file (#6611)Aleksey Kliger (λgeek)
2018-02-06[runtime] Add a 'frame_addr' field to MonoStackFrameInfo, which is equal to e...Zoltan Varga
2018-02-05Support IBM AIX on POWER (#6677)Calvin
2018-02-05Fix a regression introduced by e05343ddf556a554ff9584759ac24610001d711f: Disa...Zoltan Varga
2018-02-02[jit] Avoid extending the size of Vector2/Vector3 to 16 bytes. Disable SIMD f...Zoltan Varga
2018-02-02[interp] build library of interp even if it's disabled and ship itBernhard Urban
2018-02-02[jit] Fix OP_ICONV_TO_OVF_I8_UN, it should use OP_ZEXT_I4 instead of a 0 shif...Zoltan Varga
2018-02-01[runtime] Fix the build with the --disable-libraries configure option. (#6750)Zoltan Varga
2018-02-01Merge pull request #6728 from alexrp/masterAlexander Köplinger
2018-02-01Fix warnings (#6685)Aleksey Kliger (λgeek)
2018-01-31Save 1K of stack and an extra string copy when a heap allocation was going (#...jaykrell
2018-01-31[threads] Return boolean instead of pointer from Thread_internal (#6661)jaykrell
2018-01-31Revert "[mini] Align stack when resuming to catch handler"Vlad Brezae
2018-01-31[interp] Don't use external only functions in transform.cAleksey Kliger
2018-01-31[interp] config.h must be included first; only by .c filesAleksey Kliger
2018-01-31[interp] Fix some leaking error paths in generate ()Aleksey Kliger
2018-01-31[metadata] New method mono_method_has_no_bodyAleksey Kliger
2018-01-31[runtime] Avoid building a separate static library, use the shared object fil...Zoltan Varga
2018-01-30[sgen] Don't report gc_resize profiler events from worker threads.Alex Rønne Petersen
2018-01-29[interp] use libmonoldflags (to enforce -no-undefined)Bernhard Urban
2018-01-28Remove extra reference count on images loaded via byte array. (#6656)Jonathan Chambers
2018-01-26[interp] Don't push lmf with no interp frame dataVlad Brezae
2018-01-25[unit-tests] Add test-mono-string to .gitignoreAleksey Kliger
2018-01-24[interp] Abide by the abort threshold constraintVlad Brezae
2018-01-24[interp] Interp frames are also managedVlad Brezae
2018-01-24[interp] Initialize sp for first interp frameVlad Brezae
2018-01-24[interp] Remove checks not needed for try blocksVlad Brezae
2018-01-23[offsetdumper] remove InterpMethodArgumentsBernhard Urban
2018-01-23Reusee class unload cache filter logic from metadata in debugger. (#6641)Jonathan Chambers
2018-01-23[sgen] Use sgen_is_object_alive_for_current_gen () instead of sgen_is_object_...Zoltan Varga
2018-01-23[jit] Clear cfg->error after inlining, the error can be ignored, it will happ...Zoltan Varga
2018-01-23[perfcounters] Move machine handling from native to managed. (#6543)jaykrell
2018-01-22[runtime] Apply cctor filters to callees of cctors (#6562)Alexander Kyte
2018-01-22 Fix configure `--disable-boehm` to build more tests. (#6614)jaykrell