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
*
'parallel' statement almost working
Araq
2014-05-22
1
-1
/
+1
*
fixed paths because caasdriver is now in testament
Simon Hafner
2014-05-03
1
-1
/
+1
*
minor tweak to the manual
Araq
2014-04-22
1
-1
/
+1
*
Rearrangements on the webpage's docs tab.
ReneSac
2014-04-21
1
-4
/
+4
*
manual.txt updates
Araq
2014-04-21
1
-7
/
+44
*
Merge pull request #1107 from ReneSac/devel
Andreas Rumpf
2014-04-20
1
-20
/
+54
|
\
|
*
Referential data types may need to be declared.
ReneSac
2014-04-19
1
-6
/
+7
|
*
Additions and clarifications to tutorial 1.
ReneSac
2014-04-17
1
-21
/
+54
*
|
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
1
-0
/
+1
*
|
Added new future module with a closure macro.
Dominik Picheta
2014-04-20
1
-0
/
+3
*
|
removed flawed thread analysis pass
Araq
2014-04-20
1
-1
/
+0
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-20
1
-0
/
+1
|
\
\
|
*
|
Mentions jsondoc in compiler advanced help.
Grzegorz Adam Hankiewicz
2014-04-19
1
-0
/
+1
|
|
/
*
|
New concurrency model: next steps
Araq
2014-04-19
1
-78
/
+26
*
|
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-1
/
+1
|
/
*
implemented 'R ptr T' syntax
Araq
2014-04-13
1
-7
/
+8
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Andreas Rumpf
2014-04-13
1
-4
/
+37
|
\
|
*
Rewrote sentence about Babel in lib.txt.
Dominik Picheta
2014-04-12
1
-4
/
+5
|
*
Implemented babel package list in lib.html.
Dominik Picheta
2014-04-12
1
-0
/
+32
*
|
fixed a typo
Andreas Rumpf
2014-04-13
1
-1
/
+1
|
/
*
refined and documented regionized pointers
Araq
2014-04-09
1
-0
/
+59
*
merged better html links #850
Araq
2014-04-08
2
-7
/
+128
*
Selectors module now uses select on operating systems other than Linux.
Dominik Picheta
2014-04-06
1
-0
/
+4
*
Updates docs and news.
Dominik Picheta
2014-04-06
1
-0
/
+24
*
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
[next]