mono.git
2017-10-10 Alexis ChristoforidesMerge pull request #5714 from alexischr/update_bockbuild master
2017-10-09 Alexander Köplinger[utils] Add check for ANDROID_UNIFIED_HEADERS to mono...
2017-10-09 monojenkins[msvc] Update csproj files (#5745)
2017-10-09 Alexander Köplinger[corlib] Use temp directory for assemblies in SaveTest...
2017-10-09 Marek Safar[corlib] Fixes make dist (#5735)
2017-10-06 vkargov[runtime] Don't insta-fail when a faulty COM type is...
2017-10-06 Alexis ChristoforidesUpdate Bockbuild
2017-10-06 Marek Safar[corlib] Makes GetReferencedAssemblies test more reliable
2017-10-06 Marek SafarMerge pull request #5327 from marek-safar/corefx-bump
2017-10-06 Alexander Kyte[runtime] Fix Empty generic enumerator equality
2017-10-06 monojenkinsBump API snapshot submodule
2017-10-05 Rolf Bjarne... [appletls] Trust SecTrustResult.Proceed as well. Fixes...
2017-10-05 Aleksey Kliger... Initial set of Ward sgen annotations (#5705)
2017-10-05 Marek SafarBump corefx
2017-10-05 Marek Safar[mcs] Fixes codegen for pattern probing with value...
2017-10-05 Zoltan Varga[aot] Don't error out if a method fails to JIT in full...
2017-10-05 Zoltan Varga[runtime] Coverage profiler fixes (#5698)
2017-10-05 Marek Safar[corlib] Fixes array enumerator to match .net behaviour
2017-10-05 Zoltan Varga[jit] In native-to-managed wrappers, emit the initlocal...
2017-10-05 Alexander KöplingerAdd new profile for monodroid tools (#5699)
2017-10-04 Marek Habersack[monodroid] Fix Mono.Posix tests build (#5697)
2017-10-04 Marek Safar[mcs] Allows shadowing of probing pattern variables
2017-10-04 Alexander Köplinger[System] Ignore FtpWebRequestTest.DownloadFile2_v6...
2017-10-04 Johan LorenssonMerge pull request #5693 from lateralusX/lateralusX...
2017-10-04 Zoltan Varga[coverage-profiler] Collect coverage data at IL seq...
2017-10-04 Johan LorenssonMerge pull request #5664 from lateralusX/lateralusX...
2017-10-03 Ludovic HenryBump version to 5.9.0 (#5692)
2017-10-03 Marek HabersackPrepare Mono for Android NDK with unified headers ...
2017-10-03 Marek Safar[System.Net.Http] Updates range check from 3741d16503a9...
2017-10-03 Vlad BrezaeMerge pull request #5636 from BrzVlad/fix-xmm-scan
2017-10-03 Marek Safar[mcs] Implements C# 7.2 readonly structs
2017-10-03 lateralusXDisable none-working stack overflow implementation...
2017-10-03 Ludovic Henry[w32file] Push win32 specific error to win32 specific...
2017-10-03 Marek Safar[mcs] Adds minor langversion support
2017-10-03 Johan LorenssonMerge pull request #5656 from lateralusX/lateralusX...
2017-10-03 Bernhard Urban[interp] fix using conv.u with string
2017-10-03 Rodrigo Kumpera[jit] Fix using conv.u with string.
2017-10-03 Marek Safar[mcs] Allow properties and indexers of by-ref values...
2017-10-03 Zoltan Varga[runtime] Store implmap_idx as a guint32 to avoid overf...
2017-10-03 lateralusXMerged changes in master libmonoruntime into PR.
2017-10-03 lateralusXUpdated with review feedback.
2017-10-03 lateralusXUpdate msvc README file.
2017-10-03 lateralusXAdd missing dependency for libmini.
2017-10-03 lateralusXAlign libgc vcxproj with makefile.
2017-10-03 lateralusXAlign libgcmonosgen vcxproj with makefile.
2017-10-03 lateralusXAlign eglib vcxproj with makefile.
2017-10-03 lateralusXAlign libmonoruntime vcxproj with makefile.
2017-10-03 lateralusXAlign libmonoutils vcxproj with makefile.
2017-10-03 lateralusXFix libmini targets and filters.
2017-10-03 lateralusXAdded labels to eglib and libmonoutils.
2017-10-03 lateralusXFix libmonoruntime targets and filters.
2017-10-03 lateralusXFix libmonoutils targets and filters.
2017-10-03 lateralusXFix eglib targets and filters.
2017-10-03 lateralusXDrop use of def files for x86, x64 mono-2.0-sgen|boehm...
2017-10-03 lateralusXRestructure of mono.sln and build properties to better...
2017-10-03 lateralusXMerge all static runtime libs into libmono-static.
2017-10-03 lateralusXReview feedback + drop VS2013 support.
2017-10-02 Rodrigo KumperaMerge pull request #5668 from kumpera/wasm-work-p4
2017-10-02 vkargov[ci] Small improvements for run-jenkins and collect...
2017-10-02 Alexis ChristoforidesMerge pull request #5675 from mono/glib-debug-symbols
2017-10-02 Alexander KöplingerBump mono-extensions to fix build break (#5677)
2017-10-02 Ankit JainBump NuGet.BuildTasks to get new updates and switch...
2017-10-02 Cody RussellAdd glib to the list of packages with debugging symbols.
2017-10-02 Uri Simchoni[profiler] log profiler: limit method instrumentation...
2017-10-02 Zoltan Varga[jit] Fix the saving of the 'cfg->ret_var_set' flag...
2017-10-02 Marek Safar[mcs] Initial by ref returns and variables support
2017-10-02 Marek HabersackFix ninja BTLS build for verbose builds (#5673)
2017-10-02 Hugh BellamyFix LinearGradientMode parameter validation to match...
2017-10-02 lateralusXMajor improvement of Visual Studio toolchain and Window...
2017-10-02 Steffen KießAllow passing null to JsonArray.Add()
2017-10-02 Hugh BellamyRemove invalid tests for image palettes in GdiPlusTest...
2017-09-30 Alexander Köplinger[corlib] Make Marshal.BufferToBSTR(Array, int) non...
2017-09-29 Rodrigo KumperaMerge pull request #5659 from kumpera/fix_59824
2017-09-29 Rodrigo Kumpera[wasm] We can't free memory in wasm as it uses the...
2017-09-29 Rodrigo Kumpera[wasm] Add new missing signature.
2017-09-29 Rodrigo Kumpera[wasm] Disable test that doesn't work with WASM
2017-09-29 Marek Safar[System.Net.Http] HttpClient timeout range checks....
2017-09-29 Marek Safarcodeowners update
2017-09-29 Ludovic Henry[w32file] Move MonoIO.Find{First,Next,Close} to managed
2017-09-29 Ludovic Henry[w32file] Remove dead code
2017-09-29 Aleksey Kliger[sre] register a canonical MonoReflectionMethod for...
2017-09-29 Aleksey Kliger[sre] Expect a new token for MonoArrayMethod and Signat...
2017-09-29 Aleksey Kliger[sre] Remove MonoDynamicImage:handleref_managed field
2017-09-29 Aleksey Kliger[sre] Map fieldref tokens to MonoClassField*
2017-09-29 Aleksey Kliger[sre] Wrap mono_image_create_token with HANDLE_FUNCTION...
2017-09-29 Aleksey Kliger[test] SRE ILGenerator test for methodref and fieldref...
2017-09-28 Alexander Köplinger[System] HttpListenerRequest: ignore bad cookies and...
2017-09-28 Ankit Jain[msbuild] Bump msbuild to fix test failures on wrench...
2017-09-28 Rodrigo KumperaMerge pull request #5560 from kumpera/wasm-work-p3
2017-09-28 Rodrigo KumperaMerge pull request #5567 from kumpera/fix_59334
2017-09-28 Rodrigo Kumpera[runtime] Synthesize IList and IReadOnlyList for the...
2017-09-28 Rodrigo Kumpera[mini] Fix test compiling when running !MOBILE
2017-09-28 Rodrigo Kumpera[runtime] Fix icall signature and change comment to...
2017-09-28 Rodrigo Kumpera[wasm] Implement GC support. Embedder must provide...
2017-09-27 Rodrigo Kumpera[runtime] Fix DISABLE_REFLECTION_EMIT build.
2017-09-27 Vlad Brezae[amd64] Save missing register
2017-09-27 Vlad Brezae[arm64] Scan simd registers on apple
2017-09-27 Vlad Brezae[runtime] Avoid indirection when building MonoContext...
2017-09-27 Vlad Brezae[arm64] Add the full neon regs to the context
2017-09-27 Vlad Brezae[amd64] Add XMM registers to MonoContext on linux
next