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
/
tut2.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename writeln to writeLine in doc
patrick dw
2015-06-19
1
-13
/
+13
*
Update tut2.txt
Rafael
2015-06-18
1
-7
/
+5
*
Rework explanation a bit (thanks flaviu)
def
2015-03-26
1
-3
/
+3
*
Add explanation why we use ref objects
def
2015-03-26
1
-0
/
+3
*
Use ref objects with inheritance in Tut2 (fixes #1817)
def
2015-03-25
1
-10
/
+12
*
fixes #2124
Araq
2015-02-20
1
-8
/
+0
*
Fix typos
Federico Ceratto
2015-02-15
1
-3
/
+3
*
Documentation renames
def
2015-01-16
1
-48
/
+48
*
Merge pull request #1924 from daniel-kullmann/doc-fix1
Andreas Rumpf
2015-01-11
1
-2
/
+2
|
\
|
*
doc/tut2.txt: clarified usage of static/dynamic binding
Daniel Kullmann
2015-01-11
1
-2
/
+2
*
|
doc/tut2.txt: Tiny grammar fix
Daniel Kullmann
2015-01-11
1
-1
/
+1
|
/
*
fix a couple of typos, grammar, and removal of whitespace
Joseph Poirier
2015-01-03
1
-21
/
+21
*
Update tutorial to use RootObj
Adel Qalieh
2014-12-31
1
-6
/
+6
*
minor improvements to the docs
Araq
2014-12-14
1
-2
/
+1
*
Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...
Grzegorz Adam Hankiewicz
2014-11-03
1
-47
/
+55
|
\
|
*
Improves macro tutorial with hyperlinks and numbered lines.
Grzegorz Adam Hankiewicz
2014-07-19
1
-49
/
+56
*
|
Merge branch 'devel' into bigbreak
Araq
2014-10-20
1
-12
/
+0
|
\
\
|
*
|
documentation improvements
Araq
2014-10-19
1
-12
/
+0
*
|
|
manual split up into multiple files; documented the new concurrency system
Araq
2014-10-02
1
-22
/
+22
*
|
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
|
big rename
Araq
2014-08-27
1
-80
/
+59
|
/
/
*
|
Factors exception hierarchy into reusable fragment.
Grzegorz Adam Hankiewicz
2014-08-05
1
-33
/
+3
*
|
Improves tut2.txt with more hyperlinks.
Grzegorz Adam Hankiewicz
2014-08-05
1
-9
/
+12
|
/
*
Rename {.effect.} to {.effects.} in Tut 2
def
2014-06-21
1
-1
/
+1
*
Removes many fake `idx` entries.
Grzegorz Adam Hankiewicz
2014-04-21
1
-8
/
+8
*
Merge pull request #867 from reactormonk/no_explicit_return
Andreas Rumpf
2014-02-10
1
-2
/
+2
|
\
|
*
tracked down a few more returns
Simon Hafner
2014-02-05
1
-1
/
+1
|
*
removed explicit return in the documentation
Simon Hafner
2014-02-03
1
-1
/
+1
*
|
Fixed typo's in tutorial 2
superfunc
2014-02-05
1
-2
/
+2
|
/
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-13
/
+12
*
Correct the spelling of the word 'implicitly'
Satish BD
2013-12-23
1
-1
/
+1
*
Fixes strutils reference in macro tutorial.
Grzegorz Adam Hankiewicz
2013-12-08
1
-1
/
+1
*
Adds missing ``s`` to sligthly odd sentence.
Grzegorz Adam Hankiewicz
2013-12-08
1
-1
/
+1
*
Fixes link to manual in bold section.
Grzegorz Adam Hankiewicz
2013-12-08
1
-3
/
+3
*
Corrects grammar and span of italics in text.
Grzegorz Adam Hankiewicz
2013-11-19
1
-1
/
+1
*
Modifies example to use splitLines.
Grzegorz Adam Hankiewicz
2013-11-19
1
-7
/
+9
*
Expands tutorial macro section with step by step guide.
Grzegorz Adam Hankiewicz
2013-11-16
1
-9
/
+260
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
documented object constrs; endb works again
Araq
2013-03-09
1
-28
/
+15
*
Merge pull request #316 from gradha/pr_renames_each_to_map
Araq
2013-01-23
1
-1
/
+1
|
\
|
*
Renames each proc to map, each is left deprecated.
Grzegorz Adam Hankiewicz
2013-01-22
1
-1
/
+1
*
|
Adds some documentation related to exceptions.
Grzegorz Adam Hankiewicz
2013-01-22
1
-0
/
+14
|
/
*
Fixes tutorial pdf generation due to hierarchy depth.
Grzegorz Adam Hankiewicz
2013-01-03
1
-33
/
+33
*
Updates docs about exceptions being on the stack/heap.
Grzegorz Adam Hankiewicz
2012-11-08
1
-1
/
+2
*
Adds to the tutorial some info about exception tracking.
Grzegorz Adam Hankiewicz
2012-11-08
1
-3
/
+85
*
first steps for compiler as a service
Araq
2012-10-03
1
-1
/
+3
*
tr macros now documented
Araq
2012-09-10
1
-2
/
+10
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
1
-7
/
+5
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
1
-1
/
+5
*
fixed some typos in the documentation
Araq
2012-07-31
1
-6
/
+7
[next]