about summary refs log tree commit diff stats
path: root/030container.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-1/+1
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-30/+52
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+169