0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make prime_list an enum so that it doesn't get copied per template instance. More... about 12 years ago
Uncomment unittest for issue 7602, now that CTFE bug has been fixed in latest git dmd. More... about 12 years ago
Remove workaround for 7757 (dmd fix has been merged) More... about 12 years ago
Merge pull request #1 from 9rnsr/patch-1 More... about 12 years ago
Simplize AA template, and remove dependencies to std.traits. More... about 12 years ago
Replace AA alias with Andrej Mitovic's template that lets us write in "native" AA syntax and have it convert it into an AssociativeArray!(K,V) instance. More... about 12 years ago
Simplify some code. More... about 12 years ago
Add missing @trusted. More... about 12 years ago
Merge branch 'keyconv' More... about 12 years ago
Fix bug: can't instantiate AA!(string,int[]). More... about 12 years ago
Throw Error instead of using assert. More... about 12 years ago
Avoid cast(Key), it may not be the same thing as implicit conversion. More... about 12 years ago
Repair key type implicit conversions to make more sense. More... about 12 years ago
Update comment. More... about 12 years ago
Another hack to make current literals work better. More... about 12 years ago
Add default toHash implementation for structs. More... about 12 years ago
Add temporary hack (versioned under AAdebug) to allow compatibility with current hash literals, so that it's easier to test existing AA code. More... about 12 years ago
Add aliases for key and value types so that external generic code is easier to write. More... about 12 years ago
Add .empty. More... about 12 years ago
Update TODO. More... about 12 years ago
Uncomment unittest for issue 5685 that now works. More... about 12 years ago
Add unittest for issue 4337. More... about 12 years ago
Add unittest to verify that issue 5685 doesn't occur in this implementation. More... about 12 years ago
Make toHash(const(char)[]) consistent with toHash(char[]) and toHash(string). More... about 12 years ago
Add unittest for issue 4463. Add more toHash overloads (may need to restrict the scope of this one; it may be too broad right now). More... about 12 years ago
Merge branch 'ctfelit' More... about 12 years ago
Update TODO. More... about 12 years ago
Merge branch 'master' into ctfelit More... about 12 years ago
Implement opIndexUnary and opIndexOpAssign. Refactor code. More... about 12 years ago
Add test case for issue 7602 (currently disabled due to compiler CTFE bug) More... about 12 years ago