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
2018-11-12[ci] Move sentry reporting to the run-test-* scriptsAlexander Köplinger
2018-11-12[ci] Move apidiff and csproj diff out from run-test-default.shAlexander Köplinger
2018-11-12[ios] cosmetic fix for WatchOS Makefile (#11639)Bernhard Urban
2018-11-12[wasm] add DDI signature to managed2native transitions (#11642)Bernhard Urban
2018-11-12[wasm] Make WasmHttpMessageHandler the default handler for WebAssembly (#11631)Kenneth Pouncey
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
2018-11-10[mini] rename INTERP_FILTER_METHOD to REGRESSION_FILTER_METHOD and accept it ...Bernhard Urban
2018-11-09More codeowners updatesMarek Safar
2018-11-09Bumping reference assemblies generated with latest GenAPI (#11628)Henric Müller
2018-11-09Updating GenAPI binaries (#11629)Henric Müller
2018-11-09Clean up leaks in the WasmHttpMessageHandler. (#11616)Kenneth Pouncey
2018-11-09[bcl] Update BCL Linked Sizemonojenkins
2018-11-09[llvm] bump for armv5 fix (#11621)Bernhard Urban
2018-11-08[runtime] Add __attribute__(format) to glib string formatting functions, fix ...Zoltan Varga
2018-11-08[interp] Add a null check to MINT_LDELEMA. (#11606)Zoltan Varga
2018-11-08[llvm] bump for armhf callingconv fix (#11607)Bernhard Urban
2018-11-08Fix wasm mono showing print dialog twice on error (#11602)Calvin Buckley
2018-11-08[corlib] Removes dead code from EventInfo (#11502)Marek Safar
2018-11-08[sdks] Document one more build settingMarek Safar
2018-11-08[corlib] Move Stack and Queue to mscorlib as we want to used them by (#11511)Marek Safar
2018-11-08unbreak the interp build.Rodrigo Kumpera
2018-11-08[wasm] Move bundled linker to different locationMarek Safar
2018-11-08[wasm] Avoid referencing aot-dummy.dll in non-aot mode. (#11600)Zoltan Varga
2018-11-07initial RISC-V support (#11593)Bernhard Urban
2018-11-07[corlib] Move the runtime internal state to MonoModule from Module. Bump corl...Zoltan Varga
2018-11-07[android sdk] Package resource assemblies into app bundle (#11583)Alexander Köplinger
2018-11-07[jit] Move a few DISABLE_JIT stubs to arch-stubs.c. (#10991)Zoltan Varga
2018-11-07Upgrade xunit to version 2.4 (#11595)Alexander Köplinger
2018-11-07Bump corertAlexander Köplinger
2018-11-07Updates codeowners (#11592)Marek Safar
2018-11-07[runtime] Fix llvm arm autodetection / fix build (#11172)Alexander Kyte
2018-11-07[bcl] Update BCL Linked Sizemonojenkins
2018-11-07[corlib] Import System.IO.Stream/BufferedStream from CoreFX (#10880)Alexis Christoforides
2018-11-06[icalls] remove DISABLE_POLICY_EVIDENCE (#11565)Bernhard Urban
2018-11-06Bump roslyn-binaries submodule to pull in System.Xml.dll file name fix in vbc...Alex Earl
2018-11-06[sdks] Exit with non-zero exit code if the simulator test fails on ios. (#11547)Zoltan Varga
2018-11-06[ios sdk] Package resource assemblies into app bundle (#11575)Alexander Köplinger
2018-11-06[interp] enable delegate-with-null-target.exe (#11570)Bernhard Urban
2018-11-06Don't override default LLVM's opt & llc args via llvmopts-add and llvmllc-add...Egor Bogatov
2018-11-06Merge pull request #11444 from vargaz/wasm-work10Rodrigo Kumpera
2018-11-06[mini] do not emit safepoints for methods without calls and loops (#11554)Bernhard Urban
2018-11-06[ci] Fix Windows .msi buildAlexander Köplinger
2018-11-06[csproj] Update project filesmonojenkins
2018-11-06[corlib] Update aot testing profile to run more testsMarek Safar
2018-11-06[csproj] Update project filesmonojenkins
2018-11-06[runtime] Enable usage of Runtime team sentry server (#11532)Alexander Kyte
2018-11-06[ci] Add jenkins script for testing fullaot + interp (#11553)Vlad Brezae
2018-11-05[corlib] Icall for Buffer.MemcpyVlad Brezae
2018-11-05[corlib] Remove unused functionVlad Brezae
2018-11-05[interp] transform delegate invoke in method body too (#11528)Bernhard Urban