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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Windows: use __declspec(thread) TLS implementation, it is MUCH faster… (#21...
Andreas Rumpf
2023-05-08
1
-1
/
+7
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-9
/
+24
*
🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)
Jordan Gillard
2023-05-07
1
-8
/
+11
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
1
-5
/
+5
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
2
-0
/
+10
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
1
-5
/
+5
*
fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)
ringabout
2023-05-05
1
-60
/
+63
*
build documentation for `checksums/md5` and `checksums/sha1` (#21791)
ringabout
2023-05-04
2
-2
/
+2
*
fixes #21780 [backport:1.6] (#21785)
Andreas Rumpf
2023-05-04
1
-4
/
+4
*
line info for strformat + fix issue with typed templates (#21761)
metagn
2023-05-02
1
-8
/
+22
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
3
-8
/
+7
*
fixes #20144; fixes asyncnet ssl on bsds (#21763)
ringabout
2023-05-01
1
-2
/
+5
*
fix build on haiku (#21752)
Al Hoang
2023-04-29
2
-2
/
+2
*
closes #21745 (#21746)
ringabout
2023-04-28
1
-1
/
+0
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
3
-3
/
+3
*
Documented path substitution by compiler (#21662)
Raynei
2023-04-21
1
-0
/
+1
*
refact: Remove assertion effect hiding workaround (#21472)
quantimnot
2023-04-21
1
-6
/
+1
*
Fix json.to for float fields that are not present (#21695)
Yardanico
2023-04-21
1
-1
/
+1
*
static link pthread correctly (#21693)
ringabout
2023-04-20
1
-2
/
+0
*
Fixed `window.find` return (#21621)
Thiago
2023-04-19
1
-1
/
+1
*
fixes nightlies regression (#21689)
ringabout
2023-04-19
1
-2
/
+1
*
fix #20997 (#21165)
Bung
2023-04-19
1
-4
/
+2
*
Fix RST/Markdown false heading detection (#21685)
Andrey Makarov
2023-04-18
1
-13
/
+17
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
3
-9
/
+9
*
fixes #20155; repr range with distinct types is broken in ORC (#21682)
ringabout
2023-04-17
1
-2
/
+10
*
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...
ringabout
2023-04-14
1
-0
/
+4
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
11
-44
/
+69
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
2
-31
/
+22
*
Fix option lists with additional indentation in Markdown (#21633)
Andrey Makarov
2023-04-11
1
-1
/
+3
*
fixes #21638; `fromJson` should support empty objects (#21641)
ringabout
2023-04-11
1
-11
/
+16
*
terminal size env-vars have precendence in POSIX (#21643)
Etan Kissling
2023-04-11
1
-10
/
+39
*
remove useVersion (#21626)
metagn
2023-04-08
1
-1
/
+1
*
fix #20972 fixes invalid and UB codegen case object transitions for both refc...
ringabout
2023-04-04
1
-3
/
+5
*
fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)
chmod222
2023-04-03
1
-3
/
+9
*
Fix example code of proc add*[T](x: var seq[T], y: sink openArray[T]) (#21607)
Tomohiro
2023-04-03
1
-4
/
+13
*
Fix nim doc crash with group referencing & include (#21600)
Andrey Makarov
2023-04-02
1
-5
/
+9
*
macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)
chmod222
2023-04-01
1
-0
/
+2
*
make --exceptions:quirky work with C++ (#21581)
Andreas Rumpf
2023-03-31
2
-4
/
+6
*
bump NimVersion to 1.9.3 (#21587)
Miran
2023-03-30
1
-1
/
+1
*
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
*
don't access void* out of alignment in refc GC to avoid UB (#21560)
tersec
2023-03-22
1
-1
/
+0
*
Add URI parsing warning (#21547)
Federico Ceratto
2023-03-20
2
-0
/
+4
*
fixes #21538; expand len template parameter once in newSeqWith (#21543)
Eric N. Vander Weele
2023-03-20
1
-3
/
+3
*
Fix: #21541. Add support for xnVerbatimText (#21542)
Mark Leyva
2023-03-20
1
-4
/
+4
*
Add check for nimMaxJeap on occupied memory + allocation size (#21521)
Regis Caillaud
2023-03-20
1
-11
/
+20
*
NuttX: use posix_spawn for osproc (#21539)
Hiroki Noda
2023-03-20
2
-9
/
+11
*
NuttX: use accept4 (#21544)
Hiroki Noda
2023-03-20
2
-2
/
+2
*
Add `cursor` annotations to lists iterator variables (#21507)
Amjad Ben Hedhili
2023-03-13
1
-2
/
+2
*
Remove Defect from raises list in `std/times` (#21473)
Jake Leahy
2023-03-06
1
-9
/
+15
[prev]
[next]