1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 09, 2025 — Jul 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #204 from rainers/classify_functions More... over 7 years ago
TypeReferenceFinder: classify functions and methods More... over 7 years ago
Merge pull request #203 from rainers/typeref_diversity More... over 7 years ago
Reworked GlobalParseCache parse magic. Instead of having fuzzy API, return one ParseStatisticsHandle (ex StatIntermediate) per path to parse. Accept cancellationTokens and have a WaitForCompletion()-method in there. More... over 7 years ago
distinguish more variable types, add local variables to lookup More... over 7 years ago
Fixed D_Parser default target architecture. More... over 7 years ago
Use 'Latest' c# language version. Hopefully travis-ci will handle this. More... over 7 years ago
GlobalParseCache: Use PushRange() and PopRange() for less thread loops needed to parse all files. More... over 7 years ago
GlobalParseCache: Renamed ParseIntermediate. More... over 7 years ago
EvaluationException: Emit 'Location' context id object in message returned in ToString() More... over 7 years ago
Try to fix Unittest flakyness concerning GlobalParseCache. More... over 7 years ago
Fixed CI build settings. Dump evaluation result's code representation as a tracing attempt. Added x86-config to Tests-subproject. More... over 7 years ago
Removed Debug-Linux build configuration. More... over 7 years ago
Merge pull request #202 from rainers/findref_imports More... over 7 years ago
added test for imports in TypeReferenceFinder More... over 7 years ago
TypeReferenceFinder: also look into imports to classify identifiers More... over 7 years ago
Prefixed StatementVisitor with an 'I' More... over 7 years ago
travis-ci: no trace. More... over 7 years ago
travis-ci: Don't dump stderr; Instead, have /trace More... over 7 years ago
travis-ci: added bundler caching; Try to dump stdout/err. More... over 7 years ago
CTFE: Implemented creating class instances. No constructors or other things yet. More... over 7 years ago
Moved CtfeTests to ExpressionSemantics package. More... over 7 years ago
CTFE: Extended SO prevention for inter-state function execution. More... over 7 years ago
CTFE: Implemented loading const variables from outer scopes. More... over 7 years ago
CTFE: Added first attempt to prevent StackOverflows. More... over 7 years ago
StaticProperties: Forgot that readonly static property evaluation could still happen. More... over 7 years ago
CTFE: Executing std.path.dirname() works now! :-) More... over 7 years ago
CTFE: Fixed acquiring arrayvalue.length 'static' property. More... over 7 years ago
CTFE: When assigning variable contents to other locals, only take its value, not the variable reference. More... over 7 years ago
CTFE: Fixed accessing variables when slicing arrays. More... over 7 years ago