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
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1299 from gradha/pr_documents_interfacing
Andreas Rumpf
2014-06-30
1
-1
/
+1
|
\
|
*
Starts backends.txt with bits from nimrodc.txt.
Grzegorz Adam Hankiewicz
2014-06-21
1
-1
/
+1
*
|
Rename sequtils.distnct to sequtils.deduplicate.
Reimer Behrends
2014-06-28
1
-0
/
+1
*
|
Use monospace as fallback font on website
def
2014-06-21
1
-1
/
+1
*
|
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Araq
2014-06-01
1
-0
/
+17
|
\
\
|
|
/
|
/
|
|
*
initial non-compiling version of 'parallel'
Araq
2014-05-12
1
-0
/
+17
*
|
Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...
Clay Sweetser
2014-05-31
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
Updates list of files to build in doc directory.
Grzegorz Adam Hankiewicz
2014-04-19
1
-0
/
+9
|
*
Adds documentation about koch.
Grzegorz Adam Hankiewicz
2014-04-19
1
-1
/
+1
*
|
fixed a typo
Araq
2014-04-30
1
-1
/
+1
*
|
Windows installer links for website.
Dominik Picheta
2014-04-23
1
-1
/
+28
*
|
website updates
Araq
2014-04-22
1
-4
/
+6
*
|
Website updates.
Dominik Picheta
2014-04-22
3
-9
/
+112
*
|
version 0.9.4
Araq
2014-04-21
2
-19
/
+19
*
|
fixes DLL generation
Araq
2014-04-21
1
-1
/
+1
*
|
updated news.txt
Araq
2014-04-21
1
-2
/
+18
*
|
Added new future module with a closure macro.
Dominik Picheta
2014-04-20
1
-1
/
+1
*
|
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-1
/
+1
|
/
*
Implemented babel package list in lib.html.
Dominik Picheta
2014-04-12
1
-0
/
+72
*
resolved conflict
Andreas Rumpf
2014-04-10
5
-28
/
+192
|
\
|
*
refined and documented regionized pointers
Araq
2014-04-09
1
-0
/
+1
|
*
implemented region pointers
Araq
2014-04-09
1
-0
/
+5
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-07
1
-1
/
+1
|
|
\
|
|
*
Selectors module now uses select on operating systems other than Linux.
Dominik Picheta
2014-04-06
1
-1
/
+1
|
*
|
updated news.txt
Araq
2014-04-07
1
-1
/
+6
|
|
/
|
*
Updates docs and news.
Dominik Picheta
2014-04-06
2
-90
/
+146
|
*
mongodb wrapper properly removed from core
Araq
2014-03-25
1
-2
/
+2
|
*
Fixed typo and line breaks in docs
Audun Wilhelmsen
2014-03-20
1
-1
/
+2
|
*
Added documentation for packed pragma
Audun Wilhelmsen
2014-03-20
1
-0
/
+1
|
*
implements strongSpaces parsing mode
Araq
2014-03-07
1
-0
/
+1
|
*
system.nim makes use of the 'unchecked' pragma
Araq
2014-03-05
1
-0
/
+3
|
*
renamed noStackFrame to asmNoStackFrame
Araq
2014-02-18
1
-0
/
+2
|
*
Make ticker title consistent.
Dominik Picheta
2014-02-18
1
-1
/
+1
|
*
Fix line-height for h1 in website.
Dominik Picheta
2014-02-18
1
-1
/
+1
|
*
Improved community page and fixed ticker links.
Dominik Picheta
2014-02-18
2
-11
/
+53
|
*
Modified website news titles and made ticker titles consistent.
Dominik Picheta
2014-02-17
2
-6
/
+6
|
*
Make ticker puntuation consistent.
vocalbit
2014-02-17
1
-2
/
+2
|
*
Fix website news formatting and grammar to be consistent.
vocalbit
2014-02-17
1
-2
/
+4
|
*
Add two news items to website.
vocalbit
2014-02-17
2
-82
/
+107
|
*
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
1
-2
/
+2
|
*
Finished logging module.
Dominik Picheta
2014-01-27
1
-1
/
+1
|
*
Merge branch 'pr_oniondocs' into pr_oniondocs_devel
Grzegorz Adam Hankiewicz
2014-01-25
1
-1
/
+1
|
|
\
|
|
*
Adds docgen to list of documentation to build.
Grzegorz Adam Hankiewicz
2014-01-06
1
-1
/
+1
|
*
|
small code cleanups
Araq
2014-01-23
1
-0
/
+2
|
*
|
command syntax is allowed in expressions
Araq
2014-01-20
1
-3
/
+4
|
*
|
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
1
-0
/
+3
|
*
|
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-2
/
+3
|
*
|
resolved conflicts with master
Araq
2014-01-18
1
-0
/
+2
|
|
\
\
|
*
|
|
Adds parseopt2 module to documentation index.
Grzegorz Adam Hankiewicz
2014-01-15
1
-1
/
+1
|
*
|
|
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-7
/
+11
|
|
\
\
\
[next]