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
/
passes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-2
/
+2
*
big refactoring: mores stuff compiles
Andreas Rumpf
2018-05-10
1
-11
/
+13
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
compiler: remove unnecessary FileIndex type conversions
Andreas Rumpf
2018-04-24
1
-1
/
+1
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-19
/
+5
*
symbol files: implemented accurate module dependency tracking
Araq
2018-02-21
1
-0
/
+2
*
symbol files: more progress
Araq
2018-02-20
1
-6
/
+36
*
symbol files: fixes the logic for multi-methods
Araq
2018-01-03
1
-2
/
+2
*
Add sections (type, var, let, const, using) support for reorder pragma (#6326)
BigEpsilon
2017-10-28
1
-1
/
+2
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-2
/
+2
*
implemented reordering pass
Andreas Rumpf
2017-07-25
1
-1
/
+3
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-1
/
+1
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-1
/
+1
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-8
/
+8
*
|
nimsuggest uses multithreading and full project recompiles
Andreas Rumpf
2017-02-13
1
-1
/
+5
|
/
*
make tests green again
Andreas Rumpf
2016-11-24
1
-8
/
+19
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-16
/
+19
*
big refactoring: step 1
Araq
2016-10-31
1
-12
/
+13
*
nimsuggest improvements
Andreas Rumpf
2016-08-29
1
-9
/
+4
*
implemented {.noforward:on.} for type sections; useful for c2nim generated wr...
Araq
2015-07-08
1
-2
/
+11
*
Clean up stdin file reading of compiler.
def
2015-05-16
1
-5
/
+1
*
GC: get rid of pathological behaviour for stack marking
Araq
2015-03-08
1
-49
/
+49
*
Make reading from stdin work again.
def
2015-03-01
1
-1
/
+1
*
bootstrapping works again on Windows
Araq
2015-03-01
1
-1
/
+1
*
When compiling from stdin write binary to stdinfile
def
2015-02-28
1
-1
/
+1
*
Rename stdin fake module name to stdinFile
def
2015-02-28
1
-1
/
+1
*
Make compiler read files from stdin
def
2015-02-22
1
-1
/
+5
*
nimsuggest: sane dirty buffer handling
Araq
2015-01-29
1
-1
/
+1
*
nimsuggest: first version
Araq
2015-01-27
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
removed flawed thread analysis pass
Araq
2014-04-20
1
-2
/
+3
*
case consistency part 4
Araq
2013-12-27
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
fixed a regression: compiling projects not residing in the current directory
Zahary Karadjov
2013-01-20
1
-1
/
+1
*
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-23
/
+21
*
caas is now drivable through stdin
Zahary Karadjov
2012-11-28
1
-17
/
+41
*
cas improvements
Araq
2012-10-24
1
-4
/
+7
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-14
/
+1
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-6
/
+6
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
thoughts about implicit includes and imports
Araq
2011-11-29
1
-11
/
+16
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-0
/
+14
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
1
-4
/
+22
*
much more efficient rod file generation
Araq
2011-10-18
1
-1
/
+1
*
further improvements for thread analysis
Araq
2011-06-13
1
-4
/
+4
*
got rid of some arcane module names
Araq
2011-04-21
1
-2
/
+2
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+155