summary refs log tree commit diff stats
path: root/compiler/importer.nim
Commit message (Expand)AuthorAgeFilesLines
* bugfix: import of pure enumsAraq2012-09-171-1/+1
* first steps towards term rewriting macrosAraq2012-08-301-4/+6
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-12/+13
* better error handling for better idetools supportAraq2012-07-291-15/+17
* fixes #134Araq2012-06-211-9/+9
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* the current directory is no longer taken into account when resolving module p...Zahary Karadjov2011-12-111-0/+15
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-20/+8
* intsets are now a proper module and part of the stdlibAraq2011-06-141-4/+4
* big repo cleanupAraq2011-04-121-0/+122
us revision' href='/ahoang/Nim/blame/install.txt?h=devel&id=eb929bd61c94fc5acf7e384502706fc41a4df2fd'>^
db4f617af ^
1f63d1c76 ^
db4f617af ^



1f63d1c76 ^
db4f617af ^
8c671d22d ^
1f63d1c76 ^
99bcc233c ^
4d4b3b1c0 ^
db4f617af ^




8c671d22d ^

49d810f34 ^

db4f617af ^




1f63d1c76 ^
053309e60 ^
1f63d1c76 ^
a58a2f382 ^
db4f617af ^








ff4a69b62 ^

db4f617af ^
300430fbb ^
e27e873b7 ^
31bb4311e ^
e27e873b7 ^

8c671d22d ^
e27e873b7 ^
49d810f34 ^









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