about summary refs log tree commit diff stats
path: root/041jump_target.cc
Commit message (Expand)AuthorAgeFilesLines
* 5001 - drop the :(scenario) DSLKartik Agaram2019-03-121-87/+124
* 4261 - start using literals for 'true' and 'false'Kartik Agaram2018-06-171-2/+2
* 3877Kartik K. Agaram2017-05-261-2/+2
* 3810Kartik K. Agaram2017-04-041-4/+4
* 3549Kartik K. Agaram2016-10-221-13/+16
* 3522Kartik K. Agaram2016-10-191-2/+2
* 3380Kartik K. Agaram2016-09-171-16/+16
* 3327Kartik K. Agaram2016-09-111-2/+2
* 2990Kartik K. Agaram2016-05-201-4/+4
* 2773 - switch to 'int'Kartik K. Agaram2016-03-131-4/+4
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-9/+9
* 2722 - fix a crash; thanks Ella Couch!Kartik K. Agaram2016-02-281-2/+24
* 2712Kartik K. Agaram2016-02-261-4/+4
* 2680Kartik K. Agaram2016-02-201-3/+3
* 2494Kartik K. Agaram2015-11-281-1/+1
* 2493 - eliminate a couple of dependenciesKartik K. Agaram2015-11-281-1/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+1
* 2383 - new concern: idempotence of transformsKartik K. Agaram2015-11-061-1/+1
* 2379 - further improvements to map operationsKartik K. Agaram2015-11-061-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-9/+9
* 2360Kartik K. Agaram2015-11-041-1/+1
* 2358 - starting to tackle the phase ordering problemKartik K. Agaram2015-11-041-2/+2
* 2321 - more preparations for static dispatchKartik K. Agaram2015-10-291-5/+5
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-9/+9
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-4/+4
* 2138 - warn on jump to an ambiguous labelKartik K. Agaram2015-09-041-0/+158
or hut <hut@lavabit.com> 2011-10-05 18:15:35 +0200 committer hut <hut@lavabit.com> 2011-10-05 18:15:35 +0200 README: polished, removed INSTALL' href='/akspecs/ranger/commit/README?id=240394a494b0bbb854687a34941bf90a5ccd5b4d'>240394a4 ^
7dc8fef8 ^
36e4e71e ^

4a383291 ^
78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^

07069888 ^

07069888 ^
7838675f ^

1891697f ^
755e7df1 ^
a3d5f44b ^
66a8d4ff ^
7838675f ^
7dc8fef8 ^
f435be33 ^
500cf259 ^


7dc8fef8 ^



240394a4 ^



240394a4 ^
7dc8fef8 ^
240394a4 ^




7dc8fef8 ^
240394a4 ^



e5fb3d74 ^
240394a4 ^

240394a4 ^
7dc8fef8 ^



7b33b517 ^

176e8a68 ^
7b33b517 ^
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