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
2016-09-02[SRE] Remove empty TypeBuilder:setup_generic_class () icall.Zoltan Varga
2016-09-02[corlib] Fix the signature of a few SRE icalls, they already receive a TypeBu...Zoltan Varga
2016-09-02[mcs] Adjust correctly newline counter inside pragma warningMarek Safar
2016-09-02[corlib] Add timeout to failing testMarek Safar
2016-09-02Merge pull request #3506 from ntherning/make-ZoneTest-succeed-on-mono-on-windowsMarek Safar
2016-09-02Merge pull request #3452 from ntherning/fix-AppDomainSetupTest-on-windowsMarek Safar
2016-09-02[System.Core] Allow TryConvert to return null for any reference types (not on...Marek Safar
2016-09-01Bundle other options (#3501)Miguel de Icaza
2016-09-01Merge pull request #3498 from mattleibow/bug-41723Alexander Köplinger
2016-09-01Make Zone.CreateFromUrl() work with URLs like file://C:\foo\barNiklas Therning
2016-09-01Merge pull request #3503 from ntherning/fix-MarshalTest.GetHINSTANCE-on-mono-...Niklas Therning
2016-09-01PropertyInfoTest.ConstantValue() shouldn't fail if temp file cannot be deletedNiklas Therning
2016-09-01Ignore the MarshalTest.GetHINSTANCE() test on Mono on WindowsNiklas Therning
2016-09-01[Mono.Data.Sqlite] Using the Version class to do the version comparison corre...Matthew Leibowitz
2016-09-01[Mono.Data.Sqlite] Instead of try/catch and dlopen/dlsym, use a cross-platfor...Matthew Leibowitz
2016-09-01[Mono.Data.Sqlite] Make the fields read-onlyMatthew Leibowitz
2016-09-01[Mono.Data.Sqlite] Added iOS specific checks for entry point existence:Matthew Leibowitz
2016-09-01[corlib] Disable CS0169 for RuntimeStructs.cs.Zoltan Varga
2016-08-31Merge pull request #3395 from lambdageek/dev/handles-stringsAleksey Kliger (λgeek)
2016-08-31[corlib] Add Environment APIs that take EnvironmentVariableTarget on mobileAlexander Köplinger
2016-08-31[System.Core] Add a couple of System.IO.Pipes classes to the mobile profilesAlexander Köplinger
2016-08-31[System] HttpWebRequest::Headers setter was only setting local variable. Fixe...Marek Safar
2016-08-31Merge pull request #3487 from marek-safar/rs-ThreadingMarek Safar
2016-08-30[corlib] Flow CultureInfo from parent thread. Fixes #43193Marek Safar
2016-08-30[corlib] Fix replacement of UTF-16 surrogate pairs in Latin1EncodingAlexander Köplinger
2016-08-30Merge pull request #3477 from Unity-Technologies/create-delegate-exceptionMarek Safar
2016-08-30Make improvments after code review:Josh Peterson
2016-08-30[System] Set KeepAlive flag for HttpWebRequestPozdeev
2016-08-29[Facades] Remove private facadeMarek Safar
2016-08-29Merge pull request #3463 from david-mitchell/al-platform-switchMarek Safar
2016-08-29[corlib] Improve CanceledContinuationExecuteSynchronouslyTest testMarek Safar
2016-08-29Add missing switch and functionality to al.David Mitchell
2016-08-29[runtime] Use coop handles in some String-returning icallsAleksey Kliger
2016-08-29[mcs] Add reference to parent storey when current value type async storey nee...Marek Safar
2016-08-29Merge pull request #3453 from ntherning/cleanup-AssemblyTest-temp-file-handlingMarek Safar
2016-08-29Cleanup temp file handling in AssemblyTestNiklas Therning
2016-08-27[corlib] Fix Marshal test to not rely on Assert.LessAlexander Köplinger
2016-08-26Merge pull request #3460 from akoeplinger/remove-net_4_5-ifdefAlexander Köplinger
2016-08-26Merge pull request #3459 from akoeplinger/fix-parameter-namesAlexander Köplinger
2016-08-26Merge pull request #3457 from akoeplinger/fix-gethrforexceptionAlexander Köplinger
2016-08-26[sre] Remove TypeBuilder::create_internal_class () icall, it doesn't seem to ...Zoltan Varga
2016-08-26[bcl] Fix method parameter names to match .NETAlexander Köplinger
2016-08-26[corlib] Return e.HResult instead of PlatformNotSupportedException/-1 for Mar...Alexander Köplinger
2016-08-25[corcompare] Show extension argument changes. Make parameter name difference ...Marek Safar
2016-08-25[mcs] Don't crash when as operand cannot be resolved. Fixes #43718Marek Safar
2016-08-25[mcs] Correctly detect catch resume point marker in scope of resume points. F...Marek Safar
2016-08-25Validate AppDomainSetup.ApplicationBase path more like .NET doesNiklas Therning
2016-08-25Merge pull request #3437 from ntherning/fix-DirectoryNotFoundException-thrown...Alexander Köplinger
2016-08-24Merge pull request #3444 from akoeplinger/fix-netstandard-extensionsAlexander Köplinger
2016-08-24[monosymbolicate] Add pdb detectionMarek Safar