Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-19[Tests] Add ConditionParser.And tests.bench-suiteMarius Ungureanu
2016-10-19[Tests] Initial support for benchmarking unit tests.Marius Ungureanu
2016-10-16[Ide] Optimize navigation extension by using method group.Marius Ungureanu
2016-10-16[Ide] Optimize text editor drawing with selectionMarius Ungureanu
2016-10-16{Ide] Avoid iterator allocations in TextEditorViewContent.OnGetContentsMarius Ungureanu
2016-10-16[Misc] Remove lambda allocations on editor hot paths.Marius Ungureanu
2016-10-16[Editor] Remove some lambdas on hot paths and superfluous casts.Marius Ungureanu
2016-10-16[Ide] Switch CommandManager.visitors to List<T> to avoid enumerator allocationsMarius Ungureanu
2016-10-16[CSharp] Avoid creating a lambda closure on type name simplificationMarius Ungureanu
2016-10-16[Core] Avoid superfluous lambda in MSBuildPropertyGroupMarius Ungureanu
2016-10-16[Core] Improve performance a bit by using ConfigureAwait(false) on semaphore ...therzok
2016-10-15[Core] Optimize ChainedExtension FindNextImplementationMarius Ungureanu
2016-10-15[Ide] TypeSystemParserNode.CanParse optimizationMarius Ungureanu
2016-10-15[Perf] Optimize string relational condition evaluationtherzok
2016-10-15[Core] Remove unused local variable.therzok
2016-10-15[Core] Use smarter ConditionRelationalExpression comparisons.Marius Ungureanu
2016-10-15[Core] Don't use the wrong comparer for float/boolMarius Ungureanu
2016-10-15[Core] Avoid boxing int on parsing a solution.Marius Ungureanu
2016-10-15Fix mac console (#1652)Mikayla Hutchinson
2016-10-14bumped md-addinsJeffrey Stedfast
2016-10-14bumped md-addinsJeffrey Stedfast
2016-10-14Merge pull request #1651 from mono/netstd-nameLluis Sanchez
2016-10-14[Ide] Report category for code analysis for project/solutionMarius Ungureanu
2016-10-14Revert "[Mac] Fix issue opening external console"Alan McGovern
2016-10-14Fixed build.Mike Krüger
2016-10-14Always use our provided nuget.Mike Krüger
2016-10-14Added missing Microsoft.CodeAnalysis.CSharp.Features nuget package.Mike Krüger
2016-10-13bumped md-addinsJeffrey Stedfast
2016-10-13Updated references to xwt, md-addinsalan
2016-10-13Updated reference to md-addinsalan
2016-10-13Updated reference to md-addinsalan
2016-10-13Updated reference to md-addinsVincent Dondain
2016-10-13[netstandard] Add Name property to netstandard combo and entryManish Sinha
2016-10-13Fixed 'Bug 45104 - Duplicated code block on closing bracket'Mike Krüger
2016-10-13Updated reference to md-addinsalan
2016-10-12Updated reference to md-addinsVincent Dondain
2016-10-12[Core] Cleanup evaluation context for readability.therzok
2016-10-12[Core] remove unused object introduced in a164be68768bbda759421b193574b79ad2b...therzok
2016-10-12[Core] Expose FilePath.Equals(FilePath).therzok
2016-10-12[Ide] Avoid boxing on Gdk.Key equality comparisons.therzok
2016-10-12[Core] Fix random crasher in solution loadingtherzok
2016-10-12[Ide] Ensure animations are aborted on object destroytherzok
2016-10-12[Perf] Use Directory.Enumerate* instead of Get*therzok
2016-10-12[Core] Recycle the build process if there are too many failuresLluis Sanchez
2016-10-12[Core] Fixup unit tests by applying a fix totherzok
2016-10-12Revert "Revert "[Ide] Optimize ProjectModel Read/PeekChar""therzok
2016-10-12Updated reference to md-addinsalan
2016-10-12Updated reference to md-addinsalan
2016-10-12Fixed 'Bug 45297 - Completion doesn't match on lowercase'Mike Krüger
2016-10-12Revert "[Ide] Optimize ProjectModel Read/PeekChar"therzok