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
*
borrow dots for distinct types documented
Araq
2014-03-26
1
-0
/
+22
*
mongodb wrapper properly removed from core
Araq
2014-03-25
1
-5
/
+0
*
fixes #1006
Araq
2014-03-22
1
-7
/
+10
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-22
1
-0
/
+10
|
\
|
*
Fixed typo in docs
Audun Wilhelmsen
2014-03-21
1
-1
/
+1
|
*
Fixed typo and line breaks in docs
Audun Wilhelmsen
2014-03-20
1
-3
/
+8
|
*
Added documentation for packed pragma
Audun Wilhelmsen
2014-03-20
1
-0
/
+5
*
|
fixed tuples in a static context; preparations for correct compile time evalu...
Araq
2014-03-22
1
-1
/
+1
*
|
improved docs about strongSpaces
Araq
2014-03-22
1
-0
/
+5
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-10
1
-9
/
+15
|
\
|
*
fix #866; generic static params
Zahary Karadjov
2014-03-09
1
-2
/
+2
|
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-09
1
-3
/
+43
|
|
\
|
*
|
implicit auto return type for inline iterators
Zahary Karadjov
2014-03-08
1
-7
/
+13
*
|
|
minor additions to the manual
Araq
2014-03-10
1
-4
/
+17
|
|
/
|
/
|
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-03-07
2
-3
/
+3
|
\
|
|
*
Merge branch 'devel' of github.com:Araq/Nimrod into devel
Zahary Karadjov
2014-03-06
1
-0
/
+47
|
|
\
|
*
|
fix #587
Zahary Karadjov
2014-03-06
1
-1
/
+1
|
*
|
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-2
/
+2
*
|
|
implements strongSpaces parsing mode
Araq
2014-03-07
1
-3
/
+43
|
|
/
|
/
|
*
|
implemented 'union' and 'unchecked' pragmas
Araq
2014-03-05
1
-0
/
+47
|
/
*
renamed noStackFrame to asmNoStackFrame
Araq
2014-02-18
1
-5
/
+5
*
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
[next]