summary refs log tree commit diff stats
path: root/compiler/commands.nim
Commit message (Expand)AuthorAgeFilesLines
* --styleCheck:hint now works (#13055)Timothee Cour2020-01-071-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-1/+26
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-2/+13
* Path substitution for --out and --outdir (#12796)genotrance2019-12-031-3/+3
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-11/+11
* Substitute $nimbleDir in --path flags (#12750)genotrance2019-11-281-2/+3
* added the --asm command line option for inspection of the produced assember c...Andreas Rumpf2019-11-211-0/+2
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-11/+11
* add --clearNimblePath; fixes #12601 (#12609)Andy Davidoff2019-11-061-0/+3
* implement the --useVersion emulation featureAndreas Rumpf2019-11-041-1/+4
* Fixes #12536 (#12568) [backport]Tomohiro2019-11-021-14/+12
* --gc:destructors now means Nim uses pure refcounting (#12557)Andreas Rumpf2019-10-301-4/+17
* first implementation of the new --seqsv2 switchAraq2019-10-201-0/+5
* refactoring: use the new strings and seqs when optSeqDestructors is activeAraq2019-10-201-0/+1
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-1/+3
* added cpuTime to VM (#12346)Ico Doornekamp2019-10-041-0/+2
* 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