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
*
Relax the restrictions on the index types (#9412)
LemonBoy
2018-10-18
1
-3
/
+6
*
make some tests faster (#9413)
Miran
2018-10-17
5
-43
/
+20
*
make thavlak and tmarkerproc_regression tests take fewer iterations in order ...
Araq
2018-10-17
2
-8
/
+8
*
Unicode escape in string literals (#9390)
Oscar Nihlgård
2018-10-17
1
-3
/
+3
*
fixes a regression about indexing into UncheckedArray
Andreas Rumpf
2018-10-16
1
-0
/
+4
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
95
-1813
/
+1762
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-10-15
1
-94
/
+113
|
\
|
*
fix #8225 os.isHidden was buggy on posix (#8315)
Timothee Cour
2018-10-15
1
-94
/
+113
*
|
Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...
Araq
2018-10-15
1
-0
/
+15
|
\
\
|
*
\
Merge branch 'devel' into Fixes-7845
cooldome
2018-06-26
54
-78
/
+2512
|
|
\
\
|
*
|
|
Fixes
cooldome
2018-06-12
1
-1
/
+0
|
*
|
|
Fixes 7845
cooldome
2018-06-10
1
-0
/
+16
*
|
|
|
fixes #2760
Araq
2018-10-15
1
-0
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
DFA: implement exception handling properly
Andreas Rumpf
2018-10-14
1
-13
/
+33
*
|
|
merge macros tests (#9367)
Miran
2018-10-14
17
-373
/
+352
*
|
|
[WIP] Early evaluation of mIs (#8723)
LemonBoy
2018-10-14
2
-3
/
+9
*
|
|
Merge tests into a larger file (part 3 of ∞: generics) (#9347)
Miran
2018-10-14
65
-1276
/
+1236
*
|
|
add issue #5707 as test case (#9361)
Vindaar
2018-10-14
1
-0
/
+6
*
|
|
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...
Timothee Cour
2018-10-14
9
-5
/
+71
*
|
|
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
3
-11
/
+360
*
|
|
correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#...
Timothee Cour
2018-10-14
2
-66
/
+112
*
|
|
put several issues in tests (#9352)
Miran
2018-10-13
1
-11
/
+57
*
|
|
Merge tests into a larger file (part 2 of ∞) (#9335)
Miran
2018-10-13
40
-802
/
+809
*
|
|
fixes #8916 by fixing typeinfo and marshal. (#9341)
Vindaar
2018-10-13
1
-0
/
+13
*
|
|
make tests green again
Andreas Rumpf
2018-10-13
1
-4
/
+6
*
|
|
destructors: optimize more assignments into moves; also fixes #9294
Andreas Rumpf
2018-10-12
4
-2
/
+65
*
|
|
Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)
c-blake
2018-10-12
1
-0
/
+5
*
|
|
Testament pre parallel (#9137)
Jacek Sieka
2018-10-12
10
-1981
/
+2
*
|
|
Merge tests into a larger file (part 1 of ∞) (#9318)
Miran
2018-10-12
103
-3397
/
+3765
*
|
|
string to string conversion keeps the dest type (#9323)
LemonBoy
2018-10-12
1
-0
/
+12
*
|
|
8684 add shortcut sort procs (#9174)
Konstantin Molchanov
2018-10-11
1
-1
/
+61
*
|
|
fixes #9281
Araq
2018-10-11
1
-0
/
+15
*
|
|
fixes #9297 (#9298)
cooldome
2018-10-11
1
-1
/
+41
*
|
|
test case for #9180 and re-enables the disabled tcompilerapi test (#9181)
Timothee Cour
2018-10-11
1
-22
/
+22
*
|
|
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
3
-4
/
+7
*
|
|
Fix wrong heuristic in codegen (#9293)
LemonBoy
2018-10-11
1
-0
/
+22
*
|
|
Fix tests on NixOS (#9209) (#9285)
xzfc
2018-10-10
3
-4
/
+4
*
|
|
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-0
/
+4
*
|
|
fixes #9263
Andreas Rumpf
2018-10-10
1
-0
/
+117
*
|
|
Iter test: closes #3819 (#9272)
Miran
2018-10-10
1
-0
/
+28
*
|
|
Fix macro expansion in expandMacros (#8998)
LemonBoy
2018-10-09
1
-0
/
+19
*
|
|
fix tests/generics/t8694.nim: runnableExamples were not run because of #9216 ...
Timothee Cour
2018-10-09
1
-3
/
+3
*
|
|
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
4
-1
/
+23
*
|
|
Field checks for everybody (#8957)
LemonBoy
2018-10-09
3
-0
/
+75
*
|
|
Try/Catch support for native JS exceptions (#8955)
LemonBoy
2018-10-09
1
-0
/
+31
*
|
|
Fix transformation of yield in inline context (#9135)
LemonBoy
2018-10-09
1
-0
/
+35
*
|
|
Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)
Dominik Picheta
2018-10-09
1
-0
/
+20
*
|
|
fix #8341: add lastPathPart (#9116)
Timothee Cour
2018-10-09
1
-19
/
+42
*
|
|
asyncmacro: add nnkSym support for getName() (#9204)
alaviss
2018-10-09
1
-0
/
+14
*
|
|
Fix range type construction in the VM (#9205)
LemonBoy
2018-10-09
1
-0
/
+20
[next]