about summary refs log tree commit diff stats
path: root/030container.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 2234 - check type of get's productKartik K. Agaram2015-10-021-1/+32
* 2233 - basic checks for non-primitive recipesKartik K. Agaram2015-10-011-1/+6
* 2227 - offset-checking for containersKartik K. Agaram2015-10-011-32/+59
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-6/+6
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-1/+1
* 2154 - check types only after loading all layersKartik K. Agaram2015-09-051-1/+1
* 2137Kartik K. Agaram2015-09-031-1/+0
* 2126Kartik K. Agaram2015-09-011-1/+1
* 2095Kartik K. Agaram2015-08-281-7/+0
* 2064Kartik K. Agaram2015-08-241-1/+1
* 2060 - even more efficient up/downKartik K. Agaram2015-08-221-2/+2
* 1994 - new primitive: 'create-array'Kartik K. Agaram2015-08-141-1/+3
* 1988 - handle reagents without typesKartik K. Agaram2015-08-131-4/+4
* 1975 - let's start using traces in lessonsKartik K. Agaram2015-08-101-0/+9
* 1962Kartik K. Agaram2015-08-091-3/+3
* 1952Kartik K. Agaram2015-08-071-0/+8
* 1948Kartik K. Agaram2015-08-061-2/+2
* 1931 - basic support for scrollingKartik K. Agaram2015-08-041-1/+19
* 1923Kartik K. Agaram2015-08-021-3/+2
* 1909 - clean up all null pointers of that ilkKartik K. Agaram2015-07-311-10/+10
* 1908 - another null-pointer warningKartik K. Agaram2015-07-311-0/+5
* 1886 - gracefully handle malformed ingredientsKartik K. Agaram2015-07-291-2/+4
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-39/+39
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-5/+5
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-18/+18
* 1834Kartik K. Agaram2015-07-241-4/+8
* 1833Kartik K. Agaram2015-07-241-1/+8
* 1832Kartik K. Agaram2015-07-241-1/+4
* 1826 - edit: start carefully showing all errorsKartik K. Agaram2015-07-211-2/+4
* 1800 - ah, found the bounds-checking bugKartik K. Agaram2015-07-171-5/+50
* 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-36/+36
* 1668 - there's a bug in CHECK_TRACE_DOESNT_CONTAINKartik K. Agaram2015-06-271-0/+1
* 1629 - new helper for constructing containersKartik K. Agaram2015-06-231-0/+27
* 1604Kartik K. Agaram2015-06-201-1/+2
* 1593Kartik K. Agaram2015-06-181-1/+2
* 1586Kartik K. Agaram2015-06-171-1/+1
* 1585Kartik K. Agaram2015-06-171-2/+2
* 1497 - 2 boneheaded bugs in parsing scenariosKartik K. Agaram2015-05-281-0/+12
* 1474 - another warningKartik K. Agaram2015-05-261-7/+10
* 1417 - draft zoom levels in tracesKartik K. Agaram2015-05-211-3/+3
* 1414 - traces now robust to new recipes/typesKartik K. Agaram2015-05-211-21/+0
* 1399 - better 'unknown type' warningsKartik K. Agaram2015-05-181-3/+94
* 1398Kartik K. Agaram2015-05-181-2/+23
* 1391 - avoid unsigned integersKartik K. Agaram2015-05-171-16/+16
* 1390 - support non-integer literalsKartik K. Agaram2015-05-171-5/+0
* 1367Kartik K. Agaram2015-05-141-0/+87
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-41/+41
* 1357 - temporarily revert floating-point supportKartik K. Agaram2015-05-121-6/+4
* 1356 - snapshot #2: floating point supportKartik K. Agaram2015-05-121-4/+6