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-10-11[lldb] update expression in scriptBernhard Urban
2017-10-11Merge pull request #5689 from lateralusX/lateralusX/windows-native-unwind-cod...Johan Lorensson
2017-10-11[runtime] Allow throwing pending exceptions from protected wrappers.Zoltan Varga
2017-10-11[runtime] Remove a mono_error_raise_exception () call from mono_remoting_wrap...Zoltan Varga
2017-10-11[jit] Call mono_llvm_raise_exception () directly from a bitcode jit icall. (#...Zoltan Varga
2017-10-11[interp] fix offset calculation for exvar slots in localsBernhard Urban
2017-10-11[test] Add Type.GetType("", ...) testsAleksey Kliger
2017-10-11[reflection] Throw TLE for Type.GetType("", true) (Fixes #59664)Aleksey Kliger
2017-10-11[reflection] Use MonoError for mono_reflection_parse_type_checkedAleksey Kliger
2017-10-11[ASan] introduce MONO_NO_SANITIZE_ADDRESS macro and mark sgen pin object scan...Bernhard Urban
2017-10-10[runtime] Use mono_set_pending_exception () in ves_icall_System_Threading_Thr...Zoltan Varga
2017-10-10[runtime] Remove unused mono_gc_out_of_memory () function. (#5750)Zoltan Varga
2017-10-10[mcs] Adds workaround for compiled enum types used as fields of other types. ...Marek Safar
2017-10-10[interp] fix LMF popping during exception handlingBernhard Urban
2017-10-10[interp] remove InterpMethod entry in hash table on free_method callbackBernhard Urban
2017-10-10[System.Windows.Forms] Proper operation order. Fixes #59393. (#5734)Yuriy
2017-10-10[interp] use GC aware memcpy for storing value types to fieldsBernhard Urban
2017-10-10[bcl] Fix csi to work on Mono (#5737)Alexander Köplinger
2017-10-10Merge pull request #5726 from alexrp/mastermonojenkins
2017-10-10Merge pull request #5714 from alexischr/update_bockbuildAlexis Christoforides
2017-10-10[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)Alexander Köplinger
2017-10-09[msvc] Update csproj files (#5745)monojenkins
2017-10-09[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)Alexander Köplinger
2017-10-09[corlib] Fixes make dist (#5735)Marek Safar
2017-10-09Updated with review feedback.lateralusX
2017-10-08[profiler] Clean up the makefile and address some issues with it.Alex Rønne Petersen
2017-10-06[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)vkargov
2017-10-06Update BockbuildAlexis Christoforides
2017-10-06Adding basic codeview support on Windows x64 full AOT builds.lateralusX
2017-10-06Adding native unwind info support in Windows x64 full AOT builds.lateralusX
2017-10-06[corlib] Makes GetReferencedAssemblies test more reliableMarek Safar
2017-10-06Merge pull request #5327 from marek-safar/corefx-bumpMarek Safar
2017-10-06[runtime] Fix Empty generic enumerator equalityAlexander Kyte
2017-10-06Bump API snapshot submodulemonojenkins
2017-10-06[appletls] Trust SecTrustResult.Proceed as well. Fixes #58411.Rolf Bjarne Kvinge
2017-10-06Initial set of Ward sgen annotations (#5705)Aleksey Kliger (λgeek)
2017-10-05Bump corefxMarek Safar
2017-10-05[mcs] Fixes codegen for pattern probing with value-type variablesMarek Safar
2017-10-05[aot] Don't error out if a method fails to JIT in full-aot mode. This was a r...Zoltan Varga
2017-10-05[runtime] Coverage profiler fixes (#5698)Zoltan Varga
2017-10-05[corlib] Fixes array enumerator to match .net behaviourMarek Safar
2017-10-05[jit] In native-to-managed wrappers, emit the initlocals code for vtypes afte...Zoltan Varga
2017-10-05Add new profile for monodroid tools (#5699)Alexander Köplinger
2017-10-04[monodroid] Fix Mono.Posix tests build (#5697)Marek Habersack
2017-10-04[mcs] Allows shadowing of probing pattern variablesMarek Safar
2017-10-04[System] Ignore FtpWebRequestTest.DownloadFile2_v6 test when IPv6 isn't avail...Alexander Köplinger
2017-10-04Merge pull request #5693 from lateralusX/lateralusX/disable-stack-overflow-wi...Johan Lorensson
2017-10-04[coverage-profiler] Collect coverage data at IL seq point locations. (#5667)Zoltan Varga
2017-10-04Merge pull request #5664 from lateralusX/lateralusX/mkbundle-windows-toolchainsJohan Lorensson
2017-10-03Bump version to 5.9.0 (#5692)Ludovic Henry