.. |
alien
|
Replace millis primitive with micros primitive
|
2008-11-19 01:50:05 -06:00 |
arrays
|
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
|
2008-12-05 06:37:19 -06:00 |
assocs
|
Fix assocs, generic.standard tests
|
2008-12-03 03:44:08 -06:00 |
bootstrap
|
Tweak string representation; high bit indicates if character has high bits in aux vector. Avoids memory access in common case. Split set-string-nth into two primitives; set-string-nth-fast is open-coded by optimizing compiler. 13% improvement on reverse-complement
|
2008-12-05 06:38:51 -06:00 |
byte-arrays
|
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
|
2008-12-05 06:37:19 -06:00 |
byte-vectors
|
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
|
2008-12-05 06:37:19 -06:00 |
checksums
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
classes
|
Better error message for INSTANCE: if second arg is not a mixin
|
2008-12-03 09:33:32 -06:00 |
combinators
|
assert-depth now has a static stack effect. This fixes a UI unit test failure
|
2008-12-05 08:25:26 -06:00 |
compiler
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
continuations
|
assert-depth now has a static stack effect. This fixes a UI unit test failure
|
2008-12-05 08:25:26 -06:00 |
definitions
|
Only build a generic word once, even if a compilation unit defines several methods on it, by adding generics to a set and building them at the end. 25% improvement on bootstrap time
|
2008-11-03 03:51:28 -06:00 |
destructors
|
New $quotation markup element
|
2008-11-16 09:03:30 -06:00 |
effects
|
core: swap 3append -> glue
|
2008-12-03 19:12:48 -06:00 |
generic
|
core: swap 3append -> glue
|
2008-12-03 19:12:48 -06:00 |
graphs
|
Adding inline recursive declarations
|
2008-07-18 19:22:59 -05:00 |
growable
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
hashtables
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
init
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
io
|
fix help-lint errors
|
2008-12-05 12:57:36 -06:00 |
kernel
|
assert-depth now has a static stack effect. This fixes a UI unit test failure
|
2008-12-05 08:25:26 -06:00 |
layouts
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
lexer
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
make
|
Add missing meta-data
|
2008-09-23 16:11:59 -05:00 |
math
|
Remove obsolete info; 1+ and 1- are identical to 1 + and 1 - in reality
|
2008-12-05 02:11:50 -06:00 |
memory
|
Documentation updates
|
2008-12-01 17:00:35 -06:00 |
namespaces
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
parser
|
assert-depth now has a static stack effect. This fixes a UI unit test failure
|
2008-12-05 08:25:26 -06:00 |
quotations
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
sbufs
|
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
|
2008-12-05 06:37:19 -06:00 |
sequences
|
add surround and glue to sequences
|
2008-12-03 08:32:54 -06:00 |
sets
|
add docs for gather
|
2008-09-17 00:49:55 -05:00 |
slots
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
sorting
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
source-files
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
splitting
|
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
|
2008-11-23 02:44:56 -06:00 |
strings
|
Tweak string representation; high bit indicates if character has high bits in aux vector. Avoids memory access in common case. Split set-string-nth into two primitives; set-string-nth-fast is open-coded by optimizing compiler. 13% improvement on reverse-complement
|
2008-12-05 06:38:51 -06:00 |
syntax
|
Fix conflict
|
2008-11-29 05:14:49 -06:00 |
system
|
Fix help lint
|
2008-11-24 00:51:46 -06:00 |
vectors
|
Faster conversion of sbufs, vectors and byte-vectors to their corresponding fixed-size type respectively; we call the resize-T primitive on the underlying sequence instead of >T
|
2008-12-05 06:37:19 -06:00 |
vocabs
|
remove unit test
|
2008-12-05 12:53:23 -06:00 |
words
|
Fix conflicts
|
2008-12-01 20:39:43 -06:00 |