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
/
manual
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fix #3418 add example on openArray to types.txt
JamesP
2015-10-05
1
-0
/
+5
*
document new bitsize pragma
Aman Gupta
2015-09-30
1
-0
/
+18
*
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
1
-4
/
+4
*
minor documentation cleanups
Araq
2015-09-08
1
-1
/
+3
*
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
15
-163
/
+163
|
/
*
refs #2973; manual contains almost all pragmas now, few are left in the compi...
Araq
2015-08-14
1
-0
/
+464
*
Improve discoverability of 'of' operator
Michał Zieliński
2015-08-02
1
-1
/
+2
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-1
/
+1
|
\
|
*
minor manual update
Araq
2015-05-28
1
-1
/
+1
*
|
Added `$` documentation to the manual
apense
2015-06-25
1
-0
/
+28
*
|
Merge pull request #2990 from apense/patch-3
Andreas Rumpf
2015-06-25
1
-0
/
+2
|
\
\
|
*
|
Minor object documentation additions
apense
2015-06-25
1
-0
/
+2
*
|
|
Merge pull request #2989 from apense/patch-11
reactormonk
2015-06-25
1
-0
/
+15
|
\
\
\
|
*
|
|
Added example for var overloading
apense
2015-06-24
1
-0
/
+15
|
|
/
/
*
/
/
Added example for associativity
apense
2015-06-24
1
-5
/
+12
|
/
/
*
|
fix grammar
Araq
2015-06-25
1
-20
/
+20
*
|
Merge pull request #2968 from def-/neutral-language
reactormonk
2015-06-21
1
-1
/
+1
|
\
\
|
*
|
Use gender neutral language in documentation
def
2015-06-21
1
-1
/
+1
*
|
|
rename writeln to writeLine in doc
patrick dw
2015-06-19
4
-18
/
+18
|
/
/
*
|
Regarding num literals, mod paths, ident equality.
Oscar Campbell
2015-06-14
2
-9
/
+26
*
|
Note about deprecation in generics.txt
apense
2015-06-08
1
-2
/
+4
*
|
Fixed code indentation in procs.txt
apense
2015-06-04
1
-1
/
+1
*
|
Fix doc for #2523, regarding numeric literals.
Oscar Campbell
2015-05-31
1
-9
/
+14
*
|
Fix introduced erroneous use of "canonical" back to original wording. Fix fau...
Oscar Campbell
2015-05-26
2
-4
/
+5
*
|
Remove double punctuation. Change "contrained" wording to "constraint".
Oscar Campbell
2015-05-25
2
-3
/
+4
*
|
Merge remote-tracking branch 'upstream/devel' into devel
Oscar Campbell
2015-05-25
2
-4
/
+4
|
\
\
|
*
|
Corrected various links within documentation
apense
2015-05-25
2
-4
/
+4
|
*
|
Revert "Fix typo in manual"
reactormonk
2015-05-24
1
-4
/
+4
|
*
|
Fix typo in manual
Flaviu Tamas
2015-05-24
1
-4
/
+4
*
|
|
Change to hard word wrap at 80.
Oscar Campbell
2015-05-25
4
-17
/
+33
*
|
|
Change wording in some parts. Fix some typos.
Oscar Campbell
2015-05-25
11
-60
/
+71
|
/
/
*
|
RawFlowVar was renamed to FlowVarBase
Markus Engelbrecht
2015-05-16
1
-1
/
+1
*
|
fix typo for noSideEffect pragma
Markus Engelbrecht
2015-05-15
1
-1
/
+1
|
/
*
cleanups for underscores in tuple unpacking
Araq
2015-04-24
1
-30
/
+44
*
Merge branch 'devel' of https://github.com/Araq/Nim into devel
Araq
2015-04-20
2
-9
/
+10
|
\
|
*
Merge pull request #2503 from ReneSac/arrowLike
Andreas Rumpf
2015-04-15
1
-8
/
+9
|
|
\
|
|
*
Minor fixes for arrow like change patch
ReneSac
2015-04-11
1
-3
/
+4
|
|
*
Changing the rule for arrow like operators again.
ReneSac
2015-04-10
1
-2
/
+2
|
|
*
Updated arrow like and strongSpaces in the manual
ReneSac
2015-04-09
1
-7
/
+7
|
*
|
Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT
Ruslan Mustakov
2015-04-12
1
-1
/
+1
*
|
|
fixes #2476
Araq
2015-04-19
1
-2
/
+2
|
/
/
[next]