31
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add #:optimization-level, #:warning-level compile keyword args
wingo
as Andy Wingo
More... about 4 years ago
Rework compile-fold
wingo
as Andy Wingo
More... about 4 years ago
Use more `match' in (system base compile)
wingo
as Andy Wingo
More... about 4 years ago
Fix hash-table-merge! bug. More... about 4 years ago
Slight (system base compile) refactor
wingo
as Andy Wingo
More... about 4 years ago
Remove compilation order cache
wingo
as Andy Wingo
More... about 4 years ago
Update (system base compile) header
wingo
as Andy Wingo
More... about 4 years ago
Fix prompt compilation
wingo
as Andy Wingo
More... about 4 years ago
Fix baseline compilation of let-values and prompt
wingo
as Andy Wingo
More... about 4 years ago
Fix baseline compilation of conditionals
wingo
as Andy Wingo
More... about 4 years ago
Avoid shuffle-down for tail calls
wingo
as Andy Wingo
More... about 4 years ago
Debugging names in baseline compiler; emit/immediate? fixes
wingo
as Andy Wingo
More... about 4 years ago
Export emit-shuffle-down for baseline compiler
wingo
as Andy Wingo
More... about 4 years ago
Add baseline compiler
wingo
as Andy Wingo
More... about 4 years ago
Remove unused (language tree-il canonicalize)
wingo
as Andy Wingo
More... about 4 years ago
Ensure <prompt> handler is values handler
wingo
as Andy Wingo
More... about 4 years ago
doc: Fix documentation for srfi-171. More... about 4 years ago
Add intrinsics for a baseline compiler
wingo
as Andy Wingo
More... about 4 years ago
Remove unused analyze-lexicals function
wingo
as Andy Wingo
More... about 4 years ago
'finalization_thread_proc' sets errno before calling 'perror'. More... about 4 years ago
doc: Fix typo. More... about 4 years ago
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
wingo
as Andy Wingo
More... about 4 years ago
Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_x
wingo
as Andy Wingo
More... about 4 years ago
Deprecate useless C bitvector interface
wingo
as Andy Wingo
More... about 4 years ago
bitvector-count-bits replaces bit-count*
wingo
as Andy Wingo
More... about 4 years ago
bitvector-flip-all-bits! replaces bit-invert!
wingo
as Andy Wingo
More... about 4 years ago
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
wingo
as Andy Wingo
More... about 4 years ago
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
wingo
as Andy Wingo
More... about 4 years ago
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
wingo
as Andy Wingo
More... about 4 years ago
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
wingo
as Andy Wingo
More... about 4 years ago