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
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-1
/
+1
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-1
/
+2
*
expandFilename on windows is now consistent with other platforms (#10154)
Neelesh Chandola
2019-01-04
1
-10
/
+1
*
[cleanup] remove dead code compiler.options.mergeConfigs (#10165)
Timothee Cour
2019-01-02
1
-78
/
+0
*
Add support for clang-cl (#9977)
Neelesh Chandola
2018-12-19
1
-1
/
+1
*
fixes #9985
Andreas Rumpf
2018-12-15
1
-0
/
+3
*
fixes #9995
Andreas Rumpf
2018-12-15
1
-2
/
+3
*
fixes #9982
Andreas Rumpf
2018-12-14
1
-1
/
+1
*
fixes #9965
Araq
2018-12-14
1
-0
/
+74
*
incremental compilation: bugfixes
Araq
2018-11-19
1
-1
/
+2
*
Nimscript: fixes #9246 [backport]
Andreas Rumpf
2018-11-06
1
-1
/
+1
*
produce more helpful error messages when overloading resolution fails
Andreas Rumpf
2018-11-03
1
-0
/
+1
*
Nim style checker: document the switch; fixes #9564
Araq
2018-10-30
1
-1
/
+2
*
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
Ștefan Talpalaru
2018-10-11
1
-2
/
+4
*
Removed optUseNimNamespace, removed useless nil check
Giovanni
2018-09-16
1
-1
/
+0
*
improve the compiler option "cppCompileToNamespace", a custom namespace can n...
Giovanni
2018-09-15
1
-0
/
+1
*
Merge pull request #8875 from awr1/experimentalize-reorder
Andreas Rumpf
2018-09-15
1
-1
/
+2
|
\
|
*
Merge branch 'devel' into experimentalize-reorder
awr1
2018-09-04
1
-7
/
+27
|
|
\
|
*
|
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
awr
2018-09-04
1
-1
/
+2
*
|
|
fixes bootstrapping problems
Araq
2018-09-07
1
-1
/
+1
*
|
|
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-88
/
+95
|
|
/
|
/
|
*
|
system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...
Andreas Rumpf
2018-09-03
1
-0
/
+19
*
|
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
1
-4
/
+5
*
|
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-17
/
+36
|
\
|
|
*
implements 'case statement macros' in order to encourage the development of p...
Andreas Rumpf
2018-08-16
1
-2
/
+2
|
*
put the new for loop macros under an experimental switch named 'forLoopMacros'
Andreas Rumpf
2018-08-15
1
-2
/
+4
|
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-1
/
+2
|
*
fixes #8599
Andreas Rumpf
2018-08-10
1
-1
/
+1
|
*
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-10
1
-1
/
+1
|
|
\
|
|
*
Uses XDG_CACHE_HOME if available (#8585)
alaviss
2018-08-09
1
-1
/
+1
|
|
*
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
[next]