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
...
*
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
*
fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)
ringabout
2022-12-20
2
-15
/
+19
*
remove unused imports (#21126)
ringabout
2022-12-17
1
-2
/
+0
*
Bump the devel version to 1.9.1 (#21117)
ringabout
2022-12-16
1
-2
/
+2
*
fix #12122 (#21096)
Bung
2022-12-16
20
-134
/
+134
*
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
3
-5
/
+7
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
2
-3
/
+5
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
6
-33
/
+31
*
`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
*
clean up the documentation of threads (#21067)
ringabout
2022-12-10
1
-6
/
+0
*
fixes #21062 (#21068)
Andreas Rumpf
2022-12-10
1
-2
/
+3
*
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
*
macros.customPragmaNode: walk brackets on brackets (#21040)
Emery Hemingway
2022-12-08
1
-5
/
+3
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
12
-5675
/
+0
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
23
-12
/
+32
*
Remove deprecated posix.CLONE_STOPPED (#21012)
Juan Carlos
2022-12-05
1
-1
/
+1
[prev]
[next]