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 (Collapse)Author
2014-03-10[jit] Add an optimization to use the optimized delegate invoke trampolines ↵Zoltan Varga
in some special cases, since the corresponding delegate invoke wrappers cannot be AOTed. Fixes part of #17423.
2014-03-10[jit] Change the sgen vector allocator il code so it can be AOTed.Zoltan Varga
2014-03-10[interpreter] Size reductionMarek Safar
2014-03-10[corlib] Update en-au pm/am designatorsMarek Safar
2014-03-09[corlib] Add .net compatible separators for es cultureMarek Safar
2014-03-09Merge pull request #940 from alistair/ilist_xml_serializationMarek Safar
ilist xml serialization
2014-03-09[bcl] Work around quadratic behavior in NunitLite's AreEquivalent () methods.Zoltan Varga
2014-03-08Add test to ensure using concrete List as readonly property still serializesAlistair Bush
This change is released under the MIT license.
2014-03-08When a read only property and the type is an interface we can't serialize ↵Alistair Bush
the type. This change is released under the MIT license.
2014-03-08[corlib] Fix the mobile profile.Rodrigo Kumpera
2014-03-08[io-layer] Bionic doesn't have clock_nanosleep.Rodrigo Kumpera
2014-03-07[runtime] Make different kinds of delegate invokes use a different name.Zoltan Varga
2014-03-07Update CLDR to version 2.4. Fixes #17615Marek Safar
2014-03-07[corlib] Fix culture name constants in CreateSpecificCultureFromNeutral to ↵Marek Safar
be all lower case
2014-03-07[sgen] Change the bridge interface to include richer type information on ↵Rodrigo Kumpera
classes. There is an additional axis to bridge processing than just if a type is a bridge or not. It can be processing transparent or opaque. We didn't make this distinction before and treated all types as transparent. Opaque types means that bridge processing should stop at them. An opaque bridge, in addition to that, means it should be reported in. This change paves the way for bridge graph pruning.
2014-03-07Merge pull request #915 from knocte/masterMichael Hutchinson
xbuild: include a Microsoft.Portable.Common.targets file (for F#)
2014-03-07[system.net.htt[] Pass CancellationToken in GetAsync. Fixes #13281Marek Safar
2014-03-06[corlib] Improve flow of ExecutionContext (few tests taken from ↵Marek Safar
https://github.com/mono/mono/pull/864). Fixes #18121 and similar.
2014-03-06Merge pull request #936 from adahn/masterRodrigo Kumpera
[runtime] Fixed flags for VirtualAlloc in mono_valloc (Windows)
2014-03-06Merge pull request #866 from linquize/content-type-encodingMarek Safar
(master) If HTTP charset header is empty, do not append content encoding to Content-Type header
2014-03-06[runtime] Fixed flags for VirtualAlloc in mono_valloc (Windows)Adam Rzepka
2014-03-06Merge pull request #934 from exony-craigminihan/bugzilla#17897-BRodrigo Kumpera
[Fix] Bugzilla #17897 - MemoryCacheEntryPriorityQueue throws out of boun...
2014-03-06[Fix] Bugzilla #17897 - MemoryCacheEntryPriorityQueue throws out of bounds ↵Craig Minihan
after shrink - when MemoryCacheEntryPriorityQueue grows the timed items after a shrink the value of the member variable heapSize is wrong allowing an out-of- bounds exception which would normally be prevented by bounds tests - A test case was added for the out-of-bounds exception
2014-03-06Disable the test-messages test on win32, its not needed.Zoltan Varga
2014-03-06[runtime] Fix loaded llvm support.Zoltan Varga
2014-03-06[runtime] Disable MONO_XEN_OPT on windows.Zoltan Varga
2014-03-06[jit] Implement the push/pop LMF code in IR on windows too.Zoltan Varga
2014-03-06Really fix the build.Zoltan Varga
2014-03-06[runtime] Move some counters to the mono-counters infrastructure, to break ↵Zoltan Varga
dependencies between utils/ and metadata/.
2014-03-06[corlib] Parse datetime string using culture calendar. Fixes #18052Marek Safar
2014-03-06[runtime] Fix a memory leak.Zoltan Varga
2014-03-06[runtime] Fix a memory leak.Zoltan Varga
2014-03-06[runtime] Fix a memory leak.Zoltan Varga
2014-03-06[runtime] Implement wapi_process_get_path () on non osx platforms by falling ↵Zoltan Varga
back to get_process_name_from_proc ().
2014-03-05[sdb] Add some debug output to help track down #18100.Zoltan Varga
2014-03-05Fix the build.Zoltan Varga
2014-03-05[corlib] Implement CultureInfo.ClearCachedData. Fixes #18162Marek Safar
2014-03-05[mdoc] Fix the tests.Zoltan Varga
2014-03-05Merge pull request #931 from exony-craigminihan/bugzilla#18097Marek Safar
Correctly set Count after call to ConcurrentStack.PushRange()
2014-03-05Correctly set Count after call to ConcurrentStack.PushRange()Craig Minihan
2014-03-05Merge pull request #930 from theraot/masterMarek Safar
New cast to double and float for BigInteger
2014-03-05Add a MONO_CONSERVATIVE_HWCAP environment variable.Alex Rønne Petersen
Also a bit of cleanup in the hwcap code.
2014-03-05Add a MONO_DEBUG=suspend-on-exception option.Alex Rønne Petersen
2014-03-05[runtime] Launch managed exe's using the current runtime executable if ↵Zoltan Varga
possible. Fixes #17820.
2014-03-05Revert parts of 6769a30f4, it disabled the hand-specialized sort methods in ↵Zoltan Varga
the non-aot case instead of the aot case.
2014-03-05[Fix] BigInteger: reimplemented cast to single (float)theraot
- The new implementation casts to double and then to float.
2014-03-04[Fix] BigInteger: improved cast to doubletheraot
- Added overloads for PopulationCount and LeadingZeroCount that take ulong. - Added helper method BuildDouble that constructs a double by sign, mantissa and exponent. This method truncates the mantissa, thus may differ in rounding to Math.Pow. - The new implementation avoids Math.Pow by using BuildDouble. - Passing all recently added tests.
2014-03-04BigInteger: more test cases for cast to doubletheraot
2014-03-04[interpreter] Size reductionMarek Safar
2014-03-04[mcs] Emit correct code for lifted nullable bool logical operators where ↵Marek Safar
left operand is not pre cached.