0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug: Issue 46: Console version of NLI needs to hanlde console.readline and console.writeline More... about 13 years ago
Implemented minimal interactive compiler (issue 5). More... about 13 years ago
fixed issue 18: Multi-purpose unit tests to encompass different compilation modes More... about 13 years ago
added eval data attribute to allows us to test both optimizations and non-optimizations More... about 13 years ago
refactoring More... about 13 years ago
refactoring More... about 13 years ago
refactoring More... about 13 years ago
refactoring More... about 13 years ago
no longer part of the project More... about 13 years ago
increase coverage More... about 13 years ago
increase coverage More... about 13 years ago
refactoring More... about 13 years ago
increase coverage More... about 13 years ago
completed path call resolution; still more tests to write! More... about 13 years ago
added some path resolution tests that we will implement behavior for later (they are failing now) More... about 13 years ago
a start towards finishing path call logic More... about 13 years ago
increase coverage More... about 13 years ago
increase coverage More... about 13 years ago
increase code coverage More... about 13 years ago
increase code coverage More... about 13 years ago
expand optimization coverage More... about 13 years ago
test coverage of implicit downcasts during assignments of fields and properties More... about 13 years ago
(near) complete coverage of compilation now More... about 13 years ago
added more tests. More... about 13 years ago
while loop test coverage increase More... about 13 years ago
a little bat file to restore all NL project NuGet packages when pulling a fresh clone of the whole solution More... about 13 years ago
completed Issue 39: When default[non-primitive value type] is on right hand side of an assignment, optimize CIL More... about 13 years ago
implemented enhancement from issue 38: Move Default[primitive] optimizations from emit to optimize phase More... about 13 years ago
fixed tests More... about 13 years ago
removed explicit type component from StaticCall and InstanceCall Ail since these were unnessary (can get from MethodInfo.ReturnType) and cause some bugs we found in unit tests due to human error More... about 13 years ago