.. |
base64.js
|
fixing typo with Base64
|
2012-02-13 13:57:29 -05:00 |
baselib-arity.js
|
trying to reduce allocation to shave off a second from iron puzzle
|
2012-01-19 15:23:06 -05:00 |
baselib-boxes.js
|
introducing getEqualHashCode
|
2011-11-04 13:28:08 -04:00 |
baselib-bytes.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-chars.js
|
introducing getEqualHashCode
|
2011-11-04 13:28:08 -04:00 |
baselib-check.js
|
More optimizations. Also removed makeCheckParameterizedArgumentType: it's expensive. Rewrote baselib.checkNaturalInRange out explicitly for better performance.
|
2012-02-21 14:03:40 -05:00 |
baselib-constants.js
|
more jslinting
|
2011-08-08 00:16:36 -04:00 |
baselib-contmarks.js
|
we're violating continuation marks for some reason.
|
2012-02-13 23:49:54 -05:00 |
baselib-equality.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-exceptions.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-format.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-frames.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-functions.js
|
fixing type of list*; kanren wasn't running properly
|
2012-02-20 14:00:42 -05:00 |
baselib-hashes.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-inspectors.js
|
more jslinting
|
2011-08-07 23:46:20 -04:00 |
baselib-keywords.js
|
introducing getEqualHashCode
|
2011-11-04 13:28:08 -04:00 |
baselib-lists.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-modules.js
|
toplevel lookup should be cheaper
|
2012-02-27 18:34:44 -05:00 |
baselib-numbers.js
|
trying to reduce as much global variable lookup as possible
|
2011-08-08 01:04:00 -04:00 |
baselib-paths.js
|
introducing getEqualHashCode
|
2011-11-04 13:28:08 -04:00 |
baselib-placeholders.js
|
introducing getEqualHashCode
|
2011-11-04 13:28:08 -04:00 |
baselib-ports.js
|
more support for some character stuff
|
2011-09-25 16:38:49 -04:00 |
baselib-primitives.js
|
trying to reduce cost of primitive application
|
2012-02-29 13:55:04 -05:00 |
baselib-readergraph.js
|
changing makevector so it must take in the elements
|
2012-02-10 14:46:15 -05:00 |
baselib-regexps.js
|
jslinted the readergraph library
|
2011-08-07 22:08:18 -04:00 |
baselib-srclocs.js
|
trying to reduce allocation to shave off a second from iron puzzle
|
2012-01-19 15:23:06 -05:00 |
baselib-strings.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
baselib-structs.js
|
removing level of indirection
|
2012-02-29 14:42:12 -05:00 |
baselib-symbols.js
|
removing level of indirection
|
2012-02-29 14:42:12 -05:00 |
baselib-unionfind.js
|
starting to run through jslint
|
2011-08-07 21:13:48 -04:00 |
baselib-vectors.js
|
removing one level of indirection in constructing vectors
|
2012-02-13 11:16:22 -05:00 |
baselib.js
|
machine env renamed to e.
|
2011-09-14 22:30:14 -04:00 |
hashes-footer.js
|
including the avltree sources
|
2011-11-03 17:17:27 -04:00 |
hashes-header.js
|
including the avltree sources
|
2011-11-03 17:17:27 -04:00 |
jquery-protect-footer.js
|
micro-optimization: replaced undefined with void(0), and tried to keep environment array dense by using explicit stack push instead of assigning to the length argument
|
2012-02-27 13:25:41 -05:00 |
jquery-protect-header.js
|
updating to jquery 1.6.2, and adjusting the way we patch jquery so it works ok under multiple-require situations
|
2011-07-01 11:48:56 -04:00 |
jquery.js
|
updating jquery to 1.6.3. Thanks to Jens for letting me know about an ugly IE8 bug.
|
2011-09-10 14:54:51 -04:00 |
js-numbers.js
|
updating js-numbers with uncompressed version to make it easier to profile
|
2012-02-21 20:55:20 -05:00 |
jshashtable-2.1_src.js
|
absorbing libraries from js-vm project
|
2011-05-14 02:10:14 -04:00 |
json2.js
|
absorbing libraries from js-vm project
|
2011-05-14 02:10:14 -04:00 |
llrbtree.js
|
ripping out the avltree stuff with the llrbtree implementation, which we'll use to get immutable hash tables.
|
2011-11-07 15:46:22 -05:00 |
read.js
|
grabbing an old version of the read library from beyond the grave of the moby probject
|
2012-01-27 14:47:48 -05:00 |
runtime.js
|
singleton pause object to reduce allocation
|
2012-03-01 23:18:05 -05:00 |
top.js
|
trying to eliminate stupid blocks
|
2011-08-08 12:20:03 -04:00 |