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
2019-03-21Track API changesLluis Sanchez
2019-01-28[C#] Remove old parseddocument hacks around C#therzok
2018-06-06[CSharp] Fix warningsMikayla Hutchinson
2018-04-24[TODO] Split out legacy comment tasks handling into own file.therzok
2018-04-24[TODO] Remove old tag comments visitor.therzok
2018-04-23Fixes issue #4655 Text editor corrupts when you navigate to a fileMike Krüger
2018-04-17[Ide] Switched to roslyn folding infrastructure.Mike Krüger
2018-02-23[Refactoring] Switch to Roslyn CodeFixService (#3636)Marius Ungureanu
2018-01-18[Refactoring] Fix quick fixes not appearing for compiler errors (#3689)Marius Ungureanu
2018-01-17[Ide] Use compiler warnings from roslyn, rather than computing our own. (#3668)Marius Ungureanu
2017-11-28[C#] Fix performance issue with files opened for a long time (#3413)Marius Ungureanu
2017-10-12[Ide] Moved IsAdHocDocument to parse options. The document is reparsedMike Krüger
2017-10-10Fixed 'Bug 60073 - Error squiggles do not appear for standalone files'Mike Krüger
2017-05-31[C#] Optimize CommentVisitor.Marius Ungureanu
2017-05-31[C#] Fix CommentVisitor doc comment closing tag.Marius Ungureanu
2017-05-09[Ide] Get rid Task.Run nesting in GetErrorsAsync.Marius Ungureanu
2017-05-04Revert "Merge remote-tracking branch 'origin/huge-leak-fixes-proper-rebased'"Alan McGovern
2017-05-04[Perf] Address PR feedback.Marius Ungureanu
2017-05-03[Ide] Get rid Task.Run nesting in GetErrorsAsync.Marius Ungureanu
2017-04-27[C#] Finer grained parsed document cancellationMarius Ungureanu
2016-11-11[AspNet] Implemented razor using projections.Mike Krüger
2016-10-16[Core] Improve performance a bit by using ConfigureAwait(false) on semaphore ...therzok
2016-10-07[Misc] Saner SemaphoreSlim timeout/cancellation handling.therzok
2016-10-07[Misc] Prevent SemaphoreSlim overflowtherzok
2016-10-02[Misc] Add cancellation tokens to SemaphoreSlim.WaitAsync where applicable.Marius Ungureanu
2016-09-29[CSharp] Async folding generation all the way.Marius Ungureanu
2016-07-07[Csharp] Switch to async lockMarius Ungureanu
2016-02-22Fixed 'Bug 38959 - Collapsed regions shows the "#region" at theMike Krüger
2015-12-04Fixed 'Bug 36554 - [Roslyn] Comment tasks are not shown in TasksMike Krüger
2015-11-23[CSharpBinding] Fixed fold types for foldingsMike Krüger
2015-08-05[CSharpBinding] C# parsed document uses now background tasks for someMike Krüger
2015-07-09[CSharpBinding] GetRegionEntry is now async.Mike Krüger
2015-06-16[CSharpBinding] Streamlined API.Mike Krüger
2015-05-22[Ide] Temoprarly disable project search category caching.Mike Krüger
2015-05-21Fixed Bug 30265 - [Roslyn] Caret line is not centered when opening aMike Krüger
2015-04-17[CSharpBinding] Catch arbitrary exceptions when trying to get errorMike Krüger
2015-04-16[CSharpBinding] Narrow down public API.Mike Krüger
2015-04-14[CSharpBinding] Fix some thread exceptions.Mike Krüger
2015-04-07[CSharpBinding] Fixed some possible exceptions.Mike Krüger
2015-03-20[CSharp] Fixed Roslyn Folding parser for documentation comments so it matches...David Karlaš
2015-03-19[CSharpBinding] Added GenerateType code fix provider.Mike Krüger
2015-03-18[CSharBinding] Ported the InlineTemporaryCodeRefactoringProvider.Mike Krüger
2015-03-11[CSharpBinding] Implemented support for error ids & diagnostic tags.Mike Krüger
2015-03-02[CSharpBinding] Implemented ParsedDocument comment parsing.Mike Krüger
2015-02-19[Ide] Ported task system to roslyn.Mike Krüger
2015-02-18[Refactoring] Abstracted rename dialog.Mike Krüger
2015-01-28[Ide] Removed unused parts of the ParsedDocument API.Mike Krüger
2015-01-27[CSharpBinding] Implemented async parsed document.Mike Krüger