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
path: root/mcs
AgeCommit message (Expand)Author
2013-06-11Fix new BigInteger().GetHashCode() to not throw.Rodrigo Kumpera
2013-06-11Fix delegate combine when left side has already been invoked.Rodrigo Kumpera
2013-06-11Better handle default value BigInteger. Fixes #11945Rodrigo Kumpera
2013-06-11[PCL]: System.Windows and System.Xml.Serialization are no Facade Assemblies.Martin Baulig
2013-06-11Handle shifts by multiple of 32 correctly. Fixes #10887.Rodrigo Kumpera
2013-06-11Add specialized memcpy/bzero methods to String which are called from gsharedv...Zoltan Varga
2013-06-10Rework the gsharedvt code to add support for vtypes with arbitrary size.Zoltan Varga
2013-06-09Complex.ToString must not pass format string to string.FormatChristoph Ruegg
2013-06-08Prevent multiple threads to populate the keyword tableJb Evain
2013-06-07Resolve switch cases without look aheah look-up. Fixes #12583Marek Safar
2013-06-07[ios] Remove code path using UseMachineKeyStore since it's not available (and...Sebastien Pouliot
2013-06-07[System.ComponentModel.Composition]: Disable RefEmit classes on MonoTouch.Martin Baulig
2013-06-06Merge pull request #655 from zgramana/masterMarek Habersack
2013-06-06[Caching] Adds some checks for overflow and valid bounds on heap indexes.Zachary Gramana
2013-06-06[monodoc] Cache assembly loaded with MonoImpInfo. Patch by Aaron Oneal.Jérémie Laval
2013-06-06[monodoc] Use CLEAN_FILES rather than overriding clean-localJérémie Laval
2013-06-06[monodoc] Remove .config file when cleaningJérémie Laval
2013-06-06Check class level type parameters used in explicit delegate parameters conver...Marek Safar
2013-06-06Correct encoding transformation flags for type arguments arrays without dynam...Marek Safar
2013-06-06Keep hoisted this when lambda parent is async lambda. Fixes #12549Marek Safar
2013-06-06[mdoc] Pass the right HelpSource as a hint to the renderer to avoid generatin...Jérémie Laval
2013-06-06[monodoc] Ditto for fetching type node parents of subnodes.Jérémie Laval
2013-06-06[monodoc] Fix ecma traversal with unattached tree.Jérémie Laval
2013-06-06Build System.Net on mobile (type-forwarders for PCL).Martin Baulig
2013-06-05Exclude the new System.IO.Directory unit test for iOS (no Mono.Unix)Sebastien Pouliot
2013-06-05Add monotouch_corlib.dll.sources (to simply include corlib.dll.sources) since...Sebastien Pouliot
2013-06-05Fix 2.0 build.Rodrigo Kumpera
2013-06-05[System.Core] Add AesCryptoServiceProvider to the MONODROID profile.Jonathan Pryor
2013-06-05Make sure the behavior between GetFiles and EnumerateFiles are the same regar...Rodrigo Kumpera
2013-06-04[ios] Remove the need to use reflection to call the StartWWAN method (by movi...Sebastien Pouliot
2013-06-04[PCL]: Set Facade Assemblies' version number to "4.0.0.0".Martin Baulig
2013-06-04Re-enable a test for the MOBILE profile (by ensuring the required method is n...Sebastien Pouliot
2013-06-04Implement MethodMirror.MakeGenericMethod ().Zoltan Varga
2013-06-04[corlib] Don't throw UnauthorizedAccessException from Path.GetTempFileNameJonathan Pryor
2013-06-03TimeSpan.TryParseExact should not try to parse null input.Martin Potter
2013-06-03a few more nunit test modernization.Atsushi Eno
2013-06-03convert some unit tests to modern style. (not really modern, just killing Ass...Atsushi Eno
2013-06-01Shortcut open parent recognition for switchJoost Koehoorn
2013-05-31Fix random unit test failures on the bots [#12493]Sebastien Pouliot
2013-05-31[Mono.Debugger.Soft] Updated closed/disconnected state when connection is for...Jeffrey Stedfast
2013-05-31[mkbundle] do not require dos2unix (and sh) on Windows. Skip it if it does no...Atsushi Eno
2013-05-31[System] Don't use System.Reflection.Emit if we're in a FullAOT runtime.Rolf Bjarne Kvinge
2013-05-30Improve the reliability and error reporting of the TPL Dataflow test suite.Rodrigo Kumpera
2013-05-30[ios] Allow some level of configuration when CryptoConfig is used (as a last ...Sebastien Pouliot
2013-05-29Remove MOBILE defines inside X509Chain testsSebastien Pouliot
2013-05-29[mdoc] Fix unit tests.Jonathan Pryor
2013-05-29[mdoc] Fix export-msxdoc regression, updated expected output.Jonathan Pryor
2013-05-29Enable fixed testsMarek Safar
2013-05-29Run YieldAwaitable tests on default synchronization context. Fixes #12446Marek Safar
2013-05-29Disable some YieldAwaitable tests on MT.Zoltan Varga