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
2015-12-10[jit] Increase the buffer size used by the dyncall data structures to 512, ad...2bf0d19a48809f566b59408356a00acc507c991d-for-4.2Zoltan Varga
2015-11-23Merge pull request #2257 from kumpera/bug_36000mono-4.2.0-branch-c6sr0Alexis Christoforides
2015-11-20[jit] Fix memory leaks in the generic sharing code by making sure that values...Zoltan Varga
2015-11-05Merge pull request #2202 from mono/revert-2090-mono-4.2.0-branch-bug25480mono-4.2.1.102pjbeaman
2015-11-05Revert 8862921b8611220f5d744f5b7f5d7e064a9769b6David Karlaš
2015-11-03Merge pull request #2164 from alexrp/mono-4.2.0-branch-profiler-crashRodrigo Kumpera
2015-11-03[System.Core] Make sure DateTime.AddDays() is preserved by the linker in a testAlexander Köplinger
2015-11-02Revert "[System] Test Socket TCP double bind."Alexis Christoforides
2015-11-02Merge pull request #2146 from esdrubal/mono-4.2.0-branchMarcos Henrich
2015-10-30Bump for another part of #32317 fixAlexis Christoforides
2015-10-30Bump to test a Bockbuild-side fix for #32317Alexis Christoforides
2015-10-29Merge pull request #2090 from DavidKarlas/mono-4.2.0-branch-bug25480mono-4.2.1.91David Karlaš
2015-10-29[mcs] Support auto-property with private setter with member definition from e...Marek Safar
2015-10-28[llvm] Fix the handling of r4 arguments during calls. Fixes #35044.Zoltan Varga
2015-10-26Merge pull request #2133 from kumpera/linux-debugger-fixRodrigo Kumpera
2015-10-23Merge pull request #2161 from akoeplinger/bug-34334-c6sr1Marek Safar
2015-10-23Revert "[System] Updated SocketTest.TcpDoubleBind."Alexis Christoforides
2015-10-23[gsharedvt] Inflate methods properly in one case. Fixes #34926.Zoltan Varga
2015-10-23Revert "Merge pull request #2135 from esdrubal/mono-4.2.0-branch"Alexis Christoforides
2015-10-22[profiler] Disable the hack to attempt to get code start/size info.Alex Rønne Petersen
2015-10-22[interpreter] Relax check for forcing compilation for built-in structsAlexander Köplinger
2015-10-22[interpreter] Implement comparing string values in (Not)EqualInstructionAlexander Köplinger
2015-10-19Another bump to include F# packaging fixAlexis Christoforides
2015-10-19[corlib] Changes StackTrace.ToString to use Exception format.Marcos Henrich
2015-10-19Test mono-symbolicate with StackTrace.ToString.Marcos Henrich
2015-10-16Merge pull request #2135 from esdrubal/mono-4.2.0-branchLudovic Henry
2015-10-15[System] Added icall SupportsPortReuse.Marcos Henrich
2015-10-14Merge pull request #2131 from sandyarmstrong/mono-4.2.0-branch+mt-runtimeSandy Armstrong
2015-10-14[sdb] Fix state initialization of suspended threads to work when the debugger...Rodrigo Kumpera
2015-10-14Revert "[System] Added icall SupportsPortReuse."Alexis Christoforides
2015-10-13[corlib] Use same Console and Environment logic in monotouch_runtimeSandy Armstrong
2015-10-13Trigger a build to bring in F# El Cap patch and version upgrade. Fixes #34612Alexis Christoforides
2015-10-13Merge pull request #2125 from esdrubal/mono-4.2.0-branchMarcos Henrich
2015-10-13[System] Added icall SupportsPortReuse.Marcos Henrich
2015-10-08[mcs] Resolve target before resolving collection/dictionary initializers. Fix...Marek Safar
2015-10-07[Mono.Posix] Fix signal tests to run on OS X, Android.Jonathan Pryor
2015-10-07Merge pull request #2104 from ludovic-henry/mono-4.2.0-branchAlexis Christoforides
2015-10-06[mcs] Add link to closest parent async storey only if it hold captured this. ...Marek Safar
2015-10-02Revert "Inflate calli generic method signature even if not a wrapper"Rodrigo Kumpera
2015-10-02[corlib] Fix dispose race condition in CancellationTokenSourceLudovic Henry
2015-10-02Inflate calli generic method signature even if not a wrapperVirgile Bello
2015-09-30Merge pull request #2094 from kumpera/el_cap_fixRodrigo Kumpera
2015-09-29[jit] Fix the linking of bblocks for switch statements, previously we were li...Zoltan Varga
2015-09-28[runtime] Attempt to resolve DllImport using the installation lib dir.mono-4.2.1.60mono-4.2.0-bug-33585-hotfixAlexis Christoforides
2015-09-28[test] Fix dependency on compiler behavior for a couple of testsMarek Habersack
2015-09-25[threadpool] Prevent high CPU usage in certain conditionsMarek Habersack
2015-09-25[threading] Apparentlty zero is a valid tls key on some systems.Rodrigo Kumpera
2015-09-24[XBuild] Ignoring paths of .csproj, .targets and .sln file paths so in case o...David Karlaš
2015-09-24[XBuild] Bug 25480 - OutputPath property is not set for this projectDavid Karlaš
2015-09-21Merge pull request #2070 from esdrubal/mono-4.2.0-branchMarcos Henrich