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
2017-11-08[System]: Override `SslStream.FlushAsync ()` to call the async version on the...Martin Baulig
2017-11-08[Facades] Use same assembly company/product/copyright attributes as other BCL...Alexander Köplinger
2017-11-07ignore quick syntax to exclude files in removecomments.sh for local-dist (#5958)Egor Bogatov
2017-11-07[corlib] corefx tests from System.Threading.* and System.Text.RegularExpressi...Egor Bogatov
2017-11-07[System] Ignore tests that fail on device until the corresponding bugs have b...Rolf Bjarne Kvinge
2017-11-06[bcl] Updates referencesource to 4.7.1Marek Safar
2017-11-06[mcs tests] clean up interp targetBernhard Urban
2017-11-06Ensuring TextBox is properly updated upon setting/clearing password character...Josip Medved
2017-11-06[mcs tests.make] control with TEST_WITH_INTERPRETER if `run-test` target uses...Bernhard Urban
2017-11-06[mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIMEBernhard Urban
2017-11-06[corlib] annotate failing tests when running in interpreterBernhard Urban
2017-11-06[corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profilesMarek Safar
2017-11-04[ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory en...Alexander Köplinger
2017-11-04Fix bug 57938 - FullName not returning null for certain generic types (#5920)Katelyn Gadd
2017-11-04[interp] Enable some testsVlad Brezae
2017-11-03[System.Windows.Forms] Fixes #60435. DataGridViewRow.CreateCellsInstance meth...Yuriy
2017-11-03Internationalization support for System.Windows.Forms: (#5886)Yuriy
2017-11-03[Tests] Fix zip tests on iOS devices. (#5939)Manuel de la Pena
2017-11-03[Test] Fix System.IO.Compression.FileSystem tests on iOS devices. (#5938)Manuel de la Pena
2017-11-02[System.Security] Simplify monodroid test excludes (#5919)Alexander Köplinger
2017-11-02[corlib] Add more Assembly*Attribute tests (#5918)Alexander Köplinger
2017-11-01[Tests] Ensure that only a subset of the System.Security tests are ran on mob...Manuel de la Pena
2017-11-01[mkbundle] Enhanced mkbundle cygwin/mingw fallback support. (#5867)Johan Lorensson
2017-11-01Debugger support for the interpreter (#5902)Zoltan Varga
2017-10-31[System.Web] Reference source import (#5909)Konstantin Safonov
2017-10-31[Mono.Posix] Fix some socket tests on monodroid (#5915)Alexander Köplinger
2017-10-28[System.Web] LoginTextLayout from reference sourceKonstantin Safonov / kasthack
2017-10-28[corlib][Test] Ignore FileTest.SymLinkLoop until bug #59239 is fixed. (#5889)Rolf Bjarne Kvinge
2017-10-28[System.Web] EmptyControlCollection from reference source (#5884)Konstantin Safonov
2017-10-27[build] Add wasm profileMarek Safar
2017-10-27[System.Web] TableFooterRow from reference source (#5882)Konstantin Safonov
2017-10-27[System.Web] CompilationMode from reference source (#5878)Konstantin Safonov
2017-10-27[System.Web] ScrollBars from reference source (#5869)Konstantin Safonov
2017-10-27[System.Web] ObjectDataSourceEventHandler from reference source (#5868)Konstantin Safonov
2017-10-27[System.Web] WizardStepType from reference source (#5870)Konstantin Safonov
2017-10-27[System.Web] TableHeaderRow from reference source (#5866)Konstantin Safonov
2017-10-27[System.Web] IndexedString from reference source (#5872)Konstantin Safonov
2017-10-27[System.Web] ImageClickEventArgs from reference source (#5871)Konstantin Safonov
2017-10-27[Microsoft.CSharp] Adds more testsMarek Safar
2017-10-26Add an automated test that will fail if the list of feature names in Compiler...Katelyn Gadd
2017-10-25[System.Data] Cleanup after #4893 (PR) (#5841)Egor Bogatov
2017-10-24[coop-handles] System.IO.MonoIO.FindFirstFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetFileAttributesJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.SetCurrentDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.ReplaceFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.RemoveDirectoryJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.OpenJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.MoveFileJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileStatJon Purdy
2017-10-24[coop-handles] System.IO.MonoIO.GetFileAttributesJon Purdy