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 longgc category tests (#7095)
Sergey Avseyev
2018-01-22
3
-11
/
+11
*
basic 'lent T' test works
Andreas Rumpf
2018-01-21
1
-0
/
+17
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-18
8
-10
/
+45
|
\
|
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
1
-0
/
+10
|
*
Fix gc tests for BoehmGC (#7094)
Sergey Avseyev
2018-01-18
3
-6
/
+3
|
*
Merge pull request #7023 from yglukhov/unify-async
Dominik Picheta
2018-01-17
4
-4
/
+32
|
|
\
|
|
*
Unify async macro and futures for js and native targets
Yuriy Glukhov
2018-01-05
4
-4
/
+32
*
|
|
fixes #7093
Andreas Rumpf
2018-01-18
1
-0
/
+19
|
/
/
*
|
travis: attempt to make tests green again
Andreas Rumpf
2018-01-16
1
-1
/
+1
*
|
hardened gctest
Araq
2018-01-15
1
-3
/
+3
*
|
make tests green again
Araq
2018-01-15
1
-1
/
+1
*
|
fixes #7078
Araq
2018-01-14
2
-3
/
+3
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-01-14
2
-10
/
+12
|
\
\
|
*
|
Include target in tester nimcache hash (#7053)
Mathias Stearn
2018-01-14
2
-10
/
+12
*
|
|
GC improvements; distinguish between thread local and globals in the marking ...
Araq
2018-01-14
2
-21
/
+36
|
/
/
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-01-11
8
-62
/
+165
|
\
\
|
*
|
Fix tasync_traceback test.
Dominik Picheta
2018-01-11
1
-0
/
+1
|
*
|
Use regex to match output of tasync_traceback.
Dominik Picheta
2018-01-11
1
-60
/
+69
|
*
|
avoid creating temporary in genObjConstr if possible (#7032)
jcosborn
2018-01-11
2
-1
/
+13
|
*
|
Fix for isssue in parseBiggestFloat #7060 (#7061)
cooldome
2018-01-11
1
-0
/
+6
|
*
|
Merge pull request #6962 from nim-lang/fixes/6100
Dominik Picheta
2018-01-10
2
-1
/
+16
|
|
\
\
|
|
*
|
Fixes #6100.
Dominik Picheta
2017-12-27
2
-1
/
+16
|
*
|
|
Merge pull request #6922 from FedericoCeratto/openssl-1.1.0
Dominik Picheta
2018-01-10
1
-0
/
+36
|
|
\
\
\
|
|
*
|
|
Add OpenSSL 1.1.0 support #5000
Federico Ceratto
2017-12-28
1
-0
/
+36
|
*
|
|
|
Merge pull request #7033 from GULPF/allow-timezone-closures
Dominik Picheta
2018-01-10
1
-0
/
+24
|
|
\
\
\
\
|
|
*
|
|
|
Allow timezone procs to be closures
Oscar Nihlgård
2018-01-05
1
-0
/
+24
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
/
|
|
rename strformat.fmt to `%` as it works better with backslash escape sequence...
Araq
2018-01-11
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-01-10
1
-0
/
+13
|
\
\
\
\
|
*
\
\
\
Merge pull request #7045 from GULPF/fmt-str-fallback
Dominik Picheta
2018-01-09
1
-0
/
+13
|
|
\
\
\
\
|
|
*
|
|
|
Add test case
Oscar Nihlgård
2018-01-09
1
-0
/
+13
*
|
|
|
|
|
make tfragment_gc more robust for Appveyor
Araq
2018-01-10
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Implement custom annotations (#6987)
cooldome
2018-01-09
2
-0
/
+48
*
|
|
|
|
another attempt to make the fragmentation test more robust for Windows
Andreas Rumpf
2018-01-09
1
-1
/
+1
|
/
/
/
/
*
/
/
/
Fix lists of paths in posix environment (#7034)
Dennis Felsing
2018-01-08
1
-1
/
+1
|
/
/
/
*
|
|
memfiles: enable test; refs #6361
Araq
2018-01-03
1
-2
/
+0
*
|
|
Remove obsolete method analyzeAndConsolidateOutput (#6998)
Sergey Avseyev
2018-01-01
1
-16
/
+1
*
|
|
Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)
Yuriy Glukhov
2017-12-31
1
-1
/
+2
*
|
|
add tests for integer casting in VM.
Parashurama
2017-12-30
1
-0
/
+120
*
|
|
Simplify async traceback processing.
Dominik Picheta
2017-12-28
1
-29
/
+43
*
|
|
No need to recurse now that mergeEntries doesn't do any pattern matching.
Dominik Picheta
2017-12-28
1
-2
/
+2
*
|
|
Show only detailed async tracebacks.
Dominik Picheta
2017-12-28
1
-10
/
+17
*
|
|
Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.
Dominik Picheta
2017-12-28
1
-0
/
+1
*
|
|
Go through the re-raise stacks for more detailed tracebacks.
Dominik Picheta
2017-12-28
1
-3
/
+44
*
|
|
Refine the async tracebacks.
Dominik Picheta
2017-12-28
1
-5
/
+12
*
|
|
Implement some simple pattern-based transformation for async tracebacks.
Dominik Picheta
2017-12-28
1
-0
/
+46
*
|
|
fixes #6965
Araq
2017-12-28
2
-3
/
+10
*
|
|
fixes #6980
Araq
2017-12-27
1
-1
/
+11
*
|
|
Allow noreturn procs with void type (#6973)
cooldome
2017-12-27
1
-0
/
+4
|
/
/
*
|
Implement language feature #6885 (#6954)
cooldome
2017-12-24
2
-0
/
+77
*
|
cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)
Mathias Stearn
2017-12-24
1
-0
/
+20
|
/
[next]