summary refs log tree commit diff stats
path: root/doc/nimc.rst
Commit message (Expand)AuthorAgeFilesLines
* cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...Timothee Cour2021-08-161-0/+2
* Switch maintanance (#18668)RSDuck2021-08-111-10/+11
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-0/+2
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-0/+6
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-1/+13
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+0
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-4/+4
* follow-up #17692: more inline syntax highlighting (#17837)Andrey Makarov2021-04-291-97/+143
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-0/+1
* RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...quantimnot2021-03-181-110/+112
* deprecate newruntime (#17245)flywind2021-03-041-2/+2
* remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)Timothee Cour2020-11-261-1/+1
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-42/+41
* more "eg" fixesnarimiran2020-10-201-1/+1
* Fix #2408 - add -d:globalSymbols (#14904)genotrance2020-07-211-0/+3
* Fix some typos (#14843)Danil Yarantsev2020-06-281-1/+1
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-061-0/+4
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-3/+2
* fix typo (#13660) [ci skip]Kartik Saranathan2020-03-161-1/+1
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-1/+1
* Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)Ico Doornekamp2020-01-231-15/+33
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-171-4/+4
* Fix word wrappingJjp1372019-10-221-4/+6
* Fix many broken linksJjp1372019-10-221-4/+4
* Refactor injectdestructors (#12295)Clyybber2019-10-011-9/+0
* documentation updatesAndreas Rumpf2019-09-211-27/+30
* Update Android and iOS cross compile docs. (#12215)treeform2019-09-191-10/+51
* Add --os:ios switch and docs. (#12204)treeform2019-09-181-0/+7
* Add -d:androidNDK to fix echo on Android NDK builds. (#12203)treeform2019-09-171-0/+14
* document 'nim' defines prefixAraq2019-07-121-0/+3
* Spelling fixes in nimc.rst (#11569)Simon Krauter2019-06-231-3/+3
* HCR: better documentationAraq2019-06-181-88/+0
* update the nimc.rst document about the release/danger split [bugfix]Andreas Rumpf2019-06-081-4/+8
* remove shadow warning, fixes #10732 (#11039)Miran2019-04-171-2/+0
* we do not support -d:useWinAnsi switch anymoreAraq2019-04-121-4/+2
* explicit default values for a leaner codegen, .cursor variables for optimizationAndreas Rumpf2019-03-071-0/+8
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-25/+73
* Increase verbosity of logGC (#10449)Matt Haggard2019-01-261-0/+1
* fix #10305 nim cpp is now nan-correct at CT (#10310)Timothee Cour2019-01-151-0/+3
* Fix Typo in Compiler Guide (#10189)Tristano Ajmone2019-01-041-1/+1
* Make Windows cross-compilation simpler (#9485)genotrance2018-10-241-0/+15
* fixes #9244Andreas Rumpf2018-10-161-1/+1
* docs: remove most stale links; refs #9109Araq2018-09-291-20/+2
* Nim Compiler User Guide: Fix how user config file is searcheddemotomohiro2018-09-291-1/+1
* document the fact that --define symbols are completely case insensitive; clos...Araq2018-09-031-0/+3
* document Nim's signal handling briefly; closes #8224Araq2018-09-031-34/+45
* fixes #8653Andreas Rumpf2018-08-161-1/+1
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-0/+40
|\
| * Fixes #7586: Adds documentation for hintsDrSlump2018-08-131-0/+40
* | fixes #8599Andreas Rumpf2018-08-101-1/+1
|/