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
*
Use getOrDefault for tables.`==`
Felix Krause
2016-07-08
1
-7
/
+5
*
`==` in tables should not raise KeyError
Felix Krause
2016-07-07
1
-2
/
+3
*
fixes #4340
Andreas Rumpf
2016-07-07
1
-0
/
+2
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
5
-5
/
+37
*
ospaths can always be imported; fixes #4249
Andreas Rumpf
2016-07-06
1
-1
/
+1
*
Merge pull request #4458 from cheatfate/fixtest1
Andreas Rumpf
2016-07-06
1
-0
/
+1
|
\
|
*
Resolve problems with test on macosx.
cheatfate
2016-07-06
1
-0
/
+1
|
/
*
added test case for #537
Andreas Rumpf
2016-07-06
1
-0
/
+42
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-07-06
25
-1574
/
+3914
|
\
|
*
Merge pull request #4456 from yglukhov/vm-ct-args
Andreas Rumpf
2016-07-06
2
-1
/
+10
|
|
\
|
|
*
Fixed vm codegen for a call with compile-time args. Fixes #4412.
Yuriy Glukhov
2016-07-06
2
-1
/
+10
|
*
|
Merge pull request #4455 from mbaulch/fix_excl_examples
Andreas Rumpf
2016-07-06
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Update sets examples so they work again.
Matthew Baulch
2016-07-06
1
-3
/
+3
|
*
|
Merge pull request #4449 from mbaulch/fix4003
Andreas Rumpf
2016-07-06
1
-0
/
+1
|
|
\
\
|
|
*
|
Regard nil nodes as having equal type constraints.
Matthew Baulch
2016-07-05
1
-0
/
+1
|
|
|
/
|
*
|
Merge pull request #4452 from yglukhov/js-enum-repr-offset
Andreas Rumpf
2016-07-06
1
-1
/
+9
|
|
\
\
|
|
*
|
Repr now works in js for enums starting with non-zero.
Yuriy Glukhov
2016-07-05
1
-1
/
+9
|
*
|
|
Merge pull request #4447 from cheatfate/async2
Andreas Rumpf
2016-07-05
7
-1547
/
+3803
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Lower numbers for unchecked array
cheatfate
2016-07-05
1
-1
/
+1
|
|
*
|
Misplaced &
cheatfate
2016-07-05
1
-1
/
+1
|
|
*
|
Simplify SharedArray.
cheatfate
2016-07-05
2
-8
/
+2
|
|
*
|
Patch one more path problem
cheatfate
2016-07-05
5
-5
/
+5
|
|
*
|
Resolved path problems
cheatfate
2016-07-05
1
-5
/
+5
|
|
*
|
ioselectors separated and refactored version.
cheatfate
2016-07-05
8
-1768
/
+4030
|
|
|
/
|
*
|
Merge pull request #4450 from SSPkrolik/reprEnum-fix
Andreas Rumpf
2016-07-05
1
-12
/
+9
|
|
\
\
|
|
*
|
Fixed reprEnum function on 32-bit systems
Rostyslav Dzinko
2016-07-05
1
-12
/
+9
|
|
/
/
|
*
|
Merge pull request #4444 from mbaulch/devel
Andreas Rumpf
2016-07-05
1
-1
/
+5
|
|
\
\
|
|
*
|
Return nil from genOtherArg after error.
Matthew Baulch
2016-07-05
1
-1
/
+3
|
|
*
|
Report wrong arg count when too many params and no varargs.
Matthew Baulch
2016-07-05
1
-0
/
+2
|
|
|
/
|
*
|
Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments
Andreas Rumpf
2016-07-05
11
-9
/
+74
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Update documentation and news
Jeff Ciesielski
2016-07-05
4
-2
/
+44
|
|
*
Fix typo. Remove unnecessary proc
Jeff Ciesielski
2016-07-05
2
-9
/
+2
|
|
*
Plumb {.intdefine.} and {.strdefine.} pragmas.
Jeff Ciesielski
2016-07-04
2
-2
/
+7
|
|
*
Add the ability to pass a value with the -d flag
Jeff Ciesielski
2016-07-04
7
-7
/
+32
*
|
|
fixes #537
Andreas Rumpf
2016-07-06
3
-10
/
+28
*
|
|
added strutils.splitWhitespace
Andreas Rumpf
2016-07-06
1
-15
/
+23
|
/
/
*
|
Merge pull request #4420 from yglukhov/closure-scope
Andreas Rumpf
2016-07-04
4
-3
/
+44
|
\
\
|
*
|
Fixed broken test. Added closureScope test.
Yuriy Glukhov
2016-06-28
2
-2
/
+16
|
*
|
Added a note on closureScope. Added Kyiv :)
Yuriy Glukhov
2016-06-28
1
-1
/
+7
|
*
|
Added closureScope template
Yuriy Glukhov
2016-06-27
1
-0
/
+21
|
|
/
*
|
Merge pull request #4438 from chrisheller/parsexml-doc-update
Andreas Rumpf
2016-07-04
1
-0
/
+21
|
\
\
|
*
|
Add doc to parsexml.nim for template assertions
Chris Heller
2016-07-02
1
-0
/
+21
*
|
|
Merge pull request #4410 from DenisKolodin/relinstall
Andreas Rumpf
2016-07-04
1
-1
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use relative paths in install script template
Denis Kolodin
2016-07-03
1
-1
/
+29
*
|
|
Merge pull request #4361 from jyapayne/fix_split
Andreas Rumpf
2016-07-02
3
-71
/
+95
|
\
\
\
|
*
|
|
Add transition define for old split behavior
Joey Payne
2016-07-01
1
-1
/
+26
|
*
|
|
Fix split stdlib test
Joey Payne
2016-07-01
1
-1
/
+1
|
*
|
|
Add new split to breaking changes doc
Joey Payne
2016-07-01
1
-0
/
+6
|
*
|
|
Fix #4305: Make split proc for set[char] consistent
Joey Payne
2016-07-01
1
-70
/
+63
*
|
|
|
Merge pull request #4389 from jyapayne/add_unicode_procs
Andreas Rumpf
2016-07-02
5
-69
/
+336
|
\
\
\
\
[next]