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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Fix Windows accept() to fail future instead of raising
Ruslan Mustakov
2017-02-01
1
-0
/
+29
|
*
|
fixes #5314
Andreas Rumpf
2017-02-05
1
-0
/
+17
|
*
|
fixes #5269
Andreas Rumpf
2017-02-05
1
-0
/
+30
|
*
|
fixes #5285
Andreas Rumpf
2017-02-04
2
-1
/
+22
|
*
|
Fix #5331 and #5332.
cheatfate
2017-02-04
1
-0
/
+14
|
*
|
fixes #5327
Andreas Rumpf
2017-02-03
2
-5
/
+43
|
*
|
testament: be verbose when --pedantic fails
Andreas Rumpf
2017-02-03
1
-1
/
+3
|
*
|
reenabled clear test, made clear working (#5323)
Arne Döring
2017-02-02
1
-22
/
+20
|
*
|
Merge branch 'devel' into new-name-mangling
Araq
2017-02-02
3
-16
/
+14
|
|
\
\
|
|
*
|
make tests on Windows green under --pedantic
Araq
2017-02-02
3
-16
/
+14
|
|
|
/
|
*
/
new name mangling scheme implemented
Andreas Rumpf
2017-02-02
1
-1
/
+1
|
|
/
|
*
fix string slice & splice (#5311)
Parashurama
2017-02-01
1
-0
/
+55
|
*
Fixes for upcoming asyncdispatch and ioselectors. (#5309)
Eugene Kabanov
2017-02-01
1
-13
/
+42
|
*
fixes #4973
Andreas Rumpf
2017-02-01
1
-2
/
+11
*
|
Fixes test.
Dominik Picheta
2017-02-06
1
-1
/
+1
*
|
Add template tests for #3691.
Dominik Picheta
2017-02-06
1
-4
/
+5
*
|
Fixes incorrect scoping in semstmts.semTry.
Dominik Picheta
2017-02-06
1
-1
/
+0
*
|
More progress towards a working #3691.
Dominik Picheta
2017-02-03
1
-1
/
+16
*
|
WIP: `as` with generics.
Dominik Picheta
2017-02-02
1
-6
/
+6
*
|
WIP implementation of `except ExcType as ident` syntax. Refs #3691.
Dominik Picheta
2017-02-01
1
-0
/
+10
|
/
*
make tests on Windows green
Araq
2017-01-31
2
-2
/
+7
*
testament: OS specific disables
Araq
2017-01-31
2
-1
/
+18
*
added a testcase for getThreadId
Araq
2017-01-31
1
-0
/
+5
*
added test case; threadex example crashes now
Araq
2017-01-30
2
-0
/
+26
*
made nodecl implicit for vars in the js backend. (#5297)
Michael Jendrusch
2017-01-29
2
-1
/
+14
*
fixes #5216
Araq
2017-01-27
1
-0
/
+20
*
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Michael Jendrusch
2017-01-26
1
-0
/
+267
*
bugfix: inline iterator do not mess up line information anymore
Andreas Rumpf
2017-01-25
1
-0
/
+22
*
fix genderef of jsgen (#5274)
shsnow23
2017-01-24
1
-0
/
+20
*
onThreadDestruction feature added to Nim's threading model
Andreas Rumpf
2017-01-24
1
-1
/
+6
*
Use onThreadCreation to set default SSL context for each thread (#5265)
Ruslan Mustakov
2017-01-23
1
-1
/
+1
*
template+emit supports volatileRead and volatileWrite ops
Andreas Rumpf
2017-01-23
1
-3
/
+21
*
new segfaults.nim stdlib module works on Windows
Araq
2017-01-20
1
-0
/
+4
*
first implementation of segfaults stdlib module
Andreas Rumpf
2017-01-20
1
-0
/
+25
*
fixes #5234 (#5240)
Michael Jendrusch
2017-01-20
1
-0
/
+23
*
fix seq add for nim node in VM (#5253)
Arne Döring
2017-01-19
1
-2
/
+7
*
make quote ast a ref type (#5246)
Arne Döring
2017-01-19
1
-0
/
+69
*
fixes #5237
Andreas Rumpf
2017-01-19
1
-0
/
+13
*
Fixes #5225 (#5243)
Lolo Iccl
2017-01-18
1
-0
/
+11
*
Fixes #5244 (#5245)
Yuriy Glukhov
2017-01-18
1
-0
/
+10
*
added system.onThreadCreation feature for safe thread local storage initializ...
Andreas Rumpf
2017-01-18
2
-0
/
+23
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
4
-0
/
+14
*
Removed mangling of object fields for the js target only. (#5226)
Michael Jendrusch
2017-01-17
1
-0
/
+83
*
fixes #5218
Andreas Rumpf
2017-01-16
1
-0
/
+41
*
Fix #5128, #5184. (#5214)
Eugene Kabanov
2017-01-16
2
-28
/
+26
*
Create temp var in deepcopy if needed (#5205)
Brandon Pickering
2017-01-15
1
-0
/
+16
*
Correct the spelling of the word 'overridden'. (#5212)
mfxmfx
2017-01-11
1
-3
/
+3
*
Improve & optimize strutils 'find' procs (#5196)
Parashurama
2017-01-11
1
-0
/
+27
*
Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)
Lolo Iccl
2017-01-11
1
-0
/
+6
*
Reset exprs before return by arg. Fixes #5098 (#5191)
Brandon Pickering
2017-01-11
1
-0
/
+26
[prev]
[next]