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
*
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
1
-36
/
+53
*
Merge pull request #867 from reactormonk/no_explicit_return
Andreas Rumpf
2014-02-10
3
-23
/
+24
|
\
|
*
tracked down a few more returns
Simon Hafner
2014-02-05
3
-21
/
+22
|
*
removed explicit return in the documentation
Simon Hafner
2014-02-03
2
-2
/
+2
*
|
nofoward doesn't exist yet; fixes #890
Araq
2014-02-10
1
-39
/
+42
*
|
fixes 'newSeq[T]' instantiation bug
Araq
2014-02-09
1
-1
/
+1
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-07
1
-2
/
+2
|
\
\
|
*
|
Fixed typo's in tutorial 2
superfunc
2014-02-05
1
-2
/
+2
|
|
/
*
/
bugfix: codegen issue that caused getGMTime() to leak memory
Araq
2014-02-07
1
-0
/
+2
|
/
*
Expandeded part about different proc call syntaxes.
ReneSac
2014-02-03
1
-2
/
+72
*
Mentions {.exportc.} limits. Refs #826.
Grzegorz Adam Hankiewicz
2014-02-02
1
-3
/
+3
*
cleaned up command expressions
Araq
2014-02-02
2
-7
/
+14
*
added the parts of #541 that I like
Araq
2014-02-02
1
-0
/
+24
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-02
1
-0
/
+17
|
\
|
*
Merge pull request #843 from gradha/pr_gc_docs
Andreas Rumpf
2014-02-01
1
-0
/
+17
|
|
\
|
|
*
Adds note about manual memory handling to GC doc.
Grzegorz Adam Hankiewicz
2014-01-26
1
-0
/
+17
*
|
|
merge issue #707 by hand
Araq
2014-02-02
1
-0
/
+4
|
/
/
*
|
remove the old tester
Araq
2014-02-02
1
-0
/
+3
|
\
\
|
*
|
Finished logging module.
Dominik Picheta
2014-01-27
1
-0
/
+3
|
|
/
*
/
documented new symbol binding rules for templates
Araq
2014-02-01
1
-72
/
+59
|
/
*
Merge branch 'pr_oniondocs' into pr_oniondocs_devel
Grzegorz Adam Hankiewicz
2014-01-25
3
-0
/
+211
|
\
|
*
Transforms docgen sample to be generated from source.
Grzegorz Adam Hankiewicz
2014-01-06
4
-566
/
+14
|
*
Adds some cross references to docgen manual.
Grzegorz Adam Hankiewicz
2014-01-06
2
-6
/
+13
|
*
Reformats text to fit width of 80 columns.
Grzegorz Adam Hankiewicz
2014-01-06
1
-40
/
+50
|
*
Fixes two minor typos.
Grzegorz Adam Hankiewicz
2014-01-06
1
-2
/
+2
|
*
Added docgen documentation
Erik O'Leary
2013-12-31
3
-0
/
+746
*
|
typeClasses now documented in grammar.txt
Araq
2014-01-23
1
-0
/
+4
*
|
closure iterators work
Araq
2014-01-23
1
-1
/
+15
*
|
next steps for closure iterators
Araq
2014-01-22
1
-11
/
+14
*
|
updated grammar.txt
Araq
2014-01-20
1
-14
/
+16
*
|
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
3
-19
/
+18
*
|
Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints
Simon Hafner
2014-01-16
1
-0
/
+35
|
\
\
|
*
|
Add docs for constraining and qualifying imports.
Hitesh Jasani
2014-01-16
1
-0
/
+35
*
|
|
References TRune, links unicode modules where mentioned.
Grzegorz Adam Hankiewicz
2014-01-15
1
-4
/
+7
*
|
|
Adds note about conflicts with using as a statement.
Grzegorz Adam Hankiewicz
2014-01-15
1
-0
/
+18
*
|
|
Duplicates string literal table for character literals.
Grzegorz Adam Hankiewicz
2014-01-15
1
-4
/
+27
*
|
|
Removes links to modules recently removed from stdlib.
Grzegorz Adam Hankiewicz
2014-01-15
1
-101
/
+1
*
|
|
Moves mongodb module to lower level wrapper group.
Grzegorz Adam Hankiewicz
2014-01-15
1
-3
/
+2
*
|
|
Adds parseopt2 module to documentation index.
Grzegorz Adam Hankiewicz
2014-01-15
1
-1
/
+6
*
|
|
Documents wrapping named arguments in curly braces.
Grzegorz Adam Hankiewicz
2014-01-15
1
-1
/
+3
*
|
|
Adds note about iterators having same signature as procs.
Grzegorz Adam Hankiewicz
2014-01-15
1
-1
/
+5
*
|
|
Adds note about procs and multiple variable assignment.
Grzegorz Adam Hankiewicz
2014-01-15
1
-0
/
+6
*
|
|
Adds using statement to the one and only true index.
Grzegorz Adam Hankiewicz
2014-01-15
1
-6
/
+6
|
/
/
*
|
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-0
/
+54
|
\
\
|
*
|
documented static params
Zahary Karadjov
2013-12-25
1
-0
/
+54
*
|
|
case consistency part 1
Araq
2013-12-27
1
-0
/
+2
*
|
|
templates can access hidden fields
Araq
2013-12-25
1
-15
/
+25
*
|
|
Merge branch 'vm2' of github.com:Araq/Nimrod into vm2
Araq
2013-12-24
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Araq
2013-12-23
3
-16
/
+35
|
|
\
\
|
*
\
\
Merge branch 'master' into vm2
Araq
2013-12-13
1
-5
/
+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
[next]