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 #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
*
unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)
ringabout
2022-12-04
1
-1
/
+1
*
Update prelude example (#21005)
Michal Maršálek
2022-12-03
1
-1
/
+1
*
minor cleanup; correct the module name (#21001)
ringabout
2022-12-02
1
-2
/
+2
*
[unittest] remove unnecessay export for testing (#20868)
ringabout
2022-12-01
1
-2
/
+0
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
13
-244
/
+247
*
Add HPPA and sparc64 architectures (#20934)
Federico Ceratto
2022-12-01
1
-0
/
+2
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-361
/
+0
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
3
-272
/
+318
*
dom: remove X* = ref XObj [backport] (#20910)
metagn
2022-11-29
1
-76
/
+37
*
fix #20969 - making vcc work again with cpp backend (#20970)
rockcavera
2022-11-29
1
-2
/
+2
*
move `asyncftpclient` to nimble packages (#20952)
ringabout
2022-11-28
1
-524
/
+0
*
Improve jsformdata (#20929)
Juan Carlos
2022-11-28
1
-6
/
+10
*
Support IBM Z architecture (#20943)
Federico Ceratto
2022-11-28
1
-1
/
+3
*
Fix several memory leaks in the Postgres wrapper. (#20940)
jfilby
2022-11-27
1
-11
/
+18
*
fixes documentation regression (#20925)
ringabout
2022-11-26
1
-2
/
+2
*
fixes #20873; rework vcc with arc/orc (#20913)
ringabout
2022-11-25
1
-21
/
+49
*
fixes broken importc for vcc [backport] (#20909)
ringabout
2022-11-24
1
-2
/
+2
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
2
-11
/
+13
*
alloc uses atomic operations only when necessary (#20899)
ringabout
2022-11-23
1
-5
/
+17
[next]