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
*
fixes Windows version of readPasswordFromStdin (setLen doesn't accept negativ...
Araq
2015-08-18
1
-1
/
+1
*
cleanup destructor building for arrays; still doesn't work
Araq
2015-08-18
3
-27
/
+15
*
implements experimental new config system based on NimScript
Araq
2015-08-16
13
-69
/
+398
*
workaround windows 'findNextFile' bug
Araq
2015-08-16
1
-1
/
+8
*
VM: repl supports global variables properly"
Araq
2015-08-16
1
-3
/
+3
*
staticExec: redirect stderr to stdout so stderr is returned too
Araq
2015-08-16
1
-2
/
+2
*
fixed test instruction
Araq
2015-08-16
1
-1
/
+1
*
Merge pull request #3219 from kirbyfan64/nocomm
Dominik Picheta
2015-08-16
2
-1
/
+4
|
\
|
*
Give a nice error when no command is given
Ryan Gonzalez
2015-08-15
2
-1
/
+4
|
/
*
Merge pull request #3218 from kirbyfan64/patch-1
Dominik Picheta
2015-08-15
1
-0
/
+1
|
\
|
*
Mention Howl's Nim support
Ryan Gonzalez
2015-08-15
1
-0
/
+1
|
/
*
Merge pull request #3213 from yglukhov/times-js-fix
Dominik Picheta
2015-08-14
1
-16
/
+18
|
\
|
*
Fixed compilation of times module with JS.
Yuriy Glukhov
2015-08-14
1
-16
/
+18
*
|
Merge pull request #3214 from rbehrends/fix-exponentiation
Dominik Picheta
2015-08-14
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix exponentiation operation to avoid overflow.
Reimer Behrends
2015-08-14
1
-1
/
+3
|
/
*
refs #2973; manual contains almost all pragmas now, few are left in the compi...
Araq
2015-08-14
2
-457
/
+464
*
todo.txt update
Araq
2015-08-14
1
-2
/
+0
*
toplevel .closure procs are deprecated
Araq
2015-08-14
3
-1
/
+7
*
'parallel' now requires --experimental mode
Araq
2015-08-14
4
-1
/
+6
*
Merge pull request #3204 from yglukhov/debugger-on-fix
Andreas Rumpf
2015-08-14
5
-15
/
+13
|
\
|
*
Fixed --debugger:on option. Removed c_line from termios.
Yuriy Glukhov
2015-08-12
5
-15
/
+13
*
|
Merge pull request #3177 from zah/generic-types-in-macros
Andreas Rumpf
2015-08-14
6
-41
/
+194
|
\
\
|
*
|
Disable the new generic params handling for immediate template and macros
Zahary Karadjov
2015-08-02
3
-6
/
+21
|
*
|
fix #1858 again; restores the support for static macro params
Zahary Karadjov
2015-08-02
6
-41
/
+179
*
|
|
Merge pull request #3131 from zachaysan/devel
Dominik Picheta
2015-08-13
2
-6
/
+101
|
\
\
\
|
*
|
|
Add extern pragma
Zach Aysan
2015-07-21
1
-3
/
+5
|
*
|
|
Add docs
Zach Aysan
2015-07-21
1
-0
/
+27
|
*
|
|
Switch to removeSuffix name and modify the string in place
Zach Aysan
2015-07-21
1
-46
/
+27
|
*
|
|
Update tests to proposed changes
Zach Aysan
2015-07-21
1
-16
/
+39
|
*
|
|
Add tests for chomp
Zach Aysan
2015-07-17
1
-4
/
+21
|
*
|
|
Create Ruby-like chomp proc to allow for easy string ending removal
Zach Aysan
2015-07-17
1
-1
/
+46
*
|
|
|
Merge pull request #3206 from yglukhov/patch-1
Dominik Picheta
2015-08-12
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fixed fromSeconds function JS variant
Yuriy Glukhov
2015-08-12
1
-1
/
+1
|
/
/
/
*
|
|
removed sequtils.reversed again since it's already in algorithm.nim
Araq
2015-08-10
1
-23
/
+0
*
|
|
fixes #1965
Araq
2015-08-10
3
-2
/
+13
*
|
|
fixes #3066
Araq
2015-08-09
2
-0
/
+20
*
|
|
fixes #3096
Araq
2015-08-09
1
-2
/
+3
*
|
|
refs #2377
Araq
2015-08-09
1
-0
/
+2
*
|
|
fixes #1329
Araq
2015-08-09
2
-1
/
+13
*
|
|
updated todo.txt
Araq
2015-08-09
1
-0
/
+3
*
|
|
Merge pull request #3146 from c-blake/devel
Andreas Rumpf
2015-08-09
4
-0
/
+113
|
\
\
\
|
*
\
\
Merge ../Nim into devel
Charles Blake
2015-08-09
22
-102
/
+455
|
|
\
\
\
|
*
\
\
\
Merge ../Nim into devel
Charles Blake
2015-08-04
8
-17
/
+49
|
|
\
\
\
\
|
*
|
|
|
|
Add note about what is included.
Charles Blake
2015-08-04
1
-0
/
+3
|
*
|
|
|
|
Use hyperlinks to refer to other procs.
Charles Blake
2015-08-04
1
-6
/
+8
|
*
|
|
|
|
Expand memSlices doc comment & use better example.
Charles Blake
2015-08-04
1
-14
/
+27
|
*
|
|
|
|
Merge ../Nim into devel
Charles Blake
2015-08-04
2
-8
/
+22
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge ../Nim into devel
Charles Blake
2015-08-03
1
-1
/
+4
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Move tests to stdlib.
Charles Blake
2015-08-03
3
-0
/
+0
|
*
|
|
|
|
|
|
Spruce up doc comments as per dom96 suggestions.
Charles Blake
2015-08-03
1
-7
/
+12
[next]