summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | don't perform unnecessary linkingZahary Karadjov2013-05-051-1/+1
| * | fix compiling after suggestZahary Karadjov2013-05-053-41/+36
| * | support suggest after compile in caas modeZahary Karadjov2013-05-059-7/+72
| * | bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-052-0/+20
| * | experimental support for answering idetools --def requests fromZahary Karadjov2013-05-044-10/+72
| * | remove some more references of containerID after mergingZahary Karadjov2013-05-041-3/+0
| * | Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-04942-3237/+13786
| |\|
| * | containerID is no longer needed for genericsZahary Karadjov2013-03-016-19/+4
* | | c2nim, pas2nim compile againAraq2013-05-072-16/+16
* | | fixed void context detectionAraq2013-05-073-3/+4
* | | more intelligent handling of 'discardable'Araq2013-05-071-8/+6
* | | fixes #121Araq2013-05-061-0/+3
* | | 'result/return' triggers a void contextAraq2013-05-062-23/+60
* | | Merge branch 'master' into newparserAraq2013-05-0431-64/+278
|\ \ \ | | |/ | |/|
| * | failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| * | adding some failing caas testsZahary Karadjov2013-05-043-2/+21
| * | test-runner for caas multi-step testsZahary Karadjov2013-05-049-4/+122
| * | Changed babel path handling.Dominik Picheta2013-05-021-1/+1
| * | nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-0110-34/+64
| * | proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
| * | Merge pull request #403 from fowlmouth/patch-4Araq2013-04-262-8/+10
| |\ \
| | * | Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
| | * | Update evals.nimBillingsly Wetherfordshire2013-04-251-2/+2
| |/ /
| * | fixes #393; now works with backticksAraq2013-04-231-1/+5
| * | fixes #394Araq2013-04-231-2/+5
| * | added distinct array testAraq2013-04-232-7/+14
| * | fixes #395Araq2013-04-232-7/+9
* | | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-046-22/+99
* | | fixes #117Araq2013-05-044-7/+35
* | | bugfixesAraq2013-05-044-3/+19
* | | fixed: typoAraq2013-05-031-1/+1
* | | completed expr/stmt unificationAraq2013-05-0310-673/+642
* | | new parser works with docgenAraq2013-05-022-1/+1
* | | pegs compiles againAraq2013-05-021-1/+2
* | | revert new scope for 'if'Araq2013-05-028-6/+182
* | | --out works for exesAraq2013-05-011-1/+3
* | | bugfixes mostly JS relatedAraq2013-05-0110-20/+37
* | | re.nim compiles againAraq2013-05-011-1/+2
* | | tester should work again; documented (;)Araq2013-04-304-7/+43
* | | proper scoping for 'if'Araq2013-04-303-11/+12
* | | new js codegen: bugfixesAraq2013-04-301-35/+28
* | | first steps to the expr/stmt unificationAraq2013-04-308-92/+159
* | | new JS code generatorAraq2013-04-282-689/+683
* | | new parser: diallow more thingsAraq2013-04-231-0/+1
* | | made some tests greenAraq2013-04-225-3/+8
* | | Merge branch 'master' into newparserAraq2013-04-225-21/+64
|\| |
| * | Merge pull request #392 from gradha/pr_improves_os_docstringsSimon Hafner2013-04-171-4/+11
| |\ \
| | * | Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
| |/ /
| * | Merge pull request #388 from gradha/pr_improves_tutorial_tuples_exampleAraq2013-04-171-0/+18
| |\ \
| | * | Improves tutorial tuples example.Grzegorz Adam Hankiewicz2013-04-151-0/+18
='author Kartik K. Agaram <vc@akkartik.com> 2022-09-03 13:54:38 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-09-03 13:58:30 -0700 editing source code from within the app' href='/akkartik/view.love/commit/README.md?id=42762ce06290650fe5bec9b516c5dda9e2fd97fb'>42762ce ^
25939e8 ^
938cd6b ^

25939e8 ^
938cd6b ^
25939e8 ^
938cd6b ^
826207a ^
f0e967d ^


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