1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests: Moved TooltipGenerationTests to dedicated class More... about 6 years ago
Fix 3 last test regressions caused by an empty context stack. More... about 6 years ago
Use newer c# syntax at some places. Oldschool is over now. More... about 6 years ago
ResolutionTestHelper: fix bounds-error if no module code given. More... about 6 years ago
Tests: Unified many ResolutionTestHelper util calls that feature looking up the first parsed module. More... about 6 years ago
Tests: Fixed about 50 failing tests that were faulty for ~6 years or so :-I More... about 6 years ago
Tests: move to msbuild 16 or so. More... about 6 years ago
ICompletionDataGenerator.cs: Have new property to capture trigger token'S location. This will then be used to determine where (probably) already typed identifier parts might be replaced or new chars simply be appended at. More... about 6 years ago
TokenExpression.cs: Pass (End)Location as ctor-Parameters. Set Locations for incomplete TokenExpressions More... about 6 years ago
Merge branch 'master' of github.com:aBothe/D_Parser into lsp_adoption More... about 6 years ago
Fix having no files in a basePath && not being able to capture finished-Events when said 0 files have been parsed. More... about 6 years ago
Made the project compile under netcoreapp3.1 Cleaned up csproj file More... about 6 years ago
rm obsolete license More... about 6 years ago
Parameter insights: fix finding function call More... almost 7 years ago
optional quoting of code in tooltips More... almost 7 years ago
Merge pull request #223 from rainers/mod_or_package More... almost 7 years ago
Merge pull request #222 from rainers/static_foreach_recursion More... almost 7 years ago
Merge pull request #221 from rainers/fix_nullptr More... almost 7 years ago
TypeReferenceFinder: avoid premature resolving of imported symbols by lazy evaluation, support package and module More... about 7 years ago
add test case for stackoverflow More... about 7 years ago
Added AlignOf test that is ignored atm More... over 7 years ago
Merge branch 'mod_or_package' into abothe More... over 7 years ago
Merge branch 'static_foreach_recursion' into abothe More... over 7 years ago
"package.d" can be both a module and a package More... over 7 years ago
static foreach: add recursion check for declarations More... over 7 years ago
avoid infinite loop for cyclic class base types fix nullptr exceptions More... over 7 years ago
Merge pull request #219 from rainers/stackoverflow_static_foreach More... over 7 years ago
add testcase More... over 7 years ago
fix issue #205: do not look into static foreach while trying to evaluate its range More... over 7 years ago
Merge pull request #218 from rainers/stringof_templateinstance More... over 7 years ago