index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
importer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
implemented new experimental scriptable import mechanism
Andreas Rumpf
2017-10-01
1
-10
/
+40
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-2
/
+10
*
fixes #5185
Andreas Rumpf
2017-02-08
1
-0
/
+1
*
fixes #5185
Andreas Rumpf
2017-01-06
1
-2
/
+3
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
1
-7
/
+19
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
1
-3
/
+3
*
make tests green again
Andreas Rumpf
2016-11-24
1
-1
/
+1
*
disallow recursive module dependencies
Araq
2016-11-23
1
-3
/
+17
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-1
/
+1
*
big refactoring: step 1
Araq
2016-10-31
1
-1
/
+1
*
fixes a regression that caused --import in a config file to break things
Andreas Rumpf
2016-08-29
1
-1
/
+4
*
tester cleanup; enable some rod tests
Araq
2016-08-27
1
-1
/
+1
*
Locate 'attempt to redefine' errors at the import statement rather than at th...
Kier Davis
2016-07-30
1
-3
/
+3
*
changed the compiler's path handling; fixes #546
Andreas Rumpf
2016-05-31
1
-1
/
+5
*
better nimsuggest support
Araq
2015-11-03
1
-0
/
+1
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-2
/
+2
*
Don't use deprecated intsets.empty
def
2015-03-31
1
-2
/
+2
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
1
-12
/
+12
*
Fixing import path support inconsitency.
Hans Raaf
2015-03-07
1
-1
/
+1
*
Merge branch 'devel' into bigbreak
Araq
2014-10-23
1
-3
/
+3
|
\
|
*
fixes #1029
Araq
2014-10-22
1
-2
/
+2
|
*
fixes 'import x as y' regression
Araq
2014-10-22
1
-1
/
+1
*
|
Merge branch 'devel' into bigbreak
Araq
2014-10-20
1
-2
/
+4
|
\
|
|
*
Compare fileIndexes instead of file names
Simon Krauter
2014-10-15
1
-1
/
+1
|
*
Do not allow self import
Simon Krauter
2014-10-14
1
-2
/
+4
*
|
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-4
/
+4
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
/
*
Renamed considerAccents to considerQuotedIdent
Clay Sweetser
2014-05-26
1
-2
/
+2
*
Renamed 'considerAcc' to 'considerAccents' for clarity
Clay Sweetser
2014-05-24
1
-2
/
+2
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-7
/
+7
*
case consistency part 4
Araq
2013-12-27
1
-19
/
+19
*
the compiler can now deal with multiple modules of the same name
Araq
2013-09-26
1
-1
/
+1
*
fixes #593
Araq
2013-09-24
1
-3
/
+2
*
implemented 'import a as b'
Araq
2013-09-24
1
-17
/
+40
*
made some tests green; implemented 'from module import nil'
Araq
2013-05-19
1
-1
/
+3
*
get rid of ImportTablePos and ModuleTablePos
Zahary Karadjov
2013-05-12
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-27
/
+69
|
\
|
*
implements 'export' feature
Araq
2012-12-01
1
-29
/
+42
|
*
implements 'import dir/module' without quotes
Araq
2012-11-30
1
-3
/
+5
|
*
implemented 'import except'
Araq
2012-11-28
1
-1
/
+27
|
*
bugfix: better implict 'items' support
Araq
2012-11-28
1
-2
/
+3
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-8
/
+11
|
/
*
bugfix: import of pure enums
Araq
2012-09-17
1
-1
/
+1
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-4
/
+6
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-12
/
+13
*
better error handling for better idetools support
Araq
2012-07-29
1
-15
/
+17
*
fixes #134
Araq
2012-06-21
1
-9
/
+9
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
[next]