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
*
define toList procs after add for lists [backport] (#22573)
metagn
2023-08-28
1
-22
/
+22
*
Add `cursor` to lists iterator variables (#22531)
Amjad Ben Hedhili
2023-08-24
1
-3
/
+3
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
3
-25
/
+32
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
6
-10
/
+13
*
fix #20023 hash for generic tables (#20346)
Bung
2023-06-21
1
-0
/
+15
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
3
-8
/
+7
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
1
-0
/
+9
*
Revert "Add `cursor` to lists iterator variables" (#21571)
ringabout
2023-03-28
1
-3
/
+3
*
Add `cursor` to lists iterator variables (#21527)
Amjad Ben Hedhili
2023-03-27
1
-3
/
+3
*
fixes #21538; expand len template parameter once in newSeqWith (#21543)
Eric N. Vander Weele
2023-03-20
1
-3
/
+3
*
Add `cursor` annotations to lists iterator variables (#21507)
Amjad Ben Hedhili
2023-03-13
1
-2
/
+2
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-11
/
+20
*
fixes backticks in the documentation (#21340)
ringabout
2023-02-08
1
-2
/
+2
*
fixes #21278; `deques.shrink` off by one bug (#21284)
ringabout
2023-01-20
1
-1
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-3
/
+0
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
1
-3
/
+3
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
1
-10
/
+0
*
add effectsOf to map in the std/sets module (#20760)
ringabout
2022-11-05
1
-1
/
+4
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
1
-1
/
+0
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
2
-2
/
+3
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-2
/
+1
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
remove `var` for ref parameters in `std/tables` (#20175)
ringabout
2022-08-25
1
-2
/
+2
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-4
/
+4
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+3
*
Add sink and lent annotations to the critbits module (#20021)
silent-observer
2022-07-14
1
-8
/
+8
*
Fix typo in sequtils documentation (#19789)
Anthony Dario
2022-05-13
1
-1
/
+1
*
Fix broken link in sets documentation. (#19769)
Anthony Dario
2022-05-06
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
2
-0
/
+8
*
Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)
gecko
2022-01-10
1
-0
/
+2
*
Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...
rockcavera
2022-01-03
1
-6
/
+6
*
Fix #19297 - fixing broken list after adding empty list (#19299)
rockcavera
2021-12-30
1
-5
/
+6
*
move toDeque to after addLast (#19233) [backport:1.0]
MichalMarsalek
2021-12-10
1
-14
/
+14
*
Deprecate `std/sharedlist` and `std/sharedtables` (#19112)
konsumlamm
2021-11-09
4
-2
/
+4
*
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
[next]