[sgen] Explain a FIXME.
[mono.git] / mcs /
2013-12-10 Marek Safar[mcs] Update populated member cache of dynamic containe...
2013-12-09 Zoltan Varga[corlib] Disable a test which causes a wapi_unref_full...
2013-12-09 Marek Safar[corlib] Update current LogicalCallContext from empty...
2013-12-09 Marek Safar[mcs] Show correct #line location for files in other...
2013-12-09 Marek Safar[system] Redirect of put requests was converted to...
2013-12-09 Atsushi EnoMerge pull request #830 from akoeplinger/fix-net40...
2013-12-08 Marek Safar[corlib] Ignore awaited default synchronization context.
2013-12-08 Alexander KöplingerFix NET_4_0 tests build by correcting accessibility...
2013-12-08 Marek Safar[corlib] Not continue on awaited source context should...
2013-12-08 Marek Safar[corlib] Keep original cancellation exception from...
2013-12-08 Marek SafarAdd new test
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-07 Marek Safar[corlib] Block configurable task awaiter until task...
2013-12-07 Marek Safar[corlib] Better handling of awaiter continuation on...
2013-12-07 Marek Safar[corlib] Add check for launching cancelled task to...
2013-12-06 Zoltan Varga[bcl] Invoke assembly resolve hooks even if the assembl...
2013-12-06 Marek Safar[corlib] Optimize one string Join<T> overload. Fixes...
2013-12-06 Rodrigo Kumpera[bcl] Handle BigInt -> long conversions that should...
2013-12-06 Rodrigo KumperaMerge pull request #828 from mateusz-holenko/master
2013-12-06 Marek Safar[System.Net.Http] Don't throw on invalid input in TryGe...
2013-12-06 Marek Safar[mcs] Don't stop type inference when a unique construct...
2013-12-06 Marek Safar[mcs] Add better type conversion to unary mutators...
2013-12-06 Marek SafarBump mscorlib version for monolite to work correctly
2013-12-06 Marek SafarImprove test failure check
2013-12-06 Atsushi EnoFix build.
2013-12-05 Sebastien Pouliot[Test] Fix build of System.Core unit tests
2013-12-05 Jonathan Pryor[Mono.Options] Improve error message for badly bundled...
2013-12-05 Sebastien Pouliot[Test] Ignore a test case if executed on the main thread
2013-12-05 Marek SafarMerge pull request #827 from Blewzman/master
2013-12-05 Marek Safar[mcs] Convert dotted paths to full path
2013-12-05 BlewzmanSmall coding style fixes.
2013-12-05 BlewzmanSupport IReadOnlyList in System.Linq.Enumerable.Element...
2013-12-05 Marek Safar[sle] Implement DynamicExpressionVisitor.
2013-12-05 Atsushi EnoIn ConsoleLogger, add workaround for bogus use of Event...
2013-12-05 Marek Safar[corlib] Implement task awaiters running on custom...
2013-12-04 Martin Baulig[xbuild]: Fix the tests.
2013-12-04 Marek Safar[corlib] Better conversion betwen system locale and...
2013-12-04 Zoltan VargaMerge pull request #824 from hanswolff/patch-1
2013-12-04 Marek Safar[corlib] CreateSpecificCulture without exception retry
2013-12-04 Marek Safar[corlib] Update CurrentRegion to work with DefaultThrea...
2013-12-04 Martin Baulig[xbuild]: Check a <Target>'s "Returns" first, then...
2013-12-03 Martin Baulig[xbuild]: Provide diagnostic logging of all executed...
2013-12-03 Martin Baulig[xbuild]: Allow expressions inside a dynamic <ItemGroup...
2013-12-03 Marek Safar[mcs] Report nice error instead of crash for cyclic...
2013-12-03 Marek Safar[mcs] Report all failure errors in lambda conversions...
2013-12-03 Marek Safar[corlib] Replace manual array resize with Resize call
2013-12-03 Atsushi EnoFix android-specific build (use of unassigned variable).
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi EnoRemove private sln/csproj files.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd missing exception types.
2013-12-03 Atsushi EnoProjectCollection.DefaultToolsVersion is settable.
2013-12-03 Atsushi EnoSome parser error message got source string for Conditi...
2013-12-03 Atsushi EnoTarget items related fixes - give diagnostic outputs...
2013-12-03 Atsushi EnoFix some default properties: OutputType has default...
2013-12-03 Atsushi EnoEnable parallel build test, with successful command...
2013-12-03 Atsushi EnoConsoleLogger is now parallel build ready.
2013-12-03 Atsushi EnoFixed Task output item string result creator and fixed...
2013-12-03 Atsushi EnoEmpty items could still slipped in when converting...
2013-12-03 Atsushi EnoMake sure to raise matching TaskFinished event.
2013-12-03 Atsushi EnoWhile converting string to array, trim each element...
2013-12-03 Atsushi Enoimplement "skip target due to previous success" feature.
2013-12-03 Atsushi EnoImprove item evaluation whitespace handling.
2013-12-03 Atsushi Enodisable parallel build test because it is ConsoleLogger...
2013-12-03 Atsushi EnoProjectTaskOutputPropertyInstance was not appropriately...
2013-12-03 Atsushi EnoMake sure to use BuildNodeManager in any build run...
2013-12-03 Atsushi EnoLoadProject() should add the loaded project to the...
2013-12-03 Atsushi EnoAny errors inside BuildEngine build could be logged...
2013-12-03 Atsushi EnoGive Project FullPath a unique name for each test so...
2013-12-03 Atsushi EnoMake sure to fire TargetFinished event in any result...
2013-12-03 Atsushi Enocouple of minor refactoring and warnings cleanup.
2013-12-03 Atsushi Enodo not try to evaluate and set non-required and empty...
2013-12-03 Atsushi Enofix test file name.
2013-12-03 Atsushi EnoHandle target Inputs and Outputs so that extra targets...
2013-12-03 Atsushi EnoFor Condition, "yes", "no", "on" and "off" are also...
2013-12-03 Atsushi EnoFor ItemType-less metadata expression, apply all items...
2013-12-03 Atsushi EnoEvaluate Target Condition too.
2013-12-03 Atsushi EnoMake use of XBUILD_FRAMEWORK_FOLDERS_PATH in GetReferen...
2013-12-03 Atsushi Enoimplement MetadataAccessExpression evaluate methods.
2013-12-03 Atsushi EnoProjectInstance never had valid ToolsVersion because...
2013-12-03 Atsushi EnoFix ProjectInstance.ToolsVersion, never returned valid...
2013-12-03 Atsushi EnoCheck Condition on task parameter before trying to...
2013-12-03 Atsushi EnoWell-Known metadata support is now in ProjectItemInstan...
2013-12-03 Atsushi EnoSplit lengthy DoBuildTarget() function into understanda...
2013-12-03 Atsushi EnoProject.GetItems() and ProjectInstance.GetItems() are...
2013-12-03 Atsushi Enoadd some workaround for "PLATFORM" property that should...
2013-12-03 Atsushi Enoimplement UnloadProject().
2013-12-03 Atsushi EnoSTRING_LITERAL could contain expandable expressions...
2013-12-03 Atsushi Enoremove redundant "throw NIE".
2013-12-03 Atsushi Enoimplement ExpressionParserManual.EvaluateMetadataExpres...
2013-12-03 Atsushi EnoForgot to rename namespace in .jay.
2013-12-03 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi EnoAdd more diagnostic logging in BuildEngine4.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd and use BuildAbortedException.
2013-12-03 Atsushi Enoimplement ProjectInstance.GetItems() which is now actua...
2013-12-03 Atsushi EnoFilter out empty strings in split item array.
2013-12-03 Atsushi EnoTask parameters has to be expanded before being applied...
2013-12-03 Atsushi Enoseveral BuildEngine4 fixes.
2013-12-03 Atsushi EnoFix namespace.
next