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
*
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
|
/
*
Merge pull request #6725 from FedericoCeratto/unittest-5114
Dominik Picheta
2017-12-22
1
-0
/
+38
|
\
|
*
Add unittest suite/test name filters
Federico Ceratto
2017-11-28
1
-0
/
+38
*
|
fixes #6353 (#6951)
skilchen
2017-12-21
1
-0
/
+44
*
|
Merge pull request #6944 from alehander42/fix-discardable
Dominik Picheta
2017-12-21
1
-6
/
+12
|
\
\
|
*
|
Fix the forward test
Alexander Ivanov
2017-12-20
1
-4
/
+5
|
*
|
Make asyncjs Future[void] play nicely with last line discardable calls
Alexander Ivanov
2017-12-19
1
-2
/
+7
*
|
|
fix #6462
Zahary Karadjov
2017-12-21
1
-0
/
+23
*
|
|
fix #6277
Zahary Karadjov
2017-12-21
1
-0
/
+20
[next]