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
fix stringof property for template instances More... over 7 years ago
Merge pull request #217 from rainers/contracts More... over 7 years ago
in/out: add support for assert message More... over 7 years ago
add support for new contract syntax More... over 7 years ago
use a different prime for hasing TraitsDeclarations More... over 7 years ago
Merge pull request #215 from rainers/isexp_vector More... over 7 years ago
Merge pull request #216 from rainers/traits_types More... over 7 years ago
traits can appear everywhere a type can be declared More... over 7 years ago
parse __vector and __parameters in IsExpression, evaluate __vector More... over 7 years ago
Merge pull request #213 from rainers/enum_attr More... over 7 years ago
Merge pull request #214 from rainers/surrogate_pairs More... over 7 years ago
fix parsing character literals with surrogate pairs More... over 7 years ago
adapt to some recent language changes: - allow adding @disable, deprecated and @uda to enumerator value - add new traits to completion - allow asm mnemonic iretq More... over 7 years ago
Merge pull request #212 from rainers/fix_tooltips More... over 7 years ago
fix tooltips emitting "static(double) x = 9,9" instead of "static double x = 9.9" makes some other tests more robust: normalize line endings, larger timeout More... over 7 years ago
Merge pull request #211 from rainers/crashes More... over 7 years ago
Merge pull request #210 from rainers/typeof_completion More... over 7 years ago
fix a couple of exceptions More... over 7 years ago
Merge pull request #209 from rainers/update_traits More... over 7 years ago
Merge pull request #206 from rainers/typeref_with_resolve More... over 7 years ago
add typeof to expression completion More... over 7 years ago
update list of traits and add documentation to existing traits without doc More... over 7 years ago
Merge pull request #208 from rainers/remove_virtual More... over 7 years ago
remove "virtual" as a keyword and function modifier More... over 7 years ago
TypeReferenceFinder: make type resolving optional More... over 7 years ago
TypeReferenceFinder: resolve aliases More... over 7 years ago
Merge pull request #207 from rainers/typerefkind More... over 7 years ago
don't use DToken values for TypeReferenceKind enum avoid casting TypeReferenceKind to byte everywhere More... over 7 years ago
resolve type of identifier in PostfixExpression_Access More... over 7 years ago
Superficially Fix for #205 - always add NameScan to NameScanCache to prevent SOs caused by recursive resolution tricks. More... over 7 years ago