summary refs log tree commit diff stats
path: root/compiler/service.nim
Commit message (Expand)AuthorAgeFilesLines
* normalize "run" commanddef2014-07-291-1/+1
* Allow arguments for "nimrod run"def2014-07-281-1/+1
* Add checks for invalid socket when creating sockets.Dominik Picheta2014-04-151-0/+1
* case consistency: next stepsAraq2013-12-291-1/+1
* case consistency part 4Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-1/+1
* -d:nocaas mode for easier bootstrapping on exotic OSes (Haiku)Araq2013-09-011-15/+20
* fix compiling after suggestZahary Karadjov2013-05-051-1/+2
* support suggest after compile in caas modeZahary Karadjov2013-05-051-1/+3
* proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
* rod file viewer for easier debugging of rod filesAraq2013-04-041-1/+1
* added isServing parameterSimon Hafner2013-02-261-1/+0
* [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-1/+1
* CaaS in-memory cachingZahary Karadjov2012-11-281-7/+15
* caas is now drivable through stdinZahary Karadjov2012-11-281-14/+27
* better extension loading for the OpenGL wrapperAraq2012-10-091-0/+1
* code cleanup of caasAraq2012-10-051-3/+3
* next steps for 'compiler as a service'Araq2012-10-031-3/+3
* first steps for compiler as a serviceAraq2012-10-031-0/+71
:08:28 -0700 934 - extensible transform framework for mu's lightweight tools' href='/akkartik/mu/commit/cpp/023transform?h=hlt&id=37e4573b9382707a0c345246d7507dc269bd0df3'>37e4573b ^
1ec3eb4c ^



5a481085 ^
215365d4 ^




5a481085 ^

215365d4 ^

1ec3eb4c ^
215365d4 ^
37e4573b ^
c442a5ad ^
848ebc1e ^
6c96a437 ^

37e4573b ^
37e4573b ^
91abd257 ^
363be37f ^
37e4573b ^


3ba63579 ^
7cca03bd ^
3ba63579 ^

7858a06a ^











3ba63579 ^
c442a5ad ^
6c96a437 ^
3ba63579 ^

6c96a437 ^
05d17773 ^
6c96a437 ^
05d17773 ^
3ba63579 ^
6c96a437 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
7f73795c ^
0f125d5f ^

37e4573b ^
a70ce311 ^





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