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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark and sweep GC compiles with --cs:partial
Araq
2014-02-02
1
-14
/
+14
*
fixed cases
Araq
2014-02-02
1
-3
/
+3
*
case consistency for excpt.nim
Araq
2014-02-02
1
-1
/
+1
*
deactivated debug output
Araq
2014-02-02
1
-3
/
+3
*
year 2014
Araq
2014-02-02
1
-1
/
+1
*
year 2014
Araq
2014-02-02
2
-2
/
+2
*
case consistency for dynlib.nim
Araq
2014-02-02
1
-10
/
+10
*
only 1 argument allowed for command expressions
Araq
2014-02-02
1
-6
/
+10
*
'discard' instead of 'nil' for system.nim
Araq
2014-02-02
1
-19
/
+19
*
tstringinterp almost working
Araq
2014-02-01
3
-40
/
+72
*
case consistency for evalffi
Araq
2014-02-01
1
-3
/
+4
*
case consistency for evalffi
Araq
2014-02-01
2
-29
/
+29
*
documented new symbol binding rules for templates
Araq
2014-02-01
1
-72
/
+59
*
bugfix: object constructor doesn't allow 'distinct' types
Araq
2014-02-01
1
-2
/
+2
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-25
5
-1
/
+226
|
\
|
*
Merge pull request #841 from gradha/pr_oniondocs_devel
Grzegorz Adam Hankiewicz
2014-01-25
5
-1
/
+226
|
|
\
|
|
*
Merge branch 'pr_oniondocs' into pr_oniondocs_devel
Grzegorz Adam Hankiewicz
2014-01-25
5
-1
/
+226
|
|
/
|
|
|
*
Transforms docgen sample to be generated from source.
Grzegorz Adam Hankiewicz
2014-01-06
5
-566
/
+28
|
|
*
Adds some cross references to docgen manual.
Grzegorz Adam Hankiewicz
2014-01-06
2
-6
/
+13
|
|
*
Adds docgen to list of documentation to build.
Grzegorz Adam Hankiewicz
2014-01-06
1
-1
/
+1
|
|
*
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
*
|
|
fixes #838
Araq
2014-01-25
2
-2
/
+4
|
/
/
*
|
disable internalError so that nimbuild compiles again
Araq
2014-01-25
3
-2
/
+7
*
|
more efficient calls for closure iterators
Araq
2014-01-25
1
-3
/
+5
*
|
fixes a minor parser bug
Araq
2014-01-25
1
-2
/
+1
*
|
updated asyncio and ftpclient modules
Araq
2014-01-25
2
-19
/
+19
*
|
nativeStackTrace might work again
Araq
2014-01-25
1
-3
/
+3
*
|
should compile on netbsd
Araq
2014-01-23
3
-8
/
+8
*
|
renderer knows about nkStaticTy and nkTypeClassTy
Araq
2014-01-23
1
-0
/
+23
*
|
typeClasses now documented in grammar.txt
Araq
2014-01-23
2
-0
/
+8
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-23
4
-93
/
+103
|
\
\
|
*
|
fix the error "only proc headers can feature pragmas" when compiling in JS mode
Zahary Karadjov
2014-01-23
3
-36
/
+36
|
*
|
nest PreMain inside NimMain for easier consumption of static libraries develo...
Zahary Karadjov
2014-01-23
1
-57
/
+67
*
|
|
small code cleanups
Araq
2014-01-23
3
-4
/
+3
*
|
|
closure iterators work
Araq
2014-01-23
4
-33
/
+76
*
|
|
closure iterators almost work
Araq
2014-01-23
2
-191
/
+189
*
|
|
next steps for closure iterators
Araq
2014-01-22
28
-70
/
+163
|
/
/
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-20
1
-1
/
+1
|
\
\
|
*
|
fix the segfault in #827
Zahary Karadjov
2014-01-20
1
-1
/
+1
*
|
|
parser support anon iterators
Araq
2014-01-20
8
-13
/
+61
*
|
|
updated grammar.txt
Araq
2014-01-20
3
-20
/
+22
*
|
|
command syntax is allowed in expressions
Araq
2014-01-20
4
-47
/
+90
|
/
/
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-19
5
-6
/
+6
|
\
\
|
*
\
Merge pull request #822 from onionhammer/devel
Andreas Rumpf
2014-01-19
5
-6
/
+6
|
|
\
\
|
|
*
|
Added ret != 0 back
onionhammer
2014-01-19
1
-1
/
+1
|
|
*
|
Corrected prunesocketset and pruneprocessset
Erik O'Leary
2014-01-19
5
-6
/
+6
|
|
/
/
*
/
/
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
5
-51
/
+70
|
/
/
*
|
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
54
-170
/
+170
[next]