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 parsesql.treeRepr when nil is in input (#18974)
Andrey Makarov
2021-10-17
1
-0
/
+34
*
sequtils: fix errors from `strictFuncs` use (#18998)
ee7
2021-10-16
1
-0
/
+26
*
try to fix broken ssl test (#18991)
Miran
2021-10-14
1
-1
/
+1
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-51
/
+0
*
fixes a regression caused by overloadable enums even though they're opt-in (#...
Andreas Rumpf
2021-10-07
2
-0
/
+17
*
Fixed `strictFuncs` support for `std/pegs` (#18951)
quantimnot
2021-10-07
1
-1
/
+1
*
rst: minor fixes (#18960)
Andrey Makarov
2021-10-06
1
-1
/
+1
*
enable tests for #2710 (#18961)
flywind
2021-10-06
1
-2
/
+2
*
rename nimEnableHashRef [backport] (#18941)
flywind
2021-10-04
3
-2
/
+1
*
Add support for `strictEffects` to `std/pegs` (#18949)
quantimnot
2021-10-04
1
-0
/
+3
*
rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)
flywind
2021-10-01
1
-1
/
+3
*
close #17319; add testcase (#18934)
flywind
2021-10-01
1
-0
/
+19
*
alternative to #18918 (#18927)
flywind
2021-09-30
1
-0
/
+9
*
Alternative to #18928 (#18931)
Jason Beetham
2021-09-30
1
-1
/
+51
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
3
-34
/
+16
*
fixes 'lent T' inside object constructor [backport] (#18911)
Andreas Rumpf
2021-09-27
1
-0
/
+17
*
closes #18690; make view types stricter [backport] (#18891)
Andreas Rumpf
2021-09-24
1
-1
/
+12
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-1
/
+1
*
closes #16132 [backport] (#18880)
Andreas Rumpf
2021-09-22
1
-1
/
+13
*
fix #18844 (#18851)
flywind
2021-09-20
1
-1
/
+21
*
fixes #18847 [backport] (#18870)
Andreas Rumpf
2021-09-20
1
-0
/
+4
*
fixes #18858 [backport] (#18868)
Andreas Rumpf
2021-09-19
1
-0
/
+1
*
semtypinst: don't wrap type nodes from expressions in static[T] (#18860)
alaviss
2021-09-17
1
-0
/
+17
*
Fixed borrowing dot from aliases (#18854)
Jason Beetham
2021-09-16
1
-1
/
+37
*
fix #10128 (#18852)
flywind
2021-09-14
1
-0
/
+18
*
add testcase for #7308 (#18849)
flywind
2021-09-14
2
-11
/
+43
*
Dotborrow now works with generic distincts (#18848)
Jason Beetham
2021-09-14
2
-4
/
+33
*
Fixed #18838 (#18841) [backport]
Jason Beetham
2021-09-13
1
-1
/
+35
*
Generic pointer procs now error if no types supplied (#18832)
Jason Beetham
2021-09-11
1
-0
/
+28
*
Fixed type inference for 'set` and 'tuple' (#18827)
Jason Beetham
2021-09-11
1
-0
/
+22
*
fix CI failure(upstream changes) (#18820)
flywind
2021-09-08
1
-1
/
+1
*
Fix subranges of distinct types (#18816) [backport]
Jason Beetham
2021-09-07
1
-0
/
+14
*
Fixes implicit and explicit generics in procedures (#18808)
Jason Beetham
2021-09-06
1
-0
/
+45
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-0
/
+20
*
'[]' can now be used for iterators (#18814)
Jason Beetham
2021-09-06
1
-0
/
+14
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-0
/
+50
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-0
/
+12
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
1
-1
/
+3
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
1
-0
/
+11
*
remove channels (#18801)
flywind
2021-09-04
3
-422
/
+0
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+9
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
2
-0
/
+15
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
1
-1
/
+10
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-0
/
+20
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
1
-0
/
+5
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
2
-4
/
+30
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
10
-22
/
+124
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-0
/
+256
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
1
-1
/
+0
*
fixes #14511 [backport:1.4] (#18732)
Dankr4d
2021-08-25
1
-0
/
+54
[next]