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
/
options.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
fixes the new nimcache handling
Araq
2018-08-08
1
-1
/
+2
|
|
*
'nimcache' defaults to ~/.cache on Posix; cleaned up documentation
Andreas Rumpf
2018-08-08
1
-2
/
+12
|
|
*
introduce the --define 'osx' as an alias for 'macosx'
Andreas Rumpf
2018-08-08
1
-0
/
+1
|
*
|
make nimsuggest go up in the directory tree in order to determine the main .n...
Andreas Rumpf
2018-08-10
1
-12
/
+16
|
*
|
fixes the new nimcache handling
Araq
2018-08-07
1
-1
/
+2
|
*
|
'nimcache' defaults to ~/.cache on Posix; cleaned up documentation
Andreas Rumpf
2018-08-06
1
-2
/
+12
|
*
|
introduce the --define 'osx' as an alias for 'macosx'
Andreas Rumpf
2018-08-06
1
-0
/
+1
|
|
/
*
|
make at least bootstrapping work
Araq
2018-08-05
1
-4
/
+20
|
\
|
|
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-1
/
+2
|
*
fixes #8419 fixes #8420 ; workaround #6071 workaround nim-lang/website#98 (#8...
Timothee Cour
2018-07-30
1
-2
/
+2
|
*
Fix path resolution of submodules in the std namespace (#8453)
Oscar NihlgÄrd
2018-07-30
1
-1
/
+16
*
|
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
1
-3
/
+3
|
/
*
code cleanup: remove newScopeForIf switch
Andreas Rumpf
2018-07-04
1
-2
/
+0
*
Nintendo switch support (#8069)
Joey
2018-06-27
1
-2
/
+4
*
implements pkg/ prefix to enforce searching for the module ignore the stdlib ...
Araq
2018-06-14
1
-18
/
+14
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-2
/
+1
*
fixes yet another merge conflict
Araq
2018-06-11
1
-2
/
+1
|
\
|
*
Removed oldIterTranf feature
Yuriy Glukhov
2018-06-10
1
-2
/
+1
*
|
record cppdefine for incremental compilation
Andreas Rumpf
2018-06-10
1
-3
/
+0
*
|
implement passL and passC for the compilation cache
Andreas Rumpf
2018-06-10
1
-5
/
+1
*
|
fixex merge conflicts
Araq
2018-06-08
1
-1
/
+2
|
\
|
|
*
Merge pull request #7770 from yglukhov/yield-in-try
Andreas Rumpf
2018-06-05
1
-1
/
+2
|
|
\
|
|
*
Merge branch 'devel' into yield-in-try
Yuriy Glukhov
2018-05-15
1
-169
/
+234
|
|
|
\
|
|
*
|
Closure iter transformation
Yuriy Glukhov
2018-05-09
1
-1
/
+2
*
|
|
|
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-0
/
+13
*
|
|
|
document how the incremental compilation scheme could work
Andreas Rumpf
2018-06-01
1
-10
/
+13
*
|
|
|
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-2
/
+2
*
|
|
|
vm.nim: evalMacroCounter is not a global variable anymore
Andreas Rumpf
2018-05-28
1
-0
/
+1
*
|
|
|
refactoring: make projectMainIdx typesafe
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
|
|
|
more refactoring
Andreas Rumpf
2018-05-27
1
-0
/
+1
*
|
|
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-2
/
+34
*
|
|
|
fixes merge conflict
Andreas Rumpf
2018-05-26
1
-15
/
+2
|
\
|
|
|
|
*
|
|
Use new binarySearch everywhere (#7876)
Dmitry Atamanov
2018-05-25
1
-14
/
+0
|
*
|
|
fixes #7696, add ConfigRef.arguments initialization (#7858)
andri lim
2018-05-22
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-20
/
+22
*
|
|
extccomp: no globals anymore
Araq
2018-05-16
1
-1
/
+42
|
/
/
*
|
make tests green on Unix
Andreas Rumpf
2018-05-15
1
-1
/
+6
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
|
move more globals into the config object
Andreas Rumpf
2018-05-13
1
-41
/
+50
*
|
move more global variables into ConfigRef
Andreas Rumpf
2018-05-11
1
-56
/
+64
*
|
avoid more global variables
Andreas Rumpf
2018-05-11
1
-17
/
+16
*
|
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-2
/
+10
*
|
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-0
/
+6
*
|
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-41
/
+96
*
|
remove hardly used TimeMachine feature
Andreas Rumpf
2018-05-06
1
-25
/
+0
|
/
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-0
/
+1
*
make 'not nil' experimental
Andreas Rumpf
2018-05-02
1
-1
/
+2
*
introduce --laxstrings switch for backwards compatibility
Araq
2018-04-30
1
-1
/
+2
*
refactoring: move 'argument' global into config object
Andreas Rumpf
2018-04-24
1
-0
/
+2
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-3
/
+11
[prev]
[next]