summary refs log tree commit diff stats
path: root/compiler/bitsets.nim
Commit message (Collapse)AuthorAgeFilesLines
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-20/+20
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Nimrod renamed to NimAraq2014-08-281-3/+3
|
* case consistency part 1Araq2013-12-271-20/+20
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* big repo cleanupAraq2011-04-121-0/+71
-01 19:38:20 +0200 Update version information in README' href='/ahoang/chawan/commit/README.md?id=ddacae6eaf14082f94d324a817065bdb492dd402'>ddacae6e ^
06fbb9bc ^
a13ad5be ^
0392e608 ^


d2af090b ^
6b0b7ccf ^

a13ad5be ^

34b02351 ^
9a3cd69e ^
34b02351 ^
5268aada
5d6af7f5 ^
15815d72 ^
ca86dcd3 ^
06fbb9bc ^
f7cf612a ^
0392e608 ^
2014e1e0 ^
15815d72 ^
93a90308 ^
5268aada
ca86dcd3 ^

a13ad5be ^
ca86dcd3 ^
618a88e0 ^


a13ad5be ^
8fd4662c ^
a13ad5be ^
ca86dcd3 ^


06fbb9bc ^



ca86dcd3 ^




618a88e0 ^








ca86dcd3 ^
8fd4662c ^

f646b6ca ^












0392e608 ^



8fd4662c ^
06fbb9bc ^
f7cf612a ^

9a3cd69e ^
f7cf612a ^

a13ad5be ^
8fd4662c ^
a13ad5be ^

54623b97 ^
a13ad5be ^


8fd4662c ^








618a88e0 ^




8fd4662c ^
b3b97465 ^
618a88e0 ^



94ea97fd ^



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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128