Slava Pestov
|
18eb8e2bd3
|
Clean up interactor gadget
|
2007-12-30 21:15:59 -05:00 |
Slava Pestov
|
64b06f059a
|
Unit test fixes
|
2007-12-30 17:14:15 -05:00 |
Slava Pestov
|
13c058870e
|
Fix bootstrap.help
|
2007-12-30 15:40:57 -05:00 |
Slava Pestov
|
e1be77ee6f
|
Documentation updates
|
2007-12-30 15:08:48 -05:00 |
Slava Pestov
|
fbf992b414
|
Call init-io in bootstrap.io
|
2007-12-30 15:07:22 -05:00 |
Slava Pestov
|
8189e33b2b
|
Remove compiler-hook which was just a workaround for the old batch compilation model
|
2007-12-30 15:05:33 -05:00 |
Slava Pestov
|
529133559f
|
Rename require-each to require-all
|
2007-12-29 22:30:17 -05:00 |
Slava Pestov
|
75695563ca
|
Fixing interactor (temporarily)
|
2007-12-29 22:29:59 -05:00 |
Slava Pestov
|
2b37b76d65
|
Working on profiler
|
2007-12-29 12:44:01 -05:00 |
Slava Pestov
|
e58cbb2cda
|
: spin swap rot ;
|
2007-12-29 11:36:20 -05:00 |
Slava Pestov
|
78029f5464
|
windows.messages staging violation load fix
|
2007-12-28 22:52:24 -05:00 |
Slava Pestov
|
f319b45de9
|
Freetype staging violation fix
|
2007-12-28 22:52:00 -05:00 |
Slava Pestov
|
58da31c071
|
New implementation of compiler error reporting
|
2007-12-28 22:51:36 -05:00 |
Slava Pestov
|
ced9893a4e
|
Get bootstrap.tools to load, update extra/ for USE-IF: removal
|
2007-12-28 21:46:06 -05:00 |
Slava Pestov
|
9c1454ef68
|
Rename real/imaginary slots of complex to real-part/imaginary-part to avoid clashing with the real class word; fix bug where redefining a generic as a class leaves the word in a weird state
|
2007-12-27 17:26:39 -05:00 |
Slava Pestov
|
318b5f40c8
|
Update unit tests to use must-infer
|
2007-12-26 22:16:14 -05:00 |
Slava Pestov
|
b810e92456
|
Move optimizer to extra/
|
2007-12-26 21:21:12 -05:00 |
Slava Pestov
|
f53fa196ac
|
New must-infer word; \ foo must-infer asserts that foo's declared effect matches its inferred effect, put this in your unit tests
|
2007-12-26 20:54:38 -05:00 |
Slava Pestov
|
612b2bf78c
|
Removed <uninterned>
|
2007-12-26 20:41:02 -05:00 |
Slava Pestov
|
93e1bdfcd7
|
Simplify JIT, fix tuples unit tests
|
2007-12-26 20:02:41 -05:00 |
Slava Pestov
|
1b9e04fdc5
|
Deferred words are now compound words
|
2007-12-26 17:28:34 -05:00 |
Slava Pestov
|
6814e07f49
|
Unit test fixes
|
2007-12-24 19:40:09 -05:00 |
Slava Pestov
|
41fc4ea84e
|
forget-vocab and forget-source now call with-compilation-unit
|
2007-12-24 17:32:41 -05:00 |
Slava Pestov
|
0052e129fd
|
Clean up class definition recording
|
2007-12-24 17:18:26 -05:00 |
Slava Pestov
|
07a4022d62
|
Parser, definitions, source-files refactoring work in progress
|
2007-12-21 21:18:24 -05:00 |
Slava Pestov
|
51992905b2
|
Inference tests tweak
|
2007-12-17 16:29:26 -05:00 |
Slava Pestov
|
9ef535bc77
|
Add greendale's partition combinator to sequences.lib
|
2007-12-16 20:34:44 -05:00 |
Slava Pestov
|
52bb787631
|
Fix Enter key in deploy tool
|
2007-12-14 01:16:47 -05:00 |
Slava Pestov
|
114ee74041
|
Fix one-word-elt
|
2007-12-13 16:34:36 -05:00 |
Slava Pestov
|
68268bff0e
|
Windows deploy fix
|
2007-12-12 02:34:14 -05:00 |
Slava Pestov
|
37227b8e68
|
Merge commit 'littledan/master'
|
2007-12-12 00:36:59 -05:00 |
Daniel Ehrenberg
|
34e29cd690
|
Multiline string literal naming
|
2007-12-12 00:33:36 -05:00 |
Slava Pestov
|
0670633393
|
Bootstrap fix
|
2007-12-12 00:32:35 -05:00 |
Slava Pestov
|
9ec1911625
|
Remove debug message
|
2007-12-11 22:37:31 -05:00 |
Slava Pestov
|
d7217801c3
|
Documentation fixes
|
2007-12-11 22:36:40 -05:00 |
Slava Pestov
|
5c628517d1
|
Source responder fixes
|
2007-12-11 18:44:26 -05:00 |
Slava Pestov
|
c6dea4c49d
|
Pastebin fixes
|
2007-12-11 18:44:19 -05:00 |
Daniel Ehrenberg
|
b397c369d7
|
Inline multiline string literals
|
2007-12-11 17:23:56 -05:00 |
Slava Pestov
|
6afcf0ba2f
|
Pastebin updates
|
2007-12-11 15:48:18 -05:00 |
Daniel Ehrenberg
|
e1346ced8b
|
Multiline unit test and bug fix
|
2007-12-11 01:54:16 -05:00 |
Daniel Ehrenberg
|
fd63917d8b
|
Multiline string literals
|
2007-12-11 01:39:32 -05:00 |
Slava Pestov
|
8853d0ecb1
|
Merge commit 'dharmatech/master'
|
2007-12-10 16:04:11 -05:00 |
Slava Pestov
|
77ead806e0
|
Fix store unit tests
|
2007-12-10 03:46:48 -05:00 |
Slava Pestov
|
2059f6e9a4
|
fix objective-c mode load
|
2007-12-10 03:35:40 -05:00 |
Slava Pestov
|
9cd0b6437c
|
Another FAQ fix
|
2007-12-10 03:05:15 -05:00 |
Slava Pestov
|
5e8bfb3d6e
|
Fix extra/faq USING:
|
2007-12-10 03:01:39 -05:00 |
Slava Pestov
|
a58c654361
|
More store cleanups
|
2007-12-10 03:00:10 -05:00 |
Slava Pestov
|
9e93f6251e
|
Clean up store stuff
|
2007-12-10 02:50:50 -05:00 |
Slava Pestov
|
00d19637c1
|
pastebin cleanups
|
2007-12-10 02:34:56 -05:00 |
Slava Pestov
|
10c3c5ff27
|
Pastebin word wrap
|
2007-12-10 02:21:32 -05:00 |