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
*
Add strutils.indentation and make unindent use it (#15264)
Clyybber
2020-09-22
1
-0
/
+22
*
add testcase for #6060 (#15366)
flywind
2020-09-21
1
-0
/
+11
*
add testcase for #7165 (#15368)
flywind
2020-09-21
1
-0
/
+15
*
fixes #15360 [backport:1.2] (#15378)
Andreas Rumpf
2020-09-21
1
-0
/
+7
*
add testcase for #9710 (#15365)
flywind
2020-09-21
1
-0
/
+11
*
added a basic ORC test I still had lying around (#15376)
Andreas Rumpf
2020-09-20
1
-0
/
+138
*
arc: added tmarshal.nim test case
Araq
2020-09-20
1
-0
/
+140
*
arc: =deepcopy fixes
Araq
2020-09-20
1
-0
/
+67
*
fixes #15369 (#15371)
Andreas Rumpf
2020-09-20
1
-0
/
+14
*
more ORC bugfixes (#15355)
Andreas Rumpf
2020-09-18
2
-1
/
+47
*
fix infinite recursion in typeRel (#15241)
jcosborn
2020-09-18
1
-0
/
+45
*
Revert "Introduce explicit copy (#15330)" (#15346)
Andreas Rumpf
2020-09-16
1
-22
/
+0
*
fix #15326 (#15341)
cooldome
2020-09-16
1
-0
/
+8
*
proc params as syms (#15332)
cooldome
2020-09-16
1
-0
/
+8
*
Introduce explicit copy (#15330)
cooldome
2020-09-16
1
-0
/
+22
*
fixes #15325 (#15340)
Andreas Rumpf
2020-09-16
1
-0
/
+126
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-3
/
+3
*
fixes #15076 (#15329)
Andreas Rumpf
2020-09-15
1
-0
/
+88
*
fixes a critical ORC bug, refs #15076 (#15323)
Andreas Rumpf
2020-09-14
1
-1
/
+1
*
test cookies with comma for #15319 (#15322)
flywind
2020-09-14
1
-0
/
+17
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
1
-0
/
+30
*
fixes #15147 (#15315)
Andreas Rumpf
2020-09-12
1
-0
/
+21
*
Add testcase for invalid if statement (#15313)
Clyybber
2020-09-12
1
-0
/
+12
*
Fix #15305 (#15311)
Clyybber
2020-09-12
1
-0
/
+12
*
fixes #15122 (#15301)
Andreas Rumpf
2020-09-11
1
-0
/
+43
*
testament improvement: allow inline error messages inside test cases (#15294)
Andreas Rumpf
2020-09-10
1
-10
/
+9
*
Fix #15286 (#15292)
cooldome
2020-09-10
1
-0
/
+8
*
fixes #15280 [backport:1.2] (#15281)
Andreas Rumpf
2020-09-09
3
-4
/
+48
*
borrow checking refinements (#15290)
Andreas Rumpf
2020-09-09
1
-0
/
+18
*
Add some enhancements to `jsonutils.nim` (#15133)
Ivan Bobev
2020-09-09
1
-2
/
+183
*
add getprotobyname (#15273)
flywind
2020-09-09
1
-0
/
+25
*
Better semiStmtList parsing (#15123)
Clyybber
2020-09-09
1
-0
/
+165
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-0
/
+27
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
1
-1
/
+1
*
nimeval errorHook support (#15255)
Scott Wadden
2020-09-07
2
-13
/
+29
*
more Protocol supports in windows (#15274) [backport:1.2]
flywind
2020-09-07
1
-0
/
+29
*
strict funcs: use control flow information for a more precise analysis (#15271)
Andreas Rumpf
2020-09-06
1
-3
/
+8
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-0
/
+75
*
fix #15238 (#15262)
cooldome
2020-09-04
1
-1
/
+17
*
fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]
Miran
2020-09-04
1
-2
/
+4
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-0
/
+11
*
fix #15035 (#15236)
cooldome
2020-08-28
1
-0
/
+16
*
Fix #5691 (#15158)
Clyybber
2020-08-27
4
-0
/
+85
*
fix some issues overloading with generics and inheritance (#15211)
jcosborn
2020-08-27
1
-5
/
+31
*
avoid #8231, bitwise move to mul,div (#15070)
Bung
2020-08-25
1
-0
/
+3
*
[backport] fix #15064, strscans.scanf edge case for '$+' (#15223)
Miran
2020-08-25
1
-1
/
+15
*
Add test coverage for atomics (#15193)
Elijah Shaw-Rutschman
2020-08-18
1
-0
/
+609
*
fix overloading issue with generic invocation (#15135)
jcosborn
2020-08-18
1
-0
/
+60
*
gc_regions: cleanup & fixes for deallocation (#11920)
alaviss
2020-08-17
1
-0
/
+23
*
Allow pragmas on parameters (#15178)
Clyybber
2020-08-11
1
-0
/
+15
[next]