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
/
modules.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
1
-3
/
+4
*
disallow recursive module dependencies
Araq
2016-11-23
1
-0
/
+1
*
make tests green again
Araq
2016-11-06
1
-0
/
+3
*
nimsuggest supports include files properly; added the compiler itself as a te...
Andreas Rumpf
2016-11-06
1
-0
/
+1
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-157
/
+151
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-9
/
+11
*
big refactoring: step 1
Araq
2016-10-31
1
-5
/
+5
*
nimsuggest improvements
Andreas Rumpf
2016-08-29
1
-5
/
+2
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-9
/
+0
*
tiny style changes
Andreas Rumpf
2016-08-09
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
fixes #4485; package handling works better; docgen works with --project on Ni...
Andreas Rumpf
2016-07-19
1
-2
/
+20
*
added gFuzzyGraphChecking for nimsuggest timeout problems
Andreas Rumpf
2016-07-17
1
-2
/
+2
*
nimsuggest improvements
Andreas Rumpf
2016-07-16
1
-1
/
+1
*
rollback of nimsuggest improvement until we figured out the reasons
Andreas Rumpf
2016-07-15
1
-4
/
+8
*
nimsuggest: dependencies are recalculated properly
Andreas Rumpf
2016-07-13
1
-6
/
+7
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
1
-2
/
+2
*
fixes #2159
Andreas Rumpf
2016-05-28
1
-0
/
+6
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-1
/
+1
*
added undocumented exportNims pragma for Nimscript support
Araq
2015-10-03
1
-0
/
+7
*
preparations for Nimble NimScript integrations; minor cleanups
Araq
2015-08-18
1
-1
/
+0
*
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-6
/
+14
*
CRC -> Hash
Flaviu Tamas
2015-07-03
1
-25
/
+25
*
Use full file path for CRC checks.
Dominik Picheta
2015-06-14
1
-3
/
+3
*
securehash: Keep module name consistent
Adam Strzelecki
2015-06-09
1
-1
/
+1
*
Rename crc module to "secure_hash"
Flaviu Tamas
2015-05-23
1
-1
/
+1
*
Clean up crc module
Flaviu Tamas
2015-05-23
1
-4
/
+4
*
Use gProjectIsStdin instead
def
2015-05-17
1
-1
/
+1
*
Clean up stdin file reading of compiler.
def
2015-05-16
1
-13
/
+16
*
Make compiler read files from stdin
def
2015-02-22
1
-1
/
+1
*
nimsuggest: first version
Araq
2015-01-27
1
-7
/
+6
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
'nim i' should work again
Araq
2014-09-18
1
-2
/
+3
*
nimfix handles helloworld
Araq
2014-09-06
1
-1
/
+10
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
Fix generation of package-dependent init names.
Reimer Behrends
2014-06-25
1
-1
/
+1
*
the compiler is now aware of packages
Araq
2014-03-02
1
-4
/
+5
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-2
/
+2
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-11
/
+11
*
case consistency part 1
Araq
2013-12-27
1
-1
/
+1
*
'modules' module from 'main'; minor bugfixes
Araq
2013-07-20
1
-0
/
+200