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.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
manual split up into multiple files; documented the new concurrency system
Araq
2014-10-02
1
-5835
/
+24
*
deepCopy is instantiated when its corresponding type is instantiated
Araq
2014-09-26
1
-0
/
+5
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreak
Araq
2014-09-19
1
-1
/
+1
|
\
|
*
Merge pull request #1532 from PavelVozenilek/devel
Dominik Picheta
2014-09-18
1
-1
/
+1
|
|
\
|
|
*
more precise word
PavelVozenilek
2014-09-18
1
-1
/
+1
*
|
|
minor changes to manual.txt
Araq
2014-09-13
1
-8
/
+13
*
|
|
changed comment handling (breaking change)
Araq
2014-09-07
1
-24
/
+11
*
|
|
fix #959
Zahary Karadjov
2014-09-04
1
-3
/
+8
*
|
|
big rename
Araq
2014-08-27
1
-233
/
+232
*
|
|
the big renamefest: first steps
Araq
2014-08-22
1
-92
/
+92
|
/
/
*
|
fixes #722
Araq
2014-08-14
1
-1
/
+1
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-08-05
1
-31
/
+1
|
\
\
|
*
|
Factors common documentation in fragment to avoid repetition.
Grzegorz Adam Hankiewicz
2014-07-27
1
-31
/
+1
*
|
|
progress on deepCopy
Araq
2014-08-01
1
-63
/
+126
|
/
/
*
|
Hyperlinks echo variants with noSideEffect pragma. Refs #1379.
Grzegorz Adam Hankiewicz
2014-07-19
1
-3
/
+3
*
|
fixes #1167
Araq
2014-07-08
1
-1
/
+1
*
|
implements #1332
Araq
2014-07-06
1
-4
/
+4
*
|
fixes #1264
Araq
2014-07-01
1
-6
/
+7
*
|
fixes #1268
Araq
2014-07-01
1
-1
/
+2
*
|
Merge pull request #1299 from gradha/pr_documents_interfacing
Andreas Rumpf
2014-06-30
1
-1
/
+4
|
\
\
|
*
|
Hyperlinks together importc like pragmas.
Grzegorz Adam Hankiewicz
2014-06-21
1
-1
/
+4
|
|
/
*
|
Merge pull request #1281 from Araq/new_spawn
Andreas Rumpf
2014-06-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Araq
2014-06-01
1
-1
/
+1
|
|
\
|
|
*
'parallel' statement almost working
Araq
2014-05-22
1
-1
/
+1
*
|
|
header pragma set to '<stdio.h>' in importc section
klaufir
2014-06-03
1
-1
/
+1
*
|
|
adding header pragma for printf ffi example
klaufir
2014-06-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #1178 from EXetoC/nostackframe
Andreas Rumpf
2014-05-29
1
-1
/
+3
|
\
\
|
*
|
asmNoStackFrame -> stackTrace:off
EXetoC
2014-05-04
1
-1
/
+3
|
*
|
noStackFrame -> asmNoStackFrame
EXetoC
2014-05-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #1132 from gradha/pr_index_improvements
Andreas Rumpf
2014-05-26
1
-110
/
+110
|
\
\
|
*
|
Removes many fake `idx` entries.
Grzegorz Adam Hankiewicz
2014-04-21
1
-110
/
+110
*
|
|
Merge pull request #1191 from gradha/pr_removes_abstypes
Varriount
2014-05-21
1
-0
/
+65
|
\
\
\
|
*
|
|
Moves abstypes content into manual.
Grzegorz Adam Hankiewicz
2014-05-11
1
-0
/
+65
*
|
|
|
added note about `$` for cstrings to the manual
Charlie
2014-05-18
1
-0
/
+8
|
/
/
/
*
|
/
fix some typos
Patrick Pelletier
2014-05-07
1
-6
/
+6
|
|
/
|
/
|
*
|
minor tweak to the manual
Araq
2014-04-22
1
-1
/
+1
|
/
*
manual.txt updates
Araq
2014-04-21
1
-7
/
+44
*
New concurrency model: next steps
Araq
2014-04-19
1
-78
/
+26
*
implemented 'R ptr T' syntax
Araq
2014-04-13
1
-7
/
+8
*
fixed a typo
Andreas Rumpf
2014-04-13
1
-1
/
+1
*
refined and documented regionized pointers
Araq
2014-04-09
1
-0
/
+59
*
borrow dots for distinct types documented
Araq
2014-03-26
1
-0
/
+22
*
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
*
|
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
[next]