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
/
nimfix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+0
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
3
-167
/
+4
*
cleanup compiler/prettybase to not use redudant global variables
Andreas Rumpf
2018-05-27
2
-61
/
+16
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-7
/
+7
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
2
-2
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
2
-14
/
+14
*
fixes testament compilation
Araq
2018-05-14
1
-1
/
+1
|
\
|
*
pretty, prettybase: simplify relative paths (#7779)
alaviss
2018-05-07
2
-2
/
+2
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
|
more modules compile again
Andreas Rumpf
2018-05-12
1
-2
/
+2
*
|
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-1
/
+1
*
|
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-12
/
+13
|
/
*
make nimfix compile again (#7708)
alaviss
2018-04-27
1
-7
/
+7
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
2
-13
/
+13
*
fixes #7522
Araq
2018-04-06
2
-3
/
+3
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-3
/
+3
*
implements module grouping for the import statement
Andreas Rumpf
2016-12-21
1
-5
/
+5
*
make nimfix compile with newer compiler API
Araq
2016-12-20
1
-2
/
+3
*
Fix few typos
Federico Ceratto
2016-10-17
1
-1
/
+1
*
get rid of deprecated toLower/toUpper
Andreas Rumpf
2016-07-19
1
-4
/
+4
*
Fixes #1801.
Dominik Picheta
2016-06-06
1
-1
/
+1
*
renamed writeln to writeLine in compiler
patrick dw
2015-06-19
1
-1
/
+1
*
Hopefully fixes nimsuggest building against the compiler package.
Dominik Picheta
2015-06-04
3
-18
/
+23
*
Fixed the paths of nimfix and nimsuggest to be relative.
Joey Payne
2015-04-25
1
-1
/
+1
*
Merge pull request #2598 from jyapayne/devel
Andreas Rumpf
2015-04-24
1
-1
/
+1
|
\
|
*
Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...
Joey Payne
2015-04-24
4
-10
/
+6
|
*
Added explicit imports for compiler modules to fix compiling nimsuggest.
Joey Payne
2015-04-24
3
-5
/
+9
*
|
Changed project relative path to include the right directory.
Hans Raaf
2015-02-20
1
-1
/
+1
*
|
Happy new year!
Guillaume Gelin
2015-01-06
3
-3
/
+3
*
|
implemented --bestEffort switch for nimfix
Araq
2014-12-26
1
-2
/
+4
|
/
*
documented nimfix
Araq
2014-11-04
1
-1
/
+1
*
nimfix now in its own directory; single file mode now the default
Araq
2014-10-05
4
-0
/
+368