summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* Path substitution for --out and --outdir (#12796)genotrance2019-12-031-3/+1
* Fixes #12767 (#12768)genotrance2019-11-291-0/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-5/+5
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-0/+10
* implemented a new localPassc pragma (#12706)Andreas Rumpf2019-11-221-1/+2
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-0/+1
* conversions to unsigned numbers are not checked anymore; implements /… (#12...Andreas Rumpf2019-11-201-0/+4
* add --clearNimblePath; fixes #12601 (#12609)Andy Davidoff2019-11-061-0/+3
* --os:ios needs to imply defined(macosx) [backport] (#12585)Andreas Rumpf2019-11-041-1/+1
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-301-0/+1
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-1/+5
* compiler/options: only check the last folder for a candidate (#12421)alaviss2019-10-161-9/+8
* compiler/options: improve project file detection (#12404)alaviss2019-10-111-6/+26
* nimsuggest: add a command that returns the project file (#12411)alaviss2019-10-111-1/+3
* added cpuTime to VM (#12346)Ico Doornekamp2019-10-041-0/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes the --verbosity:2 regression [backport]Andreas Rumpf2019-09-241-1/+1
* living in unix-land, eye to eye, where nothing ever works; fixes #12226Andreas Rumpf2019-09-211-2/+6
* Add --os:ios switch and docs. (#12204)treeform2019-09-181-3/+5
* fixes #11675Araq2019-09-081-1/+1
* Remove ENDB (#12095)Clyybber2019-08-311-1/+0
* refactor sizealignoffset (#12077)Andreas Rumpf2019-08-281-0/+10
* new gensym handling (#11985)Andreas Rumpf2019-08-231-0/+1
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-081-1/+8
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* better run also considers the command line; fixes #11719 [feature]Araq2019-07-121-0/+2
* newruntime: refchecks:on|off switchAraq2019-07-121-3/+3
* fixes linter regressionsAraq2019-07-101-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-7/+7
* compiler/[msgs, options]: confine --listFullPaths to compiler messages (#11583)alaviss2019-06-261-1/+1
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-3/+4
* new compiler feature: --expandMacroAraq2019-05-291-0/+2
* fixes #11202Andreas Rumpf2019-05-141-0/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-2/+2
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-181-0/+1
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-2/+1
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-2/+2
* special typing rules for owned pointersAndreas Rumpf2019-03-041-1/+2
* doc: move specific checks to advanced options, for a less intimidatin… (#10...Jacek Sieka2019-03-041-1/+0
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-8/+18
* FFI at CT (#10150)Timothee Cour2019-02-231-1/+5
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-1/+1
* Added --docInternal option to allow 'nim doc' to include non-exported symbolsIco Doornekamp2019-01-231-0/+1
* [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-081-1/+1
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-1/+2
* expandFilename on windows is now consistent with other platforms (#10154)Neelesh Chandola2019-01-041-10/+1
* [cleanup] remove dead code compiler.options.mergeConfigs (#10165)Timothee Cour2019-01-021-78/+0
* Add support for clang-cl (#9977)Neelesh Chandola2018-12-191-1/+1
* fixes #9985Andreas Rumpf2018-12-151-0/+3
* fixes #9995Andreas Rumpf2018-12-151-2/+3