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
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
13
-420
/
+179
*
asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)
Century Systems
2023-02-28
2
-1
/
+13
*
Use a cast to suppress KeyError raises (#21451)
Antonis Geralis
2023-02-28
1
-4
/
+5
*
Overrides `=copy` for `PackedSets` (#21417)
ringabout
2023-02-27
1
-15
/
+14
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
4
-5
/
+11
*
Disable threads for os:any (#21425)
Francis Thérien
2023-02-24
1
-0
/
+2
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
8
-32
/
+39
*
Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)
c-blake
2023-02-22
1
-2
/
+17
*
ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)
Century Systems
2023-02-22
2
-1
/
+9
*
Add `getDataDir` proc (#21408)
Ecorous
2023-02-21
1
-0
/
+27
*
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
3
-9
/
+0
*
`std/xmltree` Add the type of the node when the assertion fails (#21383)
Jake Leahy
2023-02-17
1
-22
/
+30
*
add .replace() with callback to jsre (#21371)
Qinsi (James) ZHU
2023-02-16
1
-0
/
+5
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
12
-15
/
+43
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
2
-45
/
+89
*
Refines raises list in osproc (#21323)
ringabout
2023-02-14
3
-22
/
+23
*
`std/asyncjs` allow transforming proc types (#21356)
Jake Leahy
2023-02-14
1
-1
/
+9
*
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
4
-8
/
+8
*
Add `contains` to `std/macrocache` (#21304)
Jake Leahy
2023-02-01
1
-0
/
+26
*
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 #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)
ringabout
2023-01-25
1
-3
/
+4
*
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
*
Fix getting custom pragma from generic object (#20481)
Jake Leahy
2023-01-11
1
-1
/
+1
*
parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)
Russell Brinson
2023-01-11
1
-2
/
+27
*
fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)
ringabout
2023-01-08
1
-0
/
+3
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
15
-178
/
+473
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
6
-36
/
+32
*
avoiding unnecessary allocation for dollar IpAddress (#21199)
rockcavera
2022-12-30
1
-2
/
+2
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
3
-26
/
+38
*
fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)
ringabout
2022-12-28
1
-0
/
+13
*
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
18
-981
/
+401
*
re and nre now link to regex and tinyre (#21161)
ringabout
2022-12-23
2
-3
/
+9
*
fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...
Bung
2022-12-23
1
-3
/
+5
*
fix socket send for string types (#21155)
Jaremy Creechley
2022-12-22
1
-9
/
+30
*
remove misleading slimsystem deprecated warnings (#21156)
metagn
2022-12-22
2
-5
/
+0
*
add link to setutils in system module docs (#21130)
Peder Bergebakken Sundt
2022-12-22
1
-0
/
+1
*
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
*
Implement setLineInfo (#21153)
Peter Munch-Ellingsen
2022-12-22
1
-0
/
+16
[next]