about summary refs log tree commit diff stats
path: root/032array.cc
Commit message (Expand)AuthorAgeFilesLines
* 2581 - make space for the refcount in address:sharedKartik K. Agaram2016-01-201-1/+2
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-3/+5
* 2555Kartik K. Agaram2016-01-111-2/+2
* 2475 - allow addresses to be converted to numbersKartik K. Agaram2015-11-271-2/+2
* 2473 - bad idea to use /raw with multiple intentionsKartik K. Agaram2015-11-221-6/+6
* 2459Kartik K. Agaram2015-11-181-0/+12
* 2450 - another pesky bugKartik K. Agaram2015-11-151-0/+12
* 2399 - consistent debug_string vocabularyKartik K. Agaram2015-11-081-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-26/+26
* 2313Kartik K. Agaram2015-10-291-2/+2
* 2311Kartik K. Agaram2015-10-291-1/+1
* 2293Kartik K. Agaram2015-10-271-1/+1
* 2283 - represent each /property as a treeKartik K. Agaram2015-10-261-4/+4
* 2280Kartik K. Agaram2015-10-261-1/+1
* 2277 - reagents now have a tree of typesKartik K. Agaram2015-10-251-21/+27
* 2270Kartik K. Agaram2015-10-121-1/+1
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-31/+31
* 2242Kartik K. Agaram2015-10-051-3/+52
* 2228 - index-checking for arraysKartik K. Agaram2015-10-011-23/+47
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-9/+9
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-2/+2
* 2214Kartik K. Agaram2015-09-281-28/+0
* 2213 - start moving type checks out of 'run'Kartik K. Agaram2015-09-281-0/+28
* 2199 - stop printing numbers in scientific notationKartik K. Agaram2015-09-141-2/+2
* 2064Kartik K. Agaram2015-08-241-1/+1
* 2003Kartik K. Agaram2015-08-141-5/+0
* 2000 - stop constantly copying large arrays aroundKartik K. Agaram2015-08-141-3/+10
* 1994 - new primitive: 'create-array'Kartik K. Agaram2015-08-141-24/+78
* 1988 - handle reagents without typesKartik K. Agaram2015-08-131-3/+3
* 1975 - let's start using traces in lessonsKartik K. Agaram2015-08-101-0/+10
* 1962Kartik K. Agaram2015-08-091-2/+2
* 1950Kartik K. Agaram2015-08-071-7/+7
* 1923Kartik K. Agaram2015-08-021-4/+3
* 1909 - clean up all null pointers of that ilkKartik K. Agaram2015-07-311-6/+16
* 1886 - gracefully handle malformed ingredientsKartik K. Agaram2015-07-291-3/+4
* 1882Kartik K. Agaram2015-07-291-6/+6
* 1879 - types required at first mention of a nameKartik K. Agaram2015-07-281-1/+1
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-6/+6
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-70/+70
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-6/+13
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-12/+12
* 1835Kartik K. Agaram2015-07-241-3/+12
* 1830Kartik K. Agaram2015-07-231-1/+1
* 1800 - ah, found the bounds-checking bugKartik K. Agaram2015-07-171-11/+77
* 1744 - support just two editors rather than a listKartik K. Agaram2015-07-091-0/+4
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-12/+12
* 1611 - switch to keyboard+mouse eventsKartik K. Agaram2015-06-201-2/+2
* 1586Kartik K. Agaram2015-06-171-1/+1
* 1474 - another warningKartik K. Agaram2015-05-261-5/+8
* 1473Kartik K. Agaram2015-05-261-0/+28