21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Core] Restored x64 version. fixes #3005 (#3006) More... almost 6 years ago
[Haxe][InferVarType] Fixed stack overflow exception. fixes #2993 (#3004) More... almost 6 years ago
[AppMan] Bump Haxe to 4.0.5 (#3003) More... almost 6 years ago
[Refactoring] Remove unused references (#3002) More... almost 6 years ago
[Refactoring] Small cleanup... (#3001) More... almost 6 years ago
[UnitTests] Bump Haxe to 4.0.5 (#2957) More... almost 6 years ago
[UnitTests] Bump NUnit to 3.9.0 (#3000) More... almost 6 years ago
[UnitTests] Bump NUnit to 3.7.2 (#2999) More... almost 6 years ago
[UnitTests] Bump NUnit to 3.0.0 (#2998) More... almost 6 years ago
[Refactoring] `ProjectManager.Test` -> `ProjectManager.Tests` (#2997) More... almost 6 years ago
[UnitTests] Bump NSubstitute to 4.2.1, Bump NUnit to 2.7.1 (#2996) More... almost 6 years ago
[FlashDebugger] Fix typo... (#2995) More... almost 6 years ago
[Refactoring] Small performance optimization... (#2992) More... almost 6 years ago
[Refactoring] `expr is char c` -> `expr is { } c`, `expr == null` -> `expr is null` (#2988) More... almost 6 years ago
[Core] `EmptyArray<T>.Instance` -> `System.Array.Empty<T>()` (#2987) More... almost 6 years ago
[Core] Bump .NET to 4.8 (#2986) More... almost 6 years ago
[Regression] Revert `Bump .net to 4.8`. fixes #2984. fixes #2973 (#2985) More... almost 6 years ago
Fixes #2979 More... almost 6 years ago
[Refactoring] `{}` - >`Array.Empty<T>()`, `new T[] {item1, item2, ...}` -> `{item1, item2, ...}` (#2972) More... about 6 years ago
[Refactoring] Small cleanup... (#2970) More... about 6 years ago
[Refactoring] `EmtryArray<T>.Instance` -> `Array.Empty<T>()` (#2969) More... about 6 years ago
[Refactoring] Small optimization... (#2968) More... about 6 years ago
[Refactoring] `value is char c` -> `value is { } c` (#2967) More... about 6 years ago
Update `README.md` (#2966) More... about 6 years ago
Bump .net to 4.8. closes #2964 (#2965) More... about 6 years ago
[StartPage][startpage.js] If possible, use XMLHttpRequest. (#2962) More... about 6 years ago
[Refactoring] Added `ClassModelExtensions.SearchMember()` (#2961) More... about 6 years ago
[Refactoring] ClassModelExtensions.GetMembers() -> ClassModelExtensions.SearchMembers() (#2959) More... about 6 years ago
[Copyright] 2005-2018 -> 2005-2020 (#2958) More... about 6 years ago
[Haxe][CodeComplete] In the auto-completion list after the keyword `new` one, only what the constructor has is displayed. fixes #2955 (#2956) More... about 6 years ago