1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 23 hours ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created further evaluation basics & interfaces .. will probably combine constant with non-constant evaluation..or something like that More... about 14 years ago
Merge branch 'master' of github.com:aBothe/D_Parser More... about 14 years ago
Increased mem efficiency a bit - it must free all old parse data now right before re-analyzing lib dictionaries More... about 14 years ago
Merge branch 'master' of github.com:aBothe/D_Parser More... about 14 years ago
. More... about 14 years ago
Merge branch 'master' of github.com:aBothe/D_Parser More... about 14 years ago
Further expression eval preparation + Made UFCS analysis multi-threaded (still untested) More... about 14 years ago
. More... about 14 years ago
Merge branch 'master' of github.com:aBothe/D_Parser More... about 14 years ago
fixes More... about 14 years ago
null check fixes; Started to publish the current version online. Got to play around with the code. More... about 14 years ago
Merge branch 'master' of github.com:aBothe/D_Parser More... about 14 years ago
UFCS tests + further implementation More... about 14 years ago
More tests More... about 14 years ago
. More... about 14 years ago
Began to implement Result comparison to determine whether types are equal and/or types can be are implicitly convertible More... about 14 years ago
Established resolution of deduced template types as method parameters. More... about 14 years ago
Though being deprecated, escape sequence strings are partly supported now. More... about 14 years ago
Added new test case to resolution tests More... about 14 years ago
Created a VS test environment to run D_Parser unittests More... about 14 years ago
Bug fixes, made parser runnable again. More... about 14 years ago
Reworked base class resolution + Implemented a real speed boost: Statically return a type result containing the Object node instead of dynamically searching for it everytime! The Object class can't be defined twice! More... about 14 years ago
Deduced template parameters become handled in the code completion now. Still needed to test existing functionality. More... about 14 years ago
. More... about 14 years ago
. More... about 14 years ago
Fix ufcs handling & integrate it into type deduction More... about 14 years ago
todo list change More... about 14 years ago
Implemented template function deduction More... about 14 years ago
began with function template param deduction More... about 14 years ago
Fully implemented partial ordering of templates More... about 14 years ago