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-02-18Fix repl using declaration after type declarationMarek Safar
2011-02-17Load default references after user references so they can rely on corlibMarek Safar
2011-02-17Cleanup repl from most of static stuff and fix many hidden issuesMarek Safar
2011-02-17[asp.net,mvc3] Fix for bug #668655. Implemented a few more NameValueCollectio...Marek Habersack
2011-02-17Don't use runtime flag for basic compiler (it still lives in old world)Marek Safar
2011-02-17Fixed exception string (spaces between words = good)Jeffrey Stedfast
2011-02-17[mcs] Fix builds which use full file paths on the command lineMarek Habersack
2011-02-17Set correct runtime version for corlib now when mcs defaults to 4.Marek Safar
2011-02-17Correctly set underlying type of reduced side-effect constant expressionMarek Safar
2011-02-17Allow people to optionally fallback to the old scheduler with an environment ...Jérémie Laval
2011-02-17Remove ctors in TpSchedulerJérémie Laval
2011-02-17Make TryExecuteTaskInline a bit smarterJérémie Laval
2011-02-17Refactor common code block of TpScheduler and SyncContextScheduler in Schedul...Jérémie Laval
2011-02-17Kill old IScheduler interface.Jérémie Laval
2011-02-17When finding best worker number in Parallel loops use current TaskScheduler i...Jérémie Laval
2011-02-17Adapt TpScheduler to the new API in TaskSchedulerJérémie Laval
2011-02-17Cache callback delegate in TpScheduler when passing Task to QueueUserWorkItemJérémie Laval
2011-02-17Don't create a new lambda everytime when queuing Task via ThreadPool QueueUse...Jérémie Laval
2011-02-17Try to execute task inline when they are ready to run and we wait on them wit...Jérémie Laval
2011-02-17Threadpool Task schedulerJérémie Laval
2011-02-17Merge few more changes from MDMarek Safar
2011-02-17Remove install hack from mcs/mcsMarek Safar
2011-02-17Fix Location to have reasonable limits when running under MDMarek Safar
2011-02-17get out from NET_4_0.Atsushi Eno
2011-02-17Couple of corcompare fixes.Atsushi Eno
2011-02-17Only use non-null values in ServiceAuthorizationBehavior.Atsushi Eno
2011-02-17Fill a couple of missing ServiceAuthorizationElement implementation.Atsushi Eno
2011-02-17HTTP authentication in HttpListener had dropped during refactoring. Now it's ...Atsushi Eno
2011-02-17Return a new object in ObjectPool when too much time is spent spinning in TakeJérémie Laval
2011-02-17Fix full path file names parsingMarek Safar
2011-02-16Another make dist fixMarek Safar
2011-02-16MakXsdDataContractExporter refactoring to generally use SerializationMap.XmlN...Atsushi Eno
2011-02-16fix the mobile buildJb Evain
2011-02-16Keep monolite in line with mono 2.4 corlib as I cannot handle two different v...Marek Safar
2011-02-16Fix mcs exit code for informative argumentsMarek Safar
2011-02-16Make all arrays module specificMarek Safar
2011-02-16Track what task is currently executed by a ThreadWorker and add the case for ...Jérémie Laval
2011-02-16Create PLinq query tasks attached to their eventual task parent by defaultJérémie Laval
2011-02-16When choosing the number of Task to create for a PLinq query, check if we are...Jérémie Laval
2011-02-16Implement properly TaskScheduler's FromCurrentSynchronizationContextJérémie Laval
2011-02-16Less static is good for my healthMarek Safar
2011-02-16Don't reject serialization map for existing different (but same-purpose) type.Atsushi Eno
2011-02-16To header seems mandatory in April2005, so fill it.Atsushi Eno
2011-02-16April2005 AppSequence needs default constructor for deserialization.Atsushi Eno
2011-02-16xsi:type parsing is wrong in default namespace resolution.Atsushi Eno
2011-02-16Operation interface methods also have ServiceKnownType attributes.Atsushi Eno
2011-02-16KnownTypeCollection; recursively registered type was not added to the collect...Atsushi Eno
2011-02-16Make pdb2mdb work with files in other directories.Martin Baulig
2011-02-15[xbuild] Fix bug #671700, resource naming in presence of "Link".Ankit Jain
2011-02-15New testMarek Safar