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
path: root/main
AgeCommit message (Expand)Author
2017-01-14Remove unused Moonlight/GtkCore2 addinsMikayla Hutchinson
2017-01-14Revert "Downgrade Newtonsoft.Json from v9 to v8 to fix XVS runtime issues"Mikayla Hutchinson
2017-01-14[build] Get a working NuGet.exeMikayla Hutchinson
2017-01-12[Build] Fix SCI references.Marius Ungureanu
2017-01-12[Misc] Add SCI where applicable.therzok
2017-01-12[Perf] Improve enumerators in public custom collections.Marius Ungureanu
2017-01-11Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-11Merge branch 'master' into dotnetcoreMatt Ward
2017-01-11Bug 48234 - Unable to determine which `Application Output` pad belongs to whi...David Karlaš
2017-01-10Merge pull request #1764 from JetBrains/corDebugElementTypesDavid Karlaš
2017-01-10Merge pull request #1763 from JetBrains/corDebugFixes2David Karlaš
2017-01-10Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-10Merge branch 'master' into dotnetcoreMatt Ward
2017-01-10Merge branch 'dotnetcore-simplified-msbuild-project-files' into dotnetcoreMatt Ward
2017-01-10[DotNetCore] Fix files from the bin displayed in Solution windowMatt Ward
2017-01-10Handle some other COR_ELEMENT_TYPES to avoid exceptions in ReadTypeArtem Bukhonov
2017-01-10Proper logging.Artem Bukhonov
2017-01-10Com exceptions thrown during evaluation are wrapped to user friendly Evaluato...Artem Bukhonov
2017-01-10More accurate casts and null-checksArtem Bukhonov
2017-01-10[Ide] Fix missing execution target group header on device selector dropdowntherzok
2017-01-10Merge branch 'textmate' into vNextMike Krüger
2017-01-10Merge pull request #1761 from mono/target-framework-messageLluis Sanchez
2017-01-10[Core] Add logging in case we find a non-existent target frameworktherzok
2017-01-10Merge pull request #1760 from JetBrains/corDebugInvocationsTestsDavid Karlaš
2017-01-10[F#] Set correct TargetFrameworkVersion for portable libraries. Fixes #49518nosami
2017-01-10Eval tests for generic invocationsArtem Bukhonov
2017-01-10[PO] Refresh loc files.therzok
2017-01-10[Loc] Fix two strings.therzok
2017-01-10[Loc] Refresh PO files.therzok
2017-01-10[Loc] Import changes.therzok
2017-01-10[Loc] Refresh PO files.therzok
2017-01-10[F#] Fix InvalidCastExceptionnosami
2017-01-10Fixed 'Bug 51318 - Text editor not highlighting code correctly whenMike Krüger
2017-01-10[CSharpBinding] Fixed C# brace matching.Mike Krüger
2017-01-10[Ide] Exposed completion item selection.Mike Krüger
2017-01-10Removed Mono.TextEditor from Main.sln.Mike Krüger
2017-01-10Merge pull request #1757 from JetBrains/corDebugTestsDavid Karlaš
2017-01-10Merge pull request #1759 from JetBrains/corDebugNullableEvaluationFixDavid Karlaš
2017-01-10Fix for evaluation of Nullable properties.Artem Bukhonov
2017-01-10Introduced MethodGenericParameter and TypeGenericParameter to differentiate t...Artem Bukhonov
2017-01-10MetadataExtensions.ReadType() now takes into account actual instantiation of ...Artem Bukhonov
2017-01-09Added test for evaluationArtem Bukhonov
2017-01-09[F#] Make sure there are no duplicated files in project.Files after rename. f...nosami
2017-01-09[DotNetCore] Do not show project file in Solution windowMatt Ward
2017-01-09[DotNetCore] Exclude dot directories from web projectsMatt Ward
2017-01-09Merge pull request #1756 from JetBrains/corValRefOptimizationDavid Karlaš
2017-01-09[DotNetCore] Fix no files shown in solution windowMatt Ward
2017-01-09[DotNetCore] Update project templatesMatt Ward
2017-01-09CorValRef invalidates only when it actually required (Zombie state exception ...Artem Bukhonov
2017-01-09Merge pull request #1752 from mono/cocoa-terminationCody Russell