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
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
5
-101
/
+47
*
asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)
Century Systems
2023-02-28
1
-1
/
+12
*
Use a cast to suppress KeyError raises (#21451)
Antonis Geralis
2023-02-28
1
-4
/
+5
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
1
-1
/
+3
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
3
-18
/
+26
*
ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)
Century Systems
2023-02-22
1
-1
/
+6
*
Make `Time` work with `std/strformat` (#21409)
Jake Leahy
2023-02-21
1
-5
/
+1
*
NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...
Century Systems
2023-02-21
2
-6
/
+0
*
`std/xmltree` Add the type of the node when the assertion fails (#21383)
Jake Leahy
2023-02-17
1
-22
/
+30
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
7
-11
/
+23
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
1
-42
/
+81
*
Refines raises list in osproc (#21323)
ringabout
2023-02-14
2
-21
/
+22
*
This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)
c-blake
2023-02-14
1
-0
/
+65
*
fixes backticks in the documentation (#21340)
ringabout
2023-02-08
1
-2
/
+2
*
fixes SSL version check logic [backport] (#21324)
ringabout
2023-02-02
3
-6
/
+6
*
Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...
ringabout
2023-01-27
1
-1
/
+1
*
Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...
Bung
2023-01-27
1
-1
/
+1
*
fixes #18134; registers `formatBiggestFloat` in VM (#21299)
ringabout
2023-01-26
1
-52
/
+55
*
fixes #21290; deindent if the last same level is a text node (#21293)
ringabout
2023-01-24
1
-16
/
+21
*
fixes #21278; `deques.shrink` off by one bug (#21284)
ringabout
2023-01-20
1
-1
/
+1
*
minor parseopt.nim improvements (#21256)
Andreas Rumpf
2023-01-18
2
-39
/
+34
*
std/parsesql: Add OFFSET keyword support. (#21255)
Phil Krylov
2023-01-18
1
-1
/
+10
*
Add docs informing about gotcha of clients (#21262)
PhilippMDoerner
2023-01-18
1
-0
/
+4
*
fixes unittest warnings (#21271)
ringabout
2023-01-18
1
-0
/
+4
*
parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)
Russell Brinson
2023-01-11
1
-2
/
+27
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
1
-0
/
+2
*
avoiding unnecessary allocation for dollar IpAddress (#21199)
rockcavera
2022-12-30
1
-2
/
+2
*
std/encodings: Fix open() documentation in regard to exception raised (#21187)
Phil Krylov
2022-12-28
1
-1
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
4
-328
/
+302
*
fix socket send for string types (#21155)
Jaremy Creechley
2022-12-22
1
-9
/
+30
*
Feature/xmltree additions (#20988)
Michael Voronin
2022-12-22
1
-3
/
+150
*
fixes #20244; fixes castSizes warnings (#21102)
ringabout
2022-12-22
1
-2
/
+14
*
fix #12122 (#21096)
Bung
2022-12-16
4
-10
/
+10
*
Make async stacktraces less verbose (#21091)
Jake Leahy
2022-12-15
2
-18
/
+14
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-2
/
+2
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
1
-3
/
+3
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
4
-21
/
+16
*
`multisync` now allows tuples in return type (#21074)
Jake Leahy
2022-12-11
1
-2
/
+2
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
1
-19
/
+25
*
Use a unique name for template in async macro return (#21058)
Jake Leahy
2022-12-10
1
-3
/
+3
*
Implicit return working for async proc (#20933)
Jake Leahy
2022-12-09
1
-2
/
+11
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
1
-10
/
+0
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
3
-397
/
+0
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
8
-69
/
+7
*
Update prelude example (#21005)
Michal Maršálek
2022-12-03
1
-1
/
+1
*
[unittest] remove unnecessay export for testing (#20868)
ringabout
2022-12-01
1
-2
/
+0
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-361
/
+0
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
1
-270
/
+5
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
1
-524
/
+0
*
fixes documentation regression (#20925)
ringabout
2022-11-26
1
-2
/
+2
[next]