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
Commit message (
Expand
)
Author
Age
Files
Lines
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-4
/
+17
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-0
/
+1
*
conversions to unsigned numbers are not checked anymore; implements /… (#12...
Andreas Rumpf
2019-11-20
1
-0
/
+14
*
Discussion both in (#12678)
c-blake
2019-11-20
1
-0
/
+1
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
1
-13
/
+14
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
1
-0
/
+32
*
add --clearNimblePath; fixes #12601 (#12609)
Andy Davidoff
2019-11-06
1
-0
/
+1
*
[backport] doc/tut3.rst: Fix typo in Introduction (#12607) [ci skip]
Tor Arvid Lund
2019-11-06
1
-1
/
+1
*
[backport] Add links to packaging and distro pages (#12603) [ci skip]
Federico Ceratto
2019-11-06
2
-0
/
+4
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
destructors.rst: added a missing 'var' to the motivating example
Araq
2019-10-28
1
-1
/
+1
*
[backport] fix broken link to non-existing c2nim manual html, fixes #12537 [c...
Anthon van der Neut
2019-10-28
1
-1
/
+1
*
integer literal documentation [ci skip] (#12513)
Arne Döring
2019-10-28
1
-0
/
+88
*
Remove sentences referring to the graphics module (#12522)
Jjp137
2019-10-26
1
-2
/
+1
*
'#' value parcing is explained (disambiguated) (#12476)
Artem V L
2019-10-25
1
-1
/
+2
*
[backport] Add link to posix_utils.html - related to #10723 (#12509)
Federico Ceratto
2019-10-24
1
-1
/
+2
*
[backport] Clarifies experimental / parallel example on manual.rst (#12472)
UNIcodeX
2019-10-24
1
-1
/
+7
*
Fix many broken links and prefer relative links within docs (#12463)
Miran
2019-10-24
15
-125
/
+138
|
\
|
*
Fix word wrapping
Jjp137
2019-10-22
11
-87
/
+98
|
*
manual.rst: remove unintended link
Jjp137
2019-10-22
1
-1
/
+1
|
*
koch.rst: remove link to nonexistent section
Jjp137
2019-10-22
1
-1
/
+1
|
*
Prefer relative links for Nim documentation
Jjp137
2019-10-22
4
-8
/
+8
|
*
Fix many broken links
Jjp137
2019-10-22
13
-69
/
+71
*
|
fixes #12453 (#12475)
Arne Döring
2019-10-23
1
-0
/
+19
|
/
*
tweaked for clarity after editing to fix a typo (#12473)
Andy Davidoff
2019-10-22
1
-2
/
+2
*
first implementation of the new --seqsv2 switch
Araq
2019-10-20
1
-0
/
+2
*
Fixes #8802 (#12439)
Juan Carlos
2019-10-18
1
-3
/
+27
*
Fixes #10824 (#12437)
Juan Carlos
2019-10-17
1
-0
/
+19
*
Fix #10804 (#12438)
Juan Carlos
2019-10-17
1
-4
/
+4
*
[backport] Mention "lambdas" and `=>` in the manual (#12397) [ci skip]
awr1
2019-10-10
1
-3
/
+5
*
[doc/tut1] removed discard discussion in comments (#12352)
pietroppeter
2019-10-08
1
-9
/
+0
*
added cpuTime to VM (#12346)
Ico Doornekamp
2019-10-04
1
-0
/
+1
*
Fixes #12010; Add the description for "cc" option into --fullhelp (#12350)
Hideki Okamoto
2019-10-04
1
-0
/
+1
*
Fixed sizeOf to sizeof (#12347)
Ridho Pratama
2019-10-03
1
-1
/
+1
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-9
/
+0
*
different fix for #12279 [backport]
Araq
2019-09-30
1
-3
/
+0
*
Explicitly state that trailing underscores are banned (#12257)
Mathias Stearn
2019-09-25
1
-2
/
+5
*
updated the contributing.rst guidelines
Andreas Rumpf
2019-09-25
1
-12
/
+4
*
documentation updates
Andreas Rumpf
2019-09-21
2
-76
/
+30
*
updated lib.rst and added some useful missing modules
Araq
2019-09-21
1
-2
/
+14
*
lib.rst cleanups and reorderings
Araq
2019-09-21
1
-203
/
+212
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-6
/
+15
*
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
*
make --useVersion's documentation reflect reality
Andreas Rumpf
2019-09-16
1
-1
/
+1
*
allows access to .compileTime vars at runtime (#12128)
Andreas Rumpf
2019-09-05
1
-0
/
+25
*
Fix int literals and range interaction (#11197)
Oscar Nihlgård
2019-08-31
1
-5
/
+6
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-203
/
+0
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-0
/
+11
[next]