summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #9982Andreas Rumpf2018-12-141-1/+1
* fixes #9965Araq2018-12-141-0/+74
* incremental compilation: bugfixesAraq2018-11-191-1/+2
* Nimscript: fixes #9246 [backport]Andreas Rumpf2018-11-061-1/+1
* produce more helpful error messages when overloading resolution failsAndreas Rumpf2018-11-031-0/+1
* Nim style checker: document the switch; fixes #9564Araq2018-10-301-1/+2
* gogc: GCC-8.2.0 compatibility and other improvements (#9211)Ștefan Talpalaru2018-10-111-2/+4
* Removed optUseNimNamespace, removed useless nil checkGiovanni2018-09-161-1/+0
* improve the compiler option "cppCompileToNamespace", a custom namespace can n...Giovanni2018-09-151-0/+1
* Merge pull request #8875 from awr1/experimentalize-reorderAndreas Rumpf2018-09-151-1/+2
|\
| * Merge branch 'devel' into experimentalize-reorderawr12018-09-041-7/+27
| |\
| * | transformed {.reorder: on.} into {.experimental: codeReordering.}, added testsawr2018-09-041-1/+2
* | | fixes bootstrapping problemsAraq2018-09-071-1/+1
* | | compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-88/+95
| |/ |/|
* | system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...Andreas Rumpf2018-09-031-0/+19
* | make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-301-4/+5
* | fixes merge conflictAndreas Rumpf2018-08-191-17/+36
|\|
| * implements 'case statement macros' in order to encourage the development of p...Andreas Rumpf2018-08-161-2/+2
| * put the new for loop macros under an experimental switch named 'forLoopMacros'Andreas Rumpf2018-08-151-2/+4
| * WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-1/+2
| * fixes #8599Andreas Rumpf2018-08-101-1/+1
| * Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-101-1/+1
| |\
| | * Uses XDG_CACHE_HOME if available (#8585)alaviss2018-08-091-1/+1