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 (Collapse)Author
2019-02-11Switch to xamarin/nrefactory forkKirill Osenkov
2019-02-07Bump NRefactory to:Kirill Osenkov
https://github.com/KirillOsenkov/NRefactory/commit/c2c07caa9775e8d67d77c2b71aaa3859080758f4 This is needed to move Cecil to PackageReference.
2018-02-16Make dist2 (#3879)Marius Ungureanu
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
2017-11-03Fixed 'Bug 60082 - "Go to Declaration" doesn't work'Mike Krüger
IdString generation was very basic so it failed in almost any advanced case. Unfortunately cecil doesn't have an id string generator implemented so a custom one was needed.
2017-10-04bump nrefactoryDavid Karlaš
2017-04-25Bump NRefactory.therzok
2017-04-25Bump NRefactorytherzok
2015-12-03Bump NRefactory.Mike Krüger
2015-12-03Fixed 'Bug 36333 - Xamarin hangs after a few seconds of usage'Mike Krüger
2015-08-25Updated nrefactory.Mike Krüger
2015-08-14Fixed 'Bug 33059 - Attribute completion has regressed to appending 'Attribute''Mike Krüger
2015-05-18Bump NRefactory.Mike Krüger
Fixes some unit tests.
2015-03-13Bump NR.Mike Krüger
Fixed some c#6 parser issues.
2015-02-06Fixed 'Bug 25672 - using expression body for properties kills autocomplete, ↵Mike Krüger
refactor and fix menu'
2015-02-02Revert "Remove leftover brace."Cody Russell
This reverts commit b835943a847da079e43aefb5f9831d3849f3a380.
2015-02-02Remove leftover brace.Cody Russell
2015-01-28Fix accidental revert of bump.Marius Ungureanu
2015-01-28Bump debugger-libs.Marius Ungureanu
2015-01-28Bump nrefactory.Mike Krüger
This brings basic c#6 support.
2015-01-09Bump NR6.Mike Krüger
Fixes indentation bug.
2015-01-05Bump nrefactory/fix build.Mike Krüger
2015-01-02Bump nrefactory.Mike Krüger
2014-11-28Bump NRefactory.Mike Krüger
2014-11-28Bump nrefactory.Mike Krüger
2014-11-17Bump NRefactory.Mike Krüger
2014-11-05Fixed 'Bug 24226 - NRefactory code issues GetIssues() causes ↵Mike Krüger
IndexOutOfRangeException and possible further type system DB breakage'
2014-10-30Fixed 'Bug 24146 - Xamarin Studio not recognizing reflection extensions in ↵Mike Krüger
PCL when Microsoft.Net.Http is present.'.
2014-10-27Fixed 'Bug 24015 - Sort usings yields strange result'Mike Krüger
2014-09-23Fixed 'Bug 23047 - Completion is not working for is statement'Mike Krüger
2014-09-11Bump nrefactory.Mike Krüger
2014-09-03Bump nrefactory/fixed unit tests.Mike Krüger
2014-09-03Bump nrefactory.Mike Krüger
2014-09-02Bump nrefactory.Mike Krüger
2014-09-02Bump nrefactory.Mike Krüger
Merged latest mcs & fixed a bug reported from a #develop user.
2014-09-01[NRefactory] Fixed internals visible to lookup bug for assemblies.Mike Krüger
2014-08-27Fixed 'Bug 22247 - Wrong colouring of escaped string formater'Mike Krüger
2014-08-27Fixed 'Bug 21902 - Completion does not recognise new context for member ↵Mike Krüger
access on parameter'
2014-08-26Fixed 'Bug 22106 - Applying suggested fix causes error'Mike Krüger
2014-08-10Bump nrefactory.Mike Krüger
2014-08-09[NRefactory] Try to prevent infinite loop in type lookup.Mike Krüger
Unfortunately I can't reproduce it - but I have a stack trace that shows it can happen.
2014-08-05Fixed 'Bug 19625 - Wrong/Bad Intellisense when using Azure Mobile Services'Mike Krüger
2014-07-04Bump nrefactory.Mike Krüger
Should fix 'Bug 20195 - Hang when opening source file'
2014-06-30Revert NRefactory bump since it breaks the apiLluis Sanchez Gual
2014-06-30Updated references to NRefactory, fsharpbindinglluis
2014-06-10Fixed 'Bug 20498 - Source analysis error while typing foreach loop'Mike Krüger
2014-06-05Bump nrefactory.Mike Krüger
2014-06-03Bump nrefactory.Mike Krüger
2014-06-03Fixed 'Bug 20110 - [Forms] Autocomplete doesn't work for the Placeholder ↵Mike Krüger
property'
2014-06-03Fixed 'Bug 19908 - [Forms] Autocomplete doesn't work for the Children ↵Mike Krüger
property of Forms layouts'
2014-05-30Bump nrefactory.Mike Krüger
I disabled some non working/not tested code issues.