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
*
make tests green again
Andreas Rumpf
2017-10-01
2
-13
/
+13
*
make tests green again
Andreas Rumpf
2017-09-30
2
-9
/
+9
*
the parser finally parses 'echo {1,2}' as it should
Andreas Rumpf
2017-09-30
18
-38
/
+26
*
the 'using construct is not .experimental anymore
Araq
2017-09-30
2
-6
/
+0
*
'with' and 'without' are not keywords anymore
Araq
2017-09-30
7
-15
/
+26
*
Improved unittest check macro, fixes #5784 (#6446)
GULPF
2017-09-30
2
-47
/
+63
*
finish.nim tool: make path environment creation more robust
Araq
2017-09-30
1
-6
/
+15
*
fixes #6452
Araq
2017-09-30
1
-2
/
+3
*
osproc: fixes a memory leak affecting Windows
Araq
2017-09-30
1
-7
/
+7
*
revert the 'wasMoved' logic until the write barrier has been adapted
Andreas Rumpf
2017-09-29
1
-1
/
+2
*
GCs: use add instead of &
Andreas Rumpf
2017-09-29
2
-6
/
+6
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-09-28
1
-1
/
+1
|
\
|
*
Add default value for filename in parseJson proc (#6441)
konqoro
2017-09-28
1
-1
/
+1
*
|
added missing test for methods
Andreas Rumpf
2017-09-28
1
-0
/
+21
*
|
GC v2 works sometimes
Andreas Rumpf
2017-09-28
2
-370
/
+124
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-09-28
2
-24
/
+61
|
\
|
*
Fix node quit (#6444)
Alexander Ivanov
2017-09-28
1
-0
/
+4
|
*
Add flatMap operator to Options (#6404)
Zach Smith
2017-09-27
1
-24
/
+57
*
|
fixes #6438
Andreas Rumpf
2017-09-28
1
-10
/
+25
|
/
*
minor improvement for the db_sqlite module
Andreas Rumpf
2017-09-27
1
-1
/
+2
*
make tests green again
Andreas Rumpf
2017-09-26
2
-12
/
+12
*
workaround a GC/codegen issue that proves nasty to fix
Andreas Rumpf
2017-09-26
1
-1
/
+4
*
breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...
Andreas Rumpf
2017-09-26
3
-5
/
+13
*
fixes #6433
Andreas Rumpf
2017-09-25
1
-6
/
+11
*
make the tester compile again
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-09-25
1
-0
/
+3
|
\
|
*
Added changelog.md.
Dominik Picheta
2017-09-24
1
-0
/
+3
*
|
fixes #6435
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
|
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
20
-35
/
+198
*
|
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
13
-71
/
+52
|
/
*
newSeqOfCap: skip initialization step for non-GC-ed data
Andreas Rumpf
2017-09-24
1
-1
/
+5
*
write tracking for funcs implemented
Andreas Rumpf
2017-09-23
2
-1
/
+5
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
31
-84
/
+97
*
Merge branch 'devel' into araq-better-codegen
Andreas Rumpf
2017-09-23
8
-8
/
+133
|
\
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-09-22
5
-7
/
+121
|
|
\
|
|
*
Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)
wt
2017-09-21
1
-2
/
+2
|
|
*
documentation improvement; make mixin easier to search (#6409)
jlp765
2017-09-21
1
-0
/
+6
|
|
*
Sets enhancements, fixes #2467 (#6158)
GULPF
2017-09-20
1
-4
/
+94
|
|
*
Array typedesc len (#6032)
ephja
2017-09-17
2
-1
/
+19
|
*
|
NimScript: added buildOS and buildCPU constants
Andreas Rumpf
2017-09-22
3
-1
/
+12
|
|
/
*
|
added 'nim jsonscript' feature
Andreas Rumpf
2017-09-23
4
-33
/
+76
*
|
make gc:v2 compile again
Andreas Rumpf
2017-09-22
2
-19
/
+21
*
|
Merge branch 'araq-better-pure-enums' into araq-better-codegen
Andreas Rumpf
2017-09-22
6
-7
/
+27
|
\
\
|
*
|
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
6
-7
/
+27
|
|
/
*
|
new string behaviour now available under nimShallowStrings
Andreas Rumpf
2017-09-22
1
-6
/
+3
*
|
preparations for string optimizations
Andreas Rumpf
2017-09-22
3
-9
/
+38
*
|
fixes #6403
Andreas Rumpf
2017-09-21
2
-15
/
+26
*
|
make tests green again
Andreas Rumpf
2017-09-21
1
-0
/
+1
*
|
revert accidentical asyncmacro change
Andreas Rumpf
2017-09-21
1
-1
/
+1
*
|
refactoring: TLoc knows the node it originated from; it is planned to use thi...
Andreas Rumpf
2017-09-21
8
-196
/
+215
[next]