about summary refs log tree commit diff stats
path: root/036call_reply.cc
Commit message (Expand)AuthorAgeFilesLines
* 2624 - fix all layersKartik K. Agaram2015-12-141-1/+1
* 2623 - check 'reply' instructions ahead of timeKartik K. Agaram2015-12-131-38/+58
* 2620Kartik K. Agaram2015-12-071-1/+4
* 2608 - improve errors when static dispatch failsKartik K. Agaram2015-11-291-0/+1
* 2475 - allow addresses to be converted to numbersKartik K. Agaram2015-11-271-1/+1
* 2420Kartik K. Agaram2015-11-101-1/+0
* 2417 - support mutable ingredients in headersKartik K. Agaram2015-11-101-2/+2
* 2406Kartik K. Agaram2015-11-081-17/+14
* 2399 - consistent debug_string vocabularyKartik K. Agaram2015-11-081-1/+1
* 2396 - edit working again!!Kartik K. Agaram2015-11-081-13/+19
* 2395 - type ingredients can map to trees of typesKartik K. Agaram2015-11-071-1/+3
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-5/+5
* 2313Kartik K. Agaram2015-10-291-1/+1
* 2311Kartik K. Agaram2015-10-291-1/+1
* 2306 - recipe headersKartik K. Agaram2015-10-281-1/+1
* 2299 - check types of ingredients in callsKartik K. Agaram2015-10-281-3/+3
* 2283 - represent each /property as a treeKartik K. Agaram2015-10-261-3/+3
* 2271 - bugfix: traces cross-contaminating errorsKartik K. Agaram2015-10-191-1/+5
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-13/+13
* 2247 - type-check products of non-primitive recipesKartik K. Agaram2015-10-051-5/+28
* 2232Kartik K. Agaram2015-10-011-0/+4
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-3/+3
* 2199 - stop printing numbers in scientific notationKartik K. Agaram2015-09-141-2/+2
* 2050Kartik K. Agaram2015-08-211-2/+2
* 1962Kartik K. Agaram2015-08-091-1/+1
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-10/+10
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-32/+37
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-4/+4
* 1799 - continue to debug memory corruption of 1795Kartik K. Agaram2015-07-171-0/+1
* 1796 - temporarily undo 1795Kartik K. Agaram2015-07-161-1/+0
* 1795 - still debugging screen-in-screen renderingKartik K. Agaram2015-07-161-0/+1
* 1777 - consistent terminology: 'product'Kartik K. Agaram2015-07-131-2/+2
* 1754Kartik K. Agaram2015-07-101-0/+2
* 1745 - hoist warning/response strings out of editor-dataKartik K. Agaram2015-07-101-1/+17
* 1723Kartik K. Agaram2015-07-081-4/+1
* 1721 - hide warnings inside interactive routinesKartik K. Agaram2015-07-081-2/+4
* 1716Kartik K. Agaram2015-07-071-0/+2
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-5/+5
* 1698Kartik K. Agaram2015-07-031-0/+158
> 2015-04-22 12:17:16 -0700 1128' href='/akkartik/mu/commit/cpp/001test?h=main&id=df0b469f26025ec7f7f7cc88439a8b68c396b97c'>df0b469f ^
b39ceb27 ^






51530916 ^
6ff9413c ^
b39ceb27 ^
6c96a437 ^
9e608a77 ^
6c96a437 ^
46b6e2a3 ^
9e608a77 ^
6ff9413c ^

9e608a77 ^
b39ceb27 ^
5a9e3a11 ^
6ff9413c ^


b39ceb27 ^
683d53ca ^

b39ceb27 ^
df0b469f ^
ccd792da ^
51530916 ^
ac0e9db5 ^
7d13531e ^



6573fe1f ^
eb3a527a ^

b5ab709c ^
51530916 ^

53172ce1 ^
17d3003d ^




53172ce1 ^











51530916 ^
f2043a73 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104