index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
nimc.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...
Timothee Cour
2021-08-16
1
-0
/
+2
*
Switch maintanance (#18668)
RSDuck
2021-08-11
1
-10
/
+11
*
mitigates #12815 (#18557)
Andreas Rumpf
2021-07-22
1
-0
/
+2
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
1
-0
/
+6
*
added `nimAllocPagesViaMalloc` switch (#18490)
Andreas Rumpf
2021-07-15
1
-1
/
+13
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
1
-1
/
+0
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
1
-4
/
+4
*
follow-up #17692: more inline syntax highlighting (#17837)
Andrey Makarov
2021-04-29
1
-97
/
+143
*
Implement https://forum.nim-lang.org/t/7848#50018 (#17874)
c-blake
2021-04-29
1
-0
/
+1
*
RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...
quantimnot
2021-03-18
1
-110
/
+112
*
deprecate newruntime (#17245)
flywind
2021-03-04
1
-2
/
+2
*
remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683)
Timothee Cour
2020-11-26
1
-1
/
+1
*
Massive documentation fixes + copy editing (#15747)
Yanis Zafirópulos
2020-10-29
1
-42
/
+41
*
more "eg" fixes
narimiran
2020-10-20
1
-1
/
+1
*
Fix #2408 - add -d:globalSymbols (#14904)
genotrance
2020-07-21
1
-0
/
+3
*
Fix some typos (#14843)
Danil Yarantsev
2020-06-28
1
-1
/
+1
*
added a new feature: --cc:env so that you can use any C compiler as long as i...
Andreas Rumpf
2020-05-06
1
-0
/
+4
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
1
-3
/
+2
*
fix typo (#13660) [ci skip]
Kartik Saranathan
2020-03-16
1
-1
/
+1
*
only enable linenoise for -d:nimUseLinenoise (#13478)
Timothee Cour
2020-02-24
1
-1
/
+1
*
Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)
Ico Doornekamp
2020-01-23
1
-15
/
+33
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-4
/
+4
*
Fix word wrapping
Jjp137
2019-10-22
1
-4
/
+6
*
Fix many broken links
Jjp137
2019-10-22
1
-4
/
+4
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-9
/
+0
*
documentation updates
Andreas Rumpf
2019-09-21
1
-27
/
+30
*
Update Android and iOS cross compile docs. (#12215)
treeform
2019-09-19
1
-10
/
+51
*
Add --os:ios switch and docs. (#12204)
treeform
2019-09-18
1
-0
/
+7
*
Add -d:androidNDK to fix echo on Android NDK builds. (#12203)
treeform
2019-09-17
1
-0
/
+14
*
document 'nim' defines prefix
Araq
2019-07-12
1
-0
/
+3
*
Spelling fixes in nimc.rst (#11569)
Simon Krauter
2019-06-23
1
-3
/
+3
*
HCR: better documentation
Araq
2019-06-18
1
-88
/
+0
*
update the nimc.rst document about the release/danger split [bugfix]
Andreas Rumpf
2019-06-08
1
-4
/
+8
*
remove shadow warning, fixes #10732 (#11039)
Miran
2019-04-17
1
-2
/
+0
*
we do not support -d:useWinAnsi switch anymore
Araq
2019-04-12
1
-4
/
+2
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
1
-0
/
+8
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-25
/
+73
*
Increase verbosity of logGC (#10449)
Matt Haggard
2019-01-26
1
-0
/
+1
*
fix #10305 nim cpp is now nan-correct at CT (#10310)
Timothee Cour
2019-01-15
1
-0
/
+3
*
Fix Typo in Compiler Guide (#10189)
Tristano Ajmone
2019-01-04
1
-1
/
+1
*
Make Windows cross-compilation simpler (#9485)
genotrance
2018-10-24
1
-0
/
+15
*
fixes #9244
Andreas Rumpf
2018-10-16
1
-1
/
+1
*
docs: remove most stale links; refs #9109
Araq
2018-09-29
1
-20
/
+2
*
Nim Compiler User Guide: Fix how user config file is searched
demotomohiro
2018-09-29
1
-1
/
+1
*
document the fact that --define symbols are completely case insensitive; clos...
Araq
2018-09-03
1
-0
/
+3
*
document Nim's signal handling briefly; closes #8224
Araq
2018-09-03
1
-34
/
+45
*
fixes #8653
Andreas Rumpf
2018-08-16
1
-1
/
+1
*
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
1
-0
/
+40
|
\
|
*
Fixes #7586: Adds documentation for hints
DrSlump
2018-08-13
1
-0
/
+40
*
|
fixes #8599
Andreas Rumpf
2018-08-10
1
-1
/
+1
|
/
[next]