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
AgeCommit message (Expand)Author
2015-03-24[corlib] Remove unused filesMarek Safar
2015-01-21[corlib] Contracts and CompilerServices from reference sourcesMarek Safar
2015-01-16[TPL] Replace implementation by Microsoft reference sourcesLudovic Henry
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2014-11-26[corlib] Implement ExecutionContext flow for async infrastructure. Fixes #24757Marek Safar
2014-02-10[corlib] Mark awaited task exception observed when GetResult does the waitMarek Safar
2014-02-06[corlib] Better recovery when tasks run on broken schedulerMarek Safar
2014-01-06[corlib] Mark all promise-style task exceptions observed. Fixes #17015Marek Safar
2014-01-02[corlib] Promise style tasks cannot be started manually. Fixes #16857Marek Safar
2013-12-13[corlib] Don't inline await continuations when the context does not allow it....Marek Safar
2013-12-09[corlib] Ignore awaited default synchronization context.Marek Safar
2013-12-08[corlib] Not continue on awaited source context should also ignore user task ...Marek Safar
2013-12-08[corlib] Keep original cancellation exception from awaited taskMarek Safar
2013-12-07[corlib] Block configurable task awaiter until task completes.Marek Safar
2013-12-07[corlib] Better handling of awaiter continuation on finished taskMarek Safar
2013-12-05[corlib] Implement task awaiters running on custom task scheduler. Fixes #16587Marek Safar
2013-11-27[corlib] Better exception message for unexpected task resultMarek Safar
2013-06-27Block task awaiter until task completes. Fixes #12745Marek Safar
2013-05-09Remove extra null key checkMarek Safar
2013-04-24Task.Yield needs to continue on synchronization context if there is any. Fixe...Marek Safar
2013-02-28Share more common codeMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2013-01-11MOBILE now builds with 4.0 enabled but its version remains 2.0.5.0.Rodrigo Kumpera
2013-01-03Generate better stack trace for exception from async contextMarek Safar
2012-07-26Fix attribute argumentsMarek Safar
2012-06-01Add state-machine attributesMarek Safar
2012-04-03Better handling of OperationCanceledExceptionMarek Safar
2012-03-09Add missing files from last commitMarek Safar
2012-03-09Add new async interfacesMarek Safar
2012-03-06Add 4.5 Caller attributesMarek Safar
2012-01-05disassemble the agressive-inlining flag correctly.Rodrigo Kumpera
2011-12-13Add all missing sequential layout directives to corlib and system.Rodrigo Kumpera
2011-11-03Add type forwarding for ExtensionAttributeMarek Safar
2011-11-02Add few 4.5 types to compile MEF2Marek Safar
2011-10-27Move TrySet method from TaskCompletionSource to Task, so AsyncTaskMethodBuild...Marek Safar
2011-10-21Setup await continuation without extra taskMarek Safar
2011-10-04Correctly capture synchronization contextMarek Safar
2011-09-20Add more task awaiters and optimize existing ones by using new overloadsMarek Safar
2011-09-19Add few new 4.5 overloadsMarek Safar
2011-09-19Move some async types to corlibMarek Safar
2011-01-26Further .NET 4.0 ification of the mobile profileGeoff Norton
2011-01-25Add pfx to the mobile profileGeoff Norton
2010-12-29Remove no longer used BOOTSTRAP conditionalsMarek Safar
2010-11-08API compatibility workMarek Safar
2010-10-15Warnings cleanupMarek Safar
2010-09-23Fix the default exception message of RuntimeWrapperException.Zoltan Varga
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath