0
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial work on refactoring the compilation pipeline More... 4 months ago
fixes to file name handling to fix bugs on using the wsl system from vscode on windows; and expression evaluation with files outside the include path More... 4 months ago
initial working vscode on wsl2 file system; run expression still not working More... 4 months ago
small fixes More... 4 months ago
better handling of filenames vs module names when importing absolute paths or path with chararcters that are not allowed in a module name. If there is no valid module path up-to the include path roots we only keep the module name as declared. More... 4 months ago
fix vector initialization, issue #443 More... 4 months ago
fix for Deno by @iacore, #327 More... 4 months ago
Merge pull request #367 from oxalica/support/vim More... 4 months ago
fix spelling in comments in samples More... 4 months ago
fix spelling issues in comments More... 4 months ago
improve samples a bit More... 4 months ago
display effect with result type in function type inlays More... 4 months ago
change end-of-range to be empty; add hover info for function result types More... 4 months ago
update tests More... 4 months ago
improve codegen for value operations; remove phantom function More... 4 months ago
improve hover information for handlers and operations More... 4 months ago
make index primitive hidden again; fixes #434 and #436 More... 4 months ago
add infinite chain recursion check to implicit arg resolving; experimental. Fixes issue #437 More... 4 months ago
add isRec parameter to fixCanonicalName More... 4 months ago
fix issue #433 More... 4 months ago
don't consider an unqualified name of a recursive definition an exact match on toplevel (issue #433) More... 4 months ago
fix loop on large int literal hover More... 4 months ago
fix constants being shown as inlay hints More... 4 months ago
highlight binary numbers for hover More... 4 months ago
nice hover for literals and contexts More... 4 months ago
improve html formatting in hover; fix constructor docs propagation through kki files More... 4 months ago
improve documentation for constructors More... 4 months ago
improve hover info further; track extern inline info More... 4 months ago
bump version since kki format changed More... 4 months ago
improve hover info for types More... 4 months ago