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
*
Added a few notes regarding JavaScript
Yuriy Glukhov
2015-12-09
1
-0
/
+14
*
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-1
/
+1
*
'out T' is an alias for 'var T'
Araq
2015-11-26
1
-6
/
+9
*
Merge pull request #3573 from yglukhov/doc-fix
Andreas Rumpf
2015-11-25
1
-3
/
+5
|
\
|
*
doc fix
Yuriy Glukhov
2015-11-23
1
-3
/
+5
*
|
Add options module to standard library documentation
def
2015-11-23
1
-0
/
+3
*
|
Wrap the example in a code block
Xtreak
2015-11-23
1
-12
/
+11
|
/
*
documented untyped/typed meta-types
Araq
2015-11-10
2
-22
/
+88
*
fix docgen link
Gour
2015-11-07
1
-1
/
+1
*
updated 'Void context' section specifying more precisely that assignment to r...
Iakiv Kramarenko
2015-11-02
1
-1
/
+1
*
added --reportConceptFailures switch to the manual
Araq
2015-10-22
1
-0
/
+4
*
added --reportConceptFailures switch
Araq
2015-10-22
1
-0
/
+3
*
documentation improvements; system.nim docs adapted to unix's braindead idea ...
Araq
2015-10-21
1
-1
/
+1
*
fix #3418 add example on openArray to types.txt
JamesP
2015-10-05
1
-0
/
+5
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-1
/
+5
*
Merge pull request #3389 from nanoant/patch/separate-deprecated-modules
Dominik Picheta
2015-10-03
1
-11
/
+21
|
\
|
*
parseopt: This module is no longer deprecated
Adam Strzelecki
2015-09-30
1
-2
/
+0
|
*
doc: Move deprecated modules into separate section
Adam Strzelecki
2015-09-30
1
-9
/
+21
*
|
document new bitsize pragma
Aman Gupta
2015-09-30
1
-0
/
+18
|
/
*
Nimscript: the compiler supports a directory wide config.nims file
Araq
2015-09-29
1
-1
/
+2
*
s/advanted/advanced/g
Aman Gupta
2015-09-20
2
-2
/
+2
*
clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...
Araq
2015-09-14
2
-10
/
+25
*
documented implicit compileTime procs
Araq
2015-09-14
1
-1
/
+14
*
fixes #1782
Araq
2015-09-13
1
-0
/
+8
*
documented void context
Araq
2015-09-12
1
-0
/
+18
*
fixes #2559
Araq
2015-09-10
3
-12
/
+13
*
minor documentation cleanups
Araq
2015-09-08
2
-3
/
+5
*
even better docs
Araq
2015-09-08
1
-1
/
+1
*
documented NimScript
Araq
2015-09-07
1
-0
/
+118
*
fixes #2590; methods now require a .base annotation
Araq
2015-09-06
1
-2
/
+7
*
Merge pull request #3286 from yglukhov/when-nimvm
Andreas Rumpf
2015-09-05
1
-0
/
+29
|
\
|
*
Added documentation for when nimvm statement.
Yuriy Glukhov
2015-09-05
1
-2
/
+31
*
|
doc: Trim .txt files trailing whitespace
Adam Strzelecki
2015-09-04
33
-567
/
+567
|
/
*
refs #2973; manual contains almost all pragmas now, few are left in the compi...
Araq
2015-08-14
2
-457
/
+464
*
Improve discoverability of 'of' operator
Michał Zieliński
2015-08-02
1
-1
/
+2
*
website improvements
Araq
2015-07-18
1
-0
/
+4
*
Merge pull request #3111 from rafaelx/patch-2
Dominik Picheta
2015-07-14
1
-2
/
+19
|
\
|
*
Update tut1.txt
Rafael
2015-07-14
1
-2
/
+19
*
|
documented /*INCLUDESECTION*/ emit section
Araq
2015-07-14
1
-1
/
+1
|
/
*
Merge pull request #2272 from def-/unsigned
Andreas Rumpf
2015-07-11
1
-5
/
+0
|
\
|
*
Remove unsigned from lib.txt
def
2015-07-01
1
-5
/
+0
*
|
Merge pull request #3098 from Varriount/add-nep1
Andreas Rumpf
2015-07-11
3
-1
/
+215
|
\
\
|
*
|
Add NEP1 to documentation.
Varriount
2015-07-10
3
-1
/
+215
*
|
|
Merge pull request #3085 from apense/patch-10
Andreas Rumpf
2015-07-09
1
-2
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update sets_fragment.txt
apense
2015-07-08
1
-2
/
+12
*
|
|
`replace` -> `replacef`
apense
2015-07-08
1
-1
/
+1
|
/
/
*
|
Merge pull request #3020 from flaviut/rename-crc-to-hash
Andreas Rumpf
2015-07-05
1
-1
/
+1
|
\
\
|
*
|
CRC -> Hash
Flaviu Tamas
2015-07-03
1
-1
/
+1
*
|
|
List warnings & hints via --(hints|warnings):list
Adam Strzelecki
2015-07-03
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
2
-4
/
+4
|
\
\
|
|
/
|
/
|
[next]