about summary refs log tree commit diff stats
path: root/032array.cc
Commit message (Expand)AuthorAgeFilesLines
* 2773 - switch to 'int'Kartik K. Agaram2016-03-131-8/+8
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-16/+16
* 2717 - bugfix for dilated reagentsKartik K. Agaram2016-02-261-0/+4
* 2712Kartik K. Agaram2016-02-261-21/+21
* 2709Kartik K. Agaram2016-02-251-1/+0
* 2707Kartik K. Agaram2016-02-251-1/+0
* 2704 - eradicate all mention of warnings from coreKartik K. Agaram2016-02-251-1/+1
* 2681 - drop reagent types from reagent propertiesKartik K. Agaram2016-02-211-11/+11
* 2677Kartik K. Agaram2016-02-201-2/+2
* 2671 - never use debug_string() in tracesKartik K. Agaram2016-02-191-2/+2
* 2685Kartik K. Agaram2016-02-191-9/+9
* 2667 - redo container data structureKartik K. Agaram2016-02-171-8/+11
* 2660 - check dynamic arrays in exclusive containersKartik K. Agaram2016-02-151-11/+8
* 2658 - warn when containers contain arraysKartik K. Agaram2016-02-151-0/+32
* 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