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
*
introduce --symbolFiles:v2 as the next attempt to bring symbol files to Nim
Araq
2018-01-11
1
-1
/
+1
*
symbol files: introduce more switches for debugging
Andreas Rumpf
2018-01-07
1
-2
/
+8
*
add dynlibOverrideAll switch (#6873)
Charlie Barto
2017-12-06
1
-1
/
+2
*
WIP: Add a advanced compiler command 'ctags' (#6654)
Dmitry Atamanov
2017-11-15
1
-0
/
+1
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-02
1
-0
/
+1
|
\
|
*
introduce --newruntime switch for the upcoming destructors and move semantics
Andreas Rumpf
2017-10-13
1
-1
/
+1
|
*
code cleanups for the upcoming reworked destructors
Andreas Rumpf
2017-10-12
1
-1
/
+1
|
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-0
/
+1
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-10-02
1
-1
/
+2
|
\
|
|
*
added 'nim jsonscript' feature
Andreas Rumpf
2017-09-23
1
-1
/
+2
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-09-15
1
-3
/
+3
|
\
|
|
*
only replace the tilde when followed by a slash; refs #6176
Araq
2017-09-03
1
-2
/
+2
|
*
WIP: --gc:regions instead of --gc:stack
Araq
2017-08-13
1
-1
/
+1
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-07-13
1
-0
/
+3
|
\
|
|
*
review and merge zahary's work (#5849)
zah
2017-06-03
1
-0
/
+3
*
|
precise stack scanning for Nim's GCs; work in progress
Andreas Rumpf
2017-04-19
1
-1
/
+2
|
/
*
restore compilation and make all concepts tests green
Zahary Karadjov
2017-03-24
1
-2
/
+2
*
kill the reportConceptFailures options as it will be replaced by the .explain...
Zahary Karadjov
2017-03-24
1
-1
/
+0
*
nimsuggest: when invoked with a directory, detect the main nim file on its own
Andreas Rumpf
2017-03-14
1
-0
/
+17
*
new debugging helper to replace and friends
Zahary Karadjov
2017-03-10
1
-5
/
+0
*
nimsuggest: structured error reporting; EPC mode still fails
Andreas Rumpf
2017-03-03
1
-2
/
+4
*
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
1
-17
/
+11
|
\
|
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-17
/
+11
*
|
nimsuggest: added --refresh command line option; added 'known' command; fixes...
Andreas Rumpf
2017-02-22
1
-1
/
+3
|
/
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-1
/
+12
*
Correct the spelling of the word 'overridden'. (#5212)
mfxmfx
2017-01-11
1
-1
/
+1
*
compiler API: introduce options.disableNmiblePath
Araq
2017-01-06
1
-0
/
+6
*
fixes the regressions introduced by fix for #5076
Araq
2016-11-30
1
-1
/
+10
*
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
Yuriy Glukhov
2016-11-30
1
-11
/
+0
*
fixes #5076
Araq
2016-11-30
1
-2
/
+1
*
make tests green again
Andreas Rumpf
2016-11-24
1
-2
/
+2
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-1
/
+2
*
some attempts to make symbolfiles work again
Araq
2016-08-13
1
-0
/
+6
*
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-6
/
+6
*
get rid of deprecated toLower/toUpper
Andreas Rumpf
2016-07-19
1
-3
/
+3
*
fixes #4485; package handling works better; docgen works with --project on Ni...
Andreas Rumpf
2016-07-19
1
-48
/
+2
*
findExe() now by default follows symlinks.
Hans Raaf
2016-07-17
1
-3
/
+1
*
Nimscript: added support for 'patchFile'
Andreas Rumpf
2016-07-09
1
-0
/
+10
*
adds --excessiveStackTrace:on|off flag for nim
Parashurama
2016-06-11
1
-0
/
+2
*
changed the compiler's path handling; fixes #546
Andreas Rumpf
2016-05-31
1
-0
/
+15
*
beginnings of --gc:stack
Andreas Rumpf
2016-03-12
1
-1
/
+2
*
Added --noCppExceptions switch
Ruslan Mustakov
2016-02-18
1
-0
/
+1
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-1
/
+3
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-2
/
+2
*
Modified setDefaultLibpath to search using findExe"nim".
Dominik Picheta
2015-11-07
1
-0
/
+11
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-1
/
+10
*
doc\advopt.txt
Araq
2015-10-22
1
-1
/
+1
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-1
/
+1
*
nimsuggest: added 'dus' command that combines 'def' and 'use'
Araq
2015-10-12
1
-1
/
+3
*
improvements for NimScript support
Araq
2015-09-03
1
-0
/
+11
[next]