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
2019-02-27[ci] Add new mode of execution for nunit tests on Android (#13098)Ludovic Henry
2018-01-15[Tests] Ensure that tests are runnable on xamarin-macios (#5875)Manuel de la Pena
2017-10-10[mcs] Adds workaround for compiled enum types used as fields of other types. ...Marek Safar
2017-07-26[corlib] ModuleBuilder pseudo-token lookup needs to use references insteads o...Marek Safar
2016-07-22[Mono.CSharp] Fix test .sources to include ASTVisitorTest.csAlexander Köplinger
2016-06-07[mobile_static] Remove use of CollectionAssert, missing in nunit-liteAlexander Kyte
2015-11-10[mcs] Handle using aliases in evaluator. Fixes #32894Marek Safar
2015-11-10[mcs] Don't store invalid using static expression in evaluator queue. Fixes #...Marek Safar
2015-03-20[eval] Allow class attributesStone Gislason
2015-02-10[eval] Add C#6 using handlingMarek Safar
2014-11-18[eval] Don't assumen all captured types have storey assignedMarek Safar
2014-10-26[eval] Fix delegate; add caching for PrepareEmitStone Gislason
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-05-26[eval] Add test for nested typesMarek Safar
2013-12-11[mcs] Clone labeled statements cache in probing mode. Fixes #16376Marek Safar
2013-07-03Add await support in to evaluator and REPLMarek Safar
2013-04-29Add anonymous type evaluator testMarek Safar
2012-09-06Fix base type definition in repl. Fixes #5913.mono-2.11.4Marek Safar
2012-03-15Fix few unit testsMarek Safar
2012-01-31New testMarek Safar
2012-01-31Add test for reusing compiler settingsMarek Safar
2012-01-27Remove unit index from Location to allow compilation from text bufferMarek Safar
2011-11-04Don't cache namespace usings in eval modeMarek Safar
2011-06-06Add more test filesMarek Safar
2011-05-31[696822] Reset eval completion on error handlingMarek Safar
2011-03-29Make dynamic test for 4.0 profile onlyMarek Safar
2011-03-18Remove more static referencesMarek Safar
2011-02-28[674963] Don't re-emit already closed repl typesMarek Safar
2011-02-22Remove existing type when redefined by evaluatorMarek Safar
2011-02-18Fix repl using declaration after type declarationMarek Safar
2011-02-17Cleanup repl from most of static stuff and fix many hidden issuesMarek Safar
2011-02-11Fix repl not to accumulate every evaluated expressionMarek Safar