summary refs log tree commit diff stats
path: root/compiler/llstream.nim
Commit message (Expand)AuthorAgeFilesLines
* Make reading from stdin work again.def2015-03-011-1/+1
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-28/+13
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-6/+6
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
* Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
* case consistency: next stepsAraq2013-12-291-2/+2
* case consistency part 4Araq2013-12-271-13/+13
* case consistency part 1Araq2013-12-271-38/+37
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* FFI at compiletime improvementsAraq2013-01-081-5/+12
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* compiler uses new 'readLine'Araq2011-11-271-41/+30
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* big repo cleanupAraq2011-04-121-0/+229
rtik.com> 2016-08-21 08:38:20 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2016-08-21 08:38:20 -0700 3239' href='/akkartik/mu/commit/046global.cc?h=hlt&id=f40137f1327ad3203eff5f6894baaa68a700cec1'>f40137f1 ^
263e6b2a ^
f40137f1 ^
263e6b2a ^
385d3080 ^

e06dbec0 ^
385d3080 ^






b24eb476 ^
385d3080 ^

5937f1af ^
3473c63a ^








9dcbec39 ^
385d3080 ^
3473c63a ^




385d3080 ^

b24eb476 ^
385d3080 ^

1b76245c ^
263e6b2a ^
385d3080 ^

dfc6e268 ^



1ead3562 ^
b0bf5321 ^
bc643692 ^

dfc6e268 ^
5f98a10c ^

dfc6e268 ^





385d3080 ^

b24eb476 ^
385d3080 ^
ae256ea1 ^
385d3080 ^


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