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
2014-07-01[mcs] Re-add obsolete reporting for enumerators removed in 6643bc119cbe1e94b5...Marek Safar
2014-06-30Merge pull request #1138 from akoeplinger/fix-webtest-deadlocksAlex Rønne Petersen
2014-06-30[System.Web] Tests: Fix deadlock when ThreadAbortException is thrownAlexander Köplinger
2014-06-30[mcs] Not applicable GetEnumerator candidates were not rejected early enoughMarek Safar
2014-06-30Merge pull request #1133 from kitsilanosoftware/mcs-tests-no-jscriptAlex Rønne Petersen
2014-06-30[mcs] Emit partial type parameters attributes tooMarek Safar
2014-06-30[mcs] Use same rules in dynamic context as in normal instance member hidding.Marek Safar
2014-06-28[Ms.Build] Disable 4 tests in ProjectTest and ProjectCollectionTest under NET...Alex Rønne Petersen
2014-06-27[MSBuild] Reload projects after parsing sln fileMichael Hutchinson
2014-06-27[MSBuild] Suppress useless messageMichael Hutchinson
2014-06-27[System.IO.Compression] Tidy up formatting.João Matos
2014-06-27[System.IO.Compression] Fixed archive entry opening for non-Create mode archi...João Matos
2014-06-27Merge pull request #1134 from kitsilanosoftware/mcs-tests-dll-il-distfileMarek Safar
2014-06-27[mcs tests] Add tests/dlls/*.il to DISTFILESDamien Diederen
2014-06-27[mcs tests] class/Microsoft.JScript does not exist anymoreDamien Diederen
2014-06-27[System] Fixes a warningMarek Safar
2014-06-27[corlib] Array qsort without head allocation. Fixes #20922Marek Safar
2014-06-27[mcs] Fix crash in inherited type parameter interface checkMarek Safar
2014-06-27[mcs] Workaround MSIL limitation when loading bool elementsMarek Safar
2014-06-27[sdb] Avoid running tests in the 2.0 profile.Zoltan Varga
2014-06-26Merge pull request #1130 from akoeplinger/descriptive-testsAlex Rønne Petersen
2014-06-26[System] Make tests more descriptive on failureAlexander Köplinger
2014-06-26[System] Up the timeout in the BeginConnectMultiple test to 30s.Alex Rønne Petersen
2014-06-26[Mono.Data.Sqlite] Add support for Scalar and Aggregate functions in Xamarin....Rolf Bjarne Kvinge
2014-06-26[corlib] Update racy testMarek Safar
2014-06-26[mcs] Emit correct attribute reference when async lambda ends up in nested ty...Marek Safar
2014-06-26[corlib] Fix typoMarek Safar
2014-06-26[mcs] Fix local exits from try-finally scope with awaited statementsMarek Safar
2014-06-25[corlib] Enum::TryParse ignores leading whitespaces. Fixes #20870Marek Safar
2014-06-25[mcs] Fix array access of value type compound assignment with awaited argumentMarek Safar
2014-06-25[xbuild] Add 4.5.1 framework. Fixes #20827Marek Safar
2014-06-25[mcs] Allow unsafe code in async block when scope does not need variable capt...Marek Safar
2014-06-25[System.Web] Disable AppResourcesCompilerTest for now.Alex Rønne Petersen
2014-06-25[mcs] Add experimental value changes notifications to evaluatorMarek Safar
2014-06-25[mcs] Handle side effect constants in await contextMarek Safar
2014-06-24Merge pull request #995 from yjoly/masterJeffrey Stedfast
2014-06-24[corlib] Fix racy testMarek Safar
2014-06-24[System.Net.Http] Fix disposing of DelegatingHandler. Fixes #20818Marek Safar
2014-06-24[mcs] Emit side effects of reduced probing expressionMarek Safar
2014-06-24[mcs] Fix emit of array access with awaited indexer expression and result fie...Marek Safar
2014-06-24[mcs] Fix scope initialization for exception filters using hoisted lambdas wi...Marek Safar
2014-06-24[mcs] Recognize await as simple name in type contextMarek Safar
2014-06-23Fix Mono.Linker.csproj so it can buildChris Hamons
2014-06-23[corlib] Fix race in unit testMarek Safar
2014-06-23[mcs] Handle try await nested in multiple finally blocks.Marek Safar
2014-06-23[corlib] Disable TaskContinuationChainLeak test on non-mobile too.Alex Rønne Petersen
2014-06-22[System] Use the same port number instead of a random port in HttpWebRequestTestAlexander Köplinger
2014-06-22Merge pull request #1118 from kitsilanosoftware/udp-client-test-check-ipv6Alex Rønne Petersen
2014-06-21[Managed.Windows.Forms] Added more asserts to the CurrencyManagerTest2 testAlexander Köplinger
2014-06-21[Managed.Windows.Forms] Revert a revert commit that accidentally changed the ...Alexander Köplinger