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
*
Path substitution for --out and --outdir (#12796)
genotrance
2019-12-03
1
-3
/
+1
*
Fixes #12767 (#12768)
genotrance
2019-11-29
1
-0
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-5
/
+5
*
Substitute $nimbleDir in --path flags (#12750)
genotrance
2019-11-28
1
-0
/
+10
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-1
/
+2
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-0
/
+1
*
conversions to unsigned numbers are not checked anymore; implements /… (#12...
Andreas Rumpf
2019-11-20
1
-0
/
+4
*
add --clearNimblePath; fixes #12601 (#12609)
Andy Davidoff
2019-11-06
1
-0
/
+3
*
--os:ios needs to imply defined(macosx) [backport] (#12585)
Andreas Rumpf
2019-11-04
1
-1
/
+1
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-0
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+5
*
compiler/options: only check the last folder for a candidate (#12421)
alaviss
2019-10-16
1
-9
/
+8
*
compiler/options: improve project file detection (#12404)
alaviss
2019-10-11
1
-6
/
+26
*
nimsuggest: add a command that returns the project file (#12411)
alaviss
2019-10-11
1
-1
/
+3
*
added cpuTime to VM (#12346)
Ico Doornekamp
2019-10-04
1
-0
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
fixes the --verbosity:2 regression [backport]
Andreas Rumpf
2019-09-24
1
-1
/
+1
*
living in unix-land, eye to eye, where nothing ever works; fixes #12226
Andreas Rumpf
2019-09-21
1
-2
/
+6
*
Add --os:ios switch and docs. (#12204)
treeform
2019-09-18
1
-3
/
+5
*
fixes #11675
Araq
2019-09-08
1
-1
/
+1
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-1
/
+0
*
refactor sizealignoffset (#12077)
Andreas Rumpf
2019-08-28
1
-0
/
+10
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-0
/
+1
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
1
-1
/
+8
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
better run also considers the command line; fixes #11719 [feature]
Araq
2019-07-12
1
-0
/
+2
*
newruntime: refchecks:on|off switch
Araq
2019-07-12
1
-3
/
+3
*
fixes linter regressions
Araq
2019-07-10
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-7
/
+7
*
compiler/[msgs, options]: confine --listFullPaths to compiler messages (#11583)
alaviss
2019-06-26
1
-1
/
+1
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-3
/
+4
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-0
/
+2
*
fixes #11202
Andreas Rumpf
2019-05-14
1
-0
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
multi-methods need to be explicitly enabled (#10856)
Miran
2019-03-18
1
-0
/
+1
*
Don't include the nimhcr dev docs in the system module documentation (#10759)
zah
2019-03-08
1
-2
/
+1
*
fixes a critical GC safety inference bug (#10615)
Andreas Rumpf
2019-03-05
1
-2
/
+2
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
1
-1
/
+2
*
doc: move specific checks to advanced options, for a less intimidatin… (#10...
Jacek Sieka
2019-03-04
1
-1
/
+0
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-8
/
+18
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
1
-1
/
+5
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-1
/
+1
*
Added --docInternal option to allow 'nim doc' to include non-exported symbols
Ico Doornekamp
2019-01-23
1
-0
/
+1
*
[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
[next]