summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* introduce --oldgensym:on rather than --useVersionAndreas Rumpf2019-09-031-3/+3
* gc:destructors progressAraq2019-09-011-24/+25
* Remove ENDB (#12095)Clyybber2019-08-311-15/+9
* new gensym handling (#11985)Andreas Rumpf2019-08-231-0/+9
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-081-7/+13
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-1/+3
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* newruntime: refchecks:on|off switchAraq2019-07-121-0/+2
* better run [feature] (#11709)Andreas Rumpf2019-07-111-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-3/+3
* [bugfix] fix #11484, acknowledge 'danger' flag (#11486)Miran2019-07-031-1/+2
* new compiler feature: --expandMacroAraq2019-05-291-1/+4
* list available options for --cpu, --os and --cc if the passed option is not f...Ico Doornekamp2019-05-251-2/+6
* fixes #11294Araq2019-05-241-1/+3
* render urls correctly (#11022)Andy Davidoff2019-04-141-2/+2
* destructors: we are cooking nowAraq2019-04-061-6/+7
* add alias for --debugger:native (#10957)Arne Döring2019-04-041-0/+5
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-0/+4
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-3/+3
* multi-methods need to be explicitly enabled (#10856)Miran2019-03-181-0/+2
* --newruntime: work in progressAndreas Rumpf2019-03-141-0/+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-4/+2
* compiler/commands: keep extension for output file (#10755)alaviss2019-02-281-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-5/+15
* FFI at CT (#10150)Timothee Cour2019-02-231-1/+1
* Added --docInternal option to allow 'nim doc' to include non-exported symbolsIco Doornekamp2019-01-231-0/+2
* fix #9629 every binary cmd line option allows on/off/empty=on (#10353)Timothee Cour2019-01-181-40/+22
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-0/+2
* Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-2/+2
* make tests green with a global config.nims fileAraq2018-12-171-2/+4
* minor cleanupsAndreas Rumpf2018-12-111-7/+6
* Merge pull request #9916 from timotheecour/pr_ref_9906_errorMaxAndreas Rumpf2018-12-111-0/+9
|\
| * --errorMax:0 means: unlimitedTimothee Cour2018-12-091-3/+7
| * refs #9906; --errorMax:10 allows stopping after 10 errorsTimothee Cour2018-12-091-0/+5
* | destructors: defensive programming against wrong generated destructor for str...Andreas Rumpf2018-12-111-1/+1
|/
* document the --incremental build switch; make CIs green againAraq2018-11-211-2/+3
* IC: produce a good error message for when the compiler was built without the ...Andreas Rumpf2018-11-201-0/+4
* Nimscript: fixes #9246 [backport]Andreas Rumpf2018-11-061-0/+1
* produce more helpful error messages when overloading resolution failsAndreas Rumpf2018-11-031-0/+2
* Nim style checker: document the switch; fixes #9564Araq2018-10-301-2/+7
* Removed optUseNimNamespace, removed useless nil checkGiovanni2018-09-161-7/+5
* improve the compiler option "cppCompileToNamespace", a custom namespace can n...Giovanni2018-09-151-1/+5
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-28/+28
* make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-301-1/+1
* fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)Timothee Cour2018-08-251-7/+16
* fixes merge conflictAndreas Rumpf2018-08-191-0/+2
|\
| * implement the --nilseqs switch properlyAndreas Rumpf2018-08-151-0/+1
| * WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-0/+1
* | refactorings in preparations for the new runtimeAndreas Rumpf2018-07-101-4/+5
|/