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-11-12Extract CurrencyDecimalDigits using currency and not territory info. Fixes #1...Marek Safar
2013-11-12Add more testsMarek Safar
2013-11-12[corlib] Improve the exception message in Delegate::Remove.Rodrigo Kumpera
2013-11-12[linker] Do not remove resources from mscorlib unless it's action is set to LinkSebastien Pouliot
2013-11-12Merge pull request #799 from kebby/masterMarek Safar
2013-11-122013-11-12 Ryan Williams <ryan@ryanwilliams.id.au>supershitauto
2013-11-11Merge pull request #804 from xplicit/attrfixMarek Safar
2013-11-11fixed stackoverflow exception in Attribute.GetHashCode()xplicit
2013-11-11Do not justify the textMiguel de Icaza
2013-11-09System.CompomentModel.Component.cs: Make disposedEvent key staticAlex Willmy
2013-11-09Improve my previous change a bit.Alex Rønne Petersen
2013-11-09Fix an NRE in System.Timers.Timer.Dispose ().Alex Rønne Petersen
2013-11-08[Mono.Tuner] Make ISubStep.Initialize public virtual instead of private, so t...Rolf Bjarne Kvinge
2013-11-08Merge pull request #800 from alistair/south_timezone_fixAtsushi Eno
2013-11-07[monolinker] Add additional preserve instruction for IReadOnlyCollection on S...Sebastien Pouliot
2013-11-06Added tests for Task.WhenAll w/ empty listTammo 'kb' Hinrichs
2013-11-06Return empty result array when calling Task.WhenAllCore<T> with empty argumen...Tammo 'kb' Hinrichs
2013-11-06Further reduce the chance of an NRE in WebConnection, ref: 55f400b6446024adef...Sebastien Pouliot
2013-11-05[linker] Allow accessing more MarkStep.Mark* methods from subclassesSebastien Pouliot
2013-11-05Reduce contention and unnecessary checks at each lookup, part of xambug #14644.Paolo Molaro
2013-11-05Fix the mobile_static build.Rodrigo Kumpera
2013-11-04Fix corlib tests with hard coded line numbers.Zoltan Varga
2013-11-03Mark some corlib tests with the LLVMNotWorking category.Zoltan Varga
2013-11-03Add unit test for NZSTAlistair Bush
2013-11-02[sdb] Implement support for DebuggerStepThrough attribute. Fixes #15139.Zoltan Varga
2013-11-02Merge pull request #798 from akoeplinger/fix-testMarek Safar
2013-11-02hack SettingValueElement.Unmerge().Atsushi Eno
2013-11-02[fullaot] Don't use the complicated generics-heavy cache under full-aot.Rodrigo Kumpera
2013-11-02[System] Avoid an NRE when Close() and Write() are concurrent.Jonathan Pryor
2013-11-01Fixed an issue in corlib Makefile that would make a resource test case fail w...Alexander Köplinger
2013-11-01[sdb] Fix tests.Zoltan Varga
2013-10-31[Mono.Debugger.Soft] Test the inherited Type attributesJeffrey Stedfast
2013-10-31[Mono.Debugger.Soft] Fixed unit test for getting custom type attributesJeffrey Stedfast
2013-10-31Revert "Implementation of Properties and Methods in MethodSignatureGenerator.cs"Rodrigo Kumpera
2013-10-31[linker]: Fix my previous commit.Martin Baulig
2013-10-31Merge pull request #794 from aakashapoorv/patch-1Marek Safar
2013-10-31Implementation of Properties and Methods in MethodSignatureGenerator.csaakashapoorv
2013-10-30[Mono.Debugger.Soft] Implemented inheritance for TypeMirror.GetCustomAttribut...Jeffrey Stedfast
2013-10-30Fix MONO_PATH for run-test-vts in corlib.Zoltan Varga
2013-10-30Dist the subdirs of class/Facades.Zoltan Varga
2013-10-29Fix skip_scan to handle proper load errors.Rodrigo Kumpera
2013-10-29Fixes buildMarek Safar
2013-10-29When parsing documentation cref text turn on error probing for tokenizer as w...Marek Safar
2013-10-29Better error message when member does not implement interface. Fixes #15369Marek Safar
2013-10-29Variables from diffent parameter block still need to be captures even if asyn...Marek Safar
2013-10-28The stripper does not care if some variables can't be referenced (they'll be ...Sebastien Pouliot
2013-10-28Better error message when type inference resolves valid types but parameter t...Marek Safar
2013-10-28Update lower/upper type inference fixing to match the latest C# standard. Fix...Marek Safar
2013-10-27Enum subtraction quirk needs to work with numeric constants only. Fixes #15520Marek Safar
2013-10-25Fixed a test issue where net45 methods were used in net40 profileAlexander Köplinger