| .. | 
		
		
			
			
			
			
				| alien | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| arrays | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| assocs | assocs-docs: Link of and ?of. | 2013-03-23 15:12:43 -07:00 | 
		
			
			
			
			
				| bootstrap | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| byte-arrays | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| byte-vectors | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| checksums | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| classes | core/extra tests: Fix word -> last-word | 2013-03-24 01:11:54 -07:00 | 
		
			
			
			
			
				| combinators | combinators: Forgot an iota method. | 2013-03-23 16:37:36 -07:00 | 
		
			
			
			
			
				| compiler/units | compiler.units: use ?adjoin. | 2013-03-23 22:13:14 -07:00 | 
		
			
			
			
			
				| continuations | continuations: Rename restart to continue-restart. | 2013-03-23 17:18:09 -07:00 | 
		
			
			
			
			
				| definitions | definitions: Separate definition definitions. | 2013-03-23 16:34:33 -07:00 | 
		
			
			
			
			
				| destructors | destructors: use hash-sets to keep track of disposables. | 2013-03-08 16:30:33 -08:00 | 
		
			
			
			
			
				| effects | Use -unsafe words with pair methods. | 2013-03-07 10:47:23 -08:00 | 
		
			
			
			
			
				| generic | words: Change word -> last-word, set-word -> set-last-word. | 2013-03-23 16:12:03 -07:00 | 
		
			
			
			
			
				| growable | growable: use fixnum+fast and integer>fixnum. | 2013-03-23 14:37:02 -07:00 | 
		
			
			
			
			
				| hash-sets | hash-sets: implement faster ?adjoin. | 2013-03-23 16:58:31 -07:00 | 
		
			
			
			
			
				| hashtables | hashtables: remove stack effects from generic methods. | 2013-03-23 16:58:30 -07:00 | 
		
			
			
			
			
				| init | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| io | io.encodings.utf16n: Rename utf16n. | 2013-03-23 17:19:24 -07:00 | 
		
			
			
			
			
				| kernel | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| layouts | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| lexer | lexer, parser: Rename unexpected-eof. | 2013-03-23 21:35:50 -07:00 | 
		
			
			
			
			
				| make | make: update docs for 'make-assoc' functionality. | 2012-08-02 09:32:18 -07:00 | 
		
			
			
			
			
				| math | math.floats: Fix the output of /mod and add some unit tests. Fixes #803. | 2013-03-20 17:43:56 -07:00 | 
		
			
			
			
			
				| memory | core/basis: trim down using lists | 2011-11-30 23:15:42 -08:00 | 
		
			
			
			
			
				| namespaces | namespaces: counter should be inlined for globals optimization to work. | 2012-08-02 15:14:21 -07:00 | 
		
			
			
			
			
				| parser | core/extra tests: Fix word -> last-word | 2013-03-24 01:11:54 -07:00 | 
		
			
			
			
			
				| quotations | classes.builtin: Add the BUILTIN: keyword which lets builtin classes show up in source files. Probably could use save-location to allow editing, but it seemed to break things. | 2013-03-10 12:05:38 -07:00 | 
		
			
			
			
			
				| sbufs | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| sequences | iota: iota vs iota-tuple. Sorry...for the tools to work! | 2013-03-23 16:36:22 -07:00 | 
		
			
			
			
			
				| sets | sets: make ?adjoin a generic method. | 2013-03-23 16:58:31 -07:00 | 
		
			
			
			
			
				| slots | slots: make predicates return booleans. | 2012-08-14 18:09:50 -07:00 | 
		
			
			
			
			
				| sorting | sorting: Rename merge tuple to merge-state. | 2013-03-23 21:56:56 -07:00 | 
		
			
			
			
			
				| source-files | source-files.errors: Oops fix double define. | 2013-03-23 21:54:44 -07:00 | 
		
			
			
			
			
				| splitting | splitting: Support SBUF" " with split-lines. Fixes #575. Thanks @mrjbq7 | 2013-03-23 14:00:29 -07:00 | 
		
			
			
			
			
				| strings | strings, multiline: Fix unexpected-eof. | 2013-03-23 21:42:26 -07:00 | 
		
			
			
			
			
				| syntax | words: Change word -> last-word, set-word -> set-last-word. | 2013-03-23 16:12:03 -07:00 | 
		
			
			
			
			
				| system | core/basis: trim down using lists | 2011-11-30 23:15:42 -08:00 | 
		
			
			
			
			
				| vectors | core: cleanup USING lists. | 2013-03-05 10:34:47 -08:00 | 
		
			
			
			
			
				| vocabs | vocabs.loader: use adjoin-all. | 2013-03-23 22:07:08 -07:00 | 
		
			
			
			
			
				| words | words: Rename undefined. | 2013-03-23 21:29:15 -07:00 |