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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes #22210; transform return future in try/finally properly (#22249)
ringabout
2023-07-21
1
-9
/
+48
*
fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)
ringabout
2023-07-19
1
-2
/
+3
*
fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...
ringabout
2023-06-27
1
-4
/
+8
*
Fix regression in `std/times` (#22155)
Jake Leahy
2023-06-26
1
-2
/
+2
*
fix #20023 hash for generic tables (#20346)
Bung
2023-06-21
1
-0
/
+15
*
`strutils.split/rsplit` now return src on an empty sep (#22136)
Zoom
2023-06-21
1
-23
/
+37
*
Amend divmod (#22131)
Ryan McConnell
2023-06-20
1
-1
/
+6
*
Add divmod (#22102)
Ryan McConnell
2023-06-17
1
-0
/
+38
*
use TimeInterval instead of Duration for calculating ISO week date (#22091)
metagn
2023-06-14
1
-17
/
+30
*
fix timezone in initDateTime for ISO week date (#22090)
metagn
2023-06-13
1
-1
/
+1
*
Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)
litlighilit
2023-06-09
1
-5
/
+10
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-1
/
+1
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
4
-5
/
+5
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-2
/
+2
*
handle out of range value for `COLUMNS` / `LINES` (#21968)
Etan Kissling
2023-05-31
1
-2
/
+2
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
1
-1
/
+1
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-4
/
+22
*
fixes #21734; backport (#21957)
Andreas Rumpf
2023-05-29
2
-3
/
+3
*
Suggest files and paths modules (#21950)
Federico Ceratto
2023-05-29
1
-0
/
+1
*
Fix documentation typo in endians.nim (#21949)
Simon Krauter
2023-05-28
1
-1
/
+1
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-7
/
+5
*
Improve times (#21901)
Juan Carlos
2023-05-24
1
-12
/
+21
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
1
-0
/
+6
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
3
-8
/
+7
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
1
-30
/
+110
*
Update threadpool.nim with correct link to typedthreads module (#21865)
noah edward hall
2023-05-19
1
-1
/
+1
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
1
-0
/
+9
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-7
/
+5
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
1
-7
/
+1
*
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
*
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
1
-1
/
+3
*
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 json.to for float fields that are not present (#21695)
Yardanico
2023-04-21
1
-1
/
+1
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-5
/
+5
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
4
-15
/
+18
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
1
-1
/
+1
*
terminal size env-vars have precendence in POSIX (#21643)
Etan Kissling
2023-04-11
1
-10
/
+39
*
fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)
chmod222
2023-04-03
1
-3
/
+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
*
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
*
NuttX: use posix_spawn for osproc (#21539)
Hiroki Noda
2023-03-20
1
-4
/
+6
*
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]