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
/
lib
/
pure
/
collections
Commit message (
Expand
)
Author
Age
Files
Lines
*
sequtils: fix errors from `strictFuncs` use (#18998)
ee7
2021-10-16
1
-3
/
+3
*
[minor] fix docs (#18834)
flywind
2021-09-11
1
-6
/
+4
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
1
-9
/
+14
*
various small documentation improvements (#18602)
Miran
2021-07-28
4
-15
/
+22
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
complement notes of two doc strings of tables module (#18527)
IterableTrucks
2021-07-21
1
-0
/
+4
*
Revert #17321 (#18521)
konsumlamm
2021-07-19
1
-135
/
+135
*
deprecate `sequtils.delete` and add an overload with saner semantics consiste...
Timothee Cour
2021-07-15
1
-3
/
+42
*
fixes #17696 (#18276)
flywind
2021-06-16
1
-2
/
+5
*
fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...
Timothee Cour
2021-06-04
1
-10
/
+10
*
workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)
flywind
2021-06-04
1
-0
/
+4
*
Ref #17697 improve withValue docs (#18154)
flywind
2021-06-03
1
-31
/
+50
*
[std/tables] remove unnecessary `do: ` (#18160)
flywind
2021-06-02
1
-10
/
+16
*
[std/hashcommon]improve docs a bit (#18153)
flywind
2021-06-02
1
-3
/
+3
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
1
-1
/
+1
*
Remove confusing <//> (#17830)
flywind
2021-04-26
2
-14
/
+14
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
2
-2
/
+2
*
[std/deques] move data instead of copy + destroy (#17800)
flywind
2021-04-20
1
-4
/
+2
*
use sink and lent in deques (#17661)
flywind
2021-04-07
1
-10
/
+10
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
fix #17385, `len` must be declared before `items` (#17386)
Miran
2021-03-15
1
-21
/
+21
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-2
/
+2
*
Change parameter names in lists module from `L` (#17321)
konsumlamm
2021-03-10
1
-127
/
+127
*
Improve the lists module (#17312)
konsumlamm
2021-03-10
1
-166
/
+185
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
2
-6
/
+6
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
5
-17
/
+17
*
remove outdated codes (#17140)
flywind
2021-02-22
1
-1
/
+0
*
use single backtick (#17141)
flywind
2021-02-21
2
-23
/
+23
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
4
-30
/
+5
*
Improve the heapqueue module (#17034)
konsumlamm
2021-02-15
1
-55
/
+82
*
fix the wrong examples (#17035)
flywind
2021-02-15
1
-19
/
+42
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
3
-335
/
+312
*
fix lists docs regression (#16981)
flywind
2021-02-09
1
-21
/
+14
*
Another typo corrected (#16974)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-142
/
+244
*
Correct typo (#16972)
Héctor M. Monacci
2021-02-08
1
-1
/
+1
*
close #15767 (#16959)
flywind
2021-02-08
1
-1
/
+8
*
use typeof instead type (#16962)
flywind
2021-02-08
3
-8
/
+8
*
[ci skip] CountTable, remove link to unexisting proc
narimiran
2021-02-02
1
-1
/
+0
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
1
-2
/
+2
*
intsets are here to stay (#16751)
Andreas Rumpf
2021-01-19
1
-3
/
+1
*
Improve documentation for packedsets (#16715)
konsumlamm
2021-01-16
1
-3
/
+4
*
Remove longestMatch in _WithPrefix iterators (#16689)
konsumlamm
2021-01-12
1
-23
/
+15
*
Improve documentation for deques (#16589)
konsumlamm
2021-01-06
1
-156
/
+106
*
Improve sequtils documentation (#16559)
konsumlamm
2021-01-04
1
-78
/
+79
*
Improve documentation for critbits (#16568)
konsumlamm
2021-01-03
1
-135
/
+107
*
Fix #16554 (#16564)
hlaaftana
2021-01-03
1
-2
/
+3
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-1
/
+147
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
[next]