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
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
fixes #16771; lower `swap` for JS backend (#23473)
ringabout
2024-04-03
1
-3
/
+1
*
Fix compile time errors when using tables on 8/16-bits systems. (#23450)
Gianmarco
2024-03-28
1
-1
/
+4
*
Remove count field from Deque (#23318)
Tomohiro
2024-02-20
1
-51
/
+46
*
Remove mask field from Deque (#23299)
Tomohiro
2024-02-11
1
-5
/
+6
*
Add items and contains to heapqueue (#23296)
Antonis Geralis
2024-02-09
1
-0
/
+15
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
1
-1
/
+28
*
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Eric N. Vander Weele
2023-12-24
1
-0
/
+22
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-0
/
+3
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
2
-4
/
+65
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
3
-0
/
+10
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
3
-7
/
+7
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
6
-7
/
+7
*
use lent for the return value of index accesses of tables (#22812)
ringabout
2023-10-11
1
-2
/
+2
*
remove the O(n*n) `addUnique` one from std (#22799)
ringabout
2023-10-06
1
-12
/
+0
*
fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)
ringabout
2023-09-30
1
-1
/
+6
*
moves `addUnique` to `std/sequtils` (#22734)
Juan M Gómez
2023-09-21
1
-0
/
+28
*
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
[next]