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
2011-08-30Fix the taken==true argument check in the v4 monitor fastpath.Zoltan Varga
2011-08-29Update Mono.CecilJb Evain
2011-08-29Complete READMEJb Evain
2011-08-29Add README to specify Cecil's update procedureJb Evain
2011-08-29Delete deprecated solution fileJb Evain
2011-08-29Fix bug #380. Patch from bnc#605795 were not committed to master but part of ...Sebastien Pouliot
2011-08-28Do not set WaitingToRun status when trying to run synchronously. Fix #471.Jérémie Laval
2011-08-28Check and throw if a task reportedly executed isn't actually ran. Fix #470.Jérémie Laval
2011-08-28Check that CancellationToken coming from OperationCanceledException isn't Non...Jérémie Laval
2011-08-25The base architecture for code-contracts analysisAlexander Chebaturkin
2011-08-24Check TaskFactory continuation optionsMarek Safar
2011-08-24[mdoc] Remove monodocer.cs.orig, .monodocer.cs.swp.Jonathan Pryor
2011-08-25Revert GET switch for serializing requests. BodyWriter handles it better.Atsushi Eno
2011-08-25for GET request, just skip the member. It does not contain xml for null.Atsushi Eno
2011-08-24Skip serialization when the return type is void.Atsushi Eno
2011-08-24Do not try to output empty message body to logs.Atsushi Eno
2011-08-24When there is void return, the common message formatter should ignore it.Atsushi Eno
2011-08-24ReturnValue in MessageDescription was missing when there was MessageContract.Atsushi Eno
2011-08-24Differentiate GET query parameter binding from another request binding.Atsushi Eno
2011-08-24When there was no path parameter, it ignored the whole path part.Atsushi Eno
2011-08-24This filter should ignore port, and should not filter out anonymous URIs.Atsushi Eno
2011-08-24Add System.Threading.Tasks.Dataflow assembly to the 4.0 buildJérémie Laval
2011-08-24[mdoc-update] Fix interaction between --delete, -fno-assembly-versions.Jonathan Pryor
2011-08-23Void type is not convertible to reference typesMarek Safar
2011-08-23Remove wrong assembly attributeMarek Safar
2011-08-23Fix struct cycle detection for static generic type fieldsMarek Safar
2011-08-23Use inflated version of interfaces when checking base method type parameter c...Marek Safar
2011-08-23Merge pull request #162 from garuma/tpl-dataflow-blocksMarek Safar
2011-08-23UriTemplate should not be mandatory, make it optional. Fix unit test.Atsushi Eno
2011-08-23Use events to wait for completion (where applicable) in dataflow unit testsJérémie Laval
2011-08-23Fix file name in source commentJérémie Laval
2011-08-23Remove #if NET_4_0 and add MonoTODO attributeJérémie Laval
2011-08-23Add blocks implementationJérémie Laval
2011-08-22Fix mobile builds in the latest Tasks change.Atsushi Eno
2011-08-20Update System build tooJérémie Laval
2011-08-20Split internal types in their own filesJérémie Laval
2011-08-20Throw when a non-finished task is startedJérémie Laval
2011-08-20Make TaskCompletionSource methods thread-safeJérémie Laval
2011-08-20Move old default task scheduler to Mono.ParallelJérémie Laval
2011-08-20Revert "Remove the old PFX Scheduler from the build"Jérémie Laval
2011-08-20Remove the old PFX Scheduler from the buildMiguel de Icaza
2011-08-20Fix variance test involving nullable types.Rodrigo Kumpera
2011-08-19Split TaskFactory.cs fileMarek Safar
2011-08-19TaskCompletionSource.SetException cannot be used with empty arrayMarek Safar
2011-08-18Run scheduled continuation on current contextMarek Safar
2011-08-18remove bomMarek Safar
2011-08-18Make await contextual keywordMarek Safar
2011-08-18Warn about misused async modifierMarek Safar
2011-08-18[LinkedList] Optimise Clear slightly.Alan McGovern
2011-08-18Merge pull request #161 from LogosBible/masterAlan McGovern