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
*
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
*
first implementation of write tracking and escape analysis; still disabled
Araq
2015-08-31
1
-0
/
+1
*
implements experimental new config system based on NimScript
Araq
2015-08-16
1
-3
/
+3
*
Added absolute path support to options.findFile
Anatoly Galiulin
2015-07-21
1
-5
/
+8
*
Turn optPrintSurroundingSrc into hintSource
Adam Strzelecki
2015-07-03
1
-3
/
+0
*
fixed indentation
Araq
2015-06-21
1
-1
/
+1
*
renamed writeln to writeLine in compiler
patrick dw
2015-06-19
1
-1
/
+1
*
Merge branch 'devel' into gogc
Stefan Talpalaru
2015-06-15
1
-2
/
+9
|
\
|
*
Introduce gPrefixDir for nimsuggest.
Dominik Picheta
2015-06-14
1
-2
/
+8
|
*
Colors!
Ryan Gonzalez
2015-06-02
1
-0
/
+1
*
|
the Go GC - initial implementation
Stefan Talpalaru
2015-05-31
1
-1
/
+1
|
/
*
Use gProjectIsStdin instead
def
2015-05-17
1
-0
/
+1
*
merged devel into epc
Simon Hafner
2015-05-08
1
-1
/
+1
|
\
|
*
fixes 'echo nil' codegen bug
Araq
2015-05-03
1
-1
/
+1
*
|
removed a few consts and rewired to IdeCmd
Simon Hafner
2015-04-26
1
-2
/
+17
|
/
*
doc updates; fixes 'inc' for 'char'
Araq
2015-03-29
1
-35
/
+35
*
don't use stdout for nimsuggest server mode
Araq
2015-02-27
1
-4
/
+4
*
nimsuggest: sane dirty buffer handling
Araq
2015-01-29
1
-6
/
+0
*
nimsuggest: first version
Araq
2015-01-27
1
-5
/
+8
*
implemented 'experimental' switch
Araq
2014-12-05
1
-0
/
+1
*
fixes a recently introduced regression
Araq
2014-09-16
1
-3
/
+2
*
fixes documentation generator
Araq
2014-09-14
1
-2
/
+3
*
nimfix supports specialized '.nimfix' modules
Araq
2014-09-08
1
-0
/
+10
*
nimfix handles helloworld
Araq
2014-09-06
1
-1
/
+0
*
babel is now nimble
Araq
2014-08-30
1
-0
/
+3
*
renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings
Araq
2014-08-29
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-2
/
+2
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
fixes 'gcsafe'
Araq
2014-08-12
1
-1
/
+1
*
Merge pull request #1118 from gradha/pr_show_boot_options
Varriount
2014-04-21
1
-1
/
+1
|
\
|
*
Version switch displays options used during `koch boot`
Grzegorz Adam Hankiewicz
2014-04-20
1
-1
/
+1
*
|
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
1
-0
/
+1
*
|
removed flawed thread analysis pass
Araq
2014-04-20
1
-2
/
+1
|
/
[next]