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
...
*
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
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
6
-17
/
+22
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-15
/
+18
*
correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)
metagn
2022-11-22
1
-1
/
+1
*
echo: only lock when threading is enabled (#20890)
Tanguy
2022-11-21
1
-1
/
+2
*
fixes strict effects (#20885)
ringabout
2022-11-21
1
-1
/
+1
*
channel send() condition variable lock ordering (#20879)
Ico Doornekamp
2022-11-21
1
-1
/
+1
*
fix #20835 (#20872)
rockcavera
2022-11-18
1
-2
/
+21
*
remove useless defines (#20867)
ringabout
2022-11-17
1
-4
/
+0
*
fixes a severe bug of testament (#20832)
ringabout
2022-11-17
1
-0
/
+1
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
3
-4
/
+4
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
19
-41
/
+41
*
Allow users to set log flushing rules (#20817)
Matt Haggard
2022-11-14
1
-17
/
+35
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
2
-2
/
+2
*
[minor] documentation improvement (#20825)
ringabout
2022-11-12
1
-4
/
+4
*
support `UncheckedArray[T]` in repr_v2.nim (#20816)
Derek 呆
2022-11-11
1
-1
/
+4
*
[sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)
Vindaar
2022-11-10
1
-3
/
+13
*
fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)
ringabout
2022-11-10
1
-2
/
+2
*
remove name field for ARC (#20797)
ringabout
2022-11-09
2
-2
/
+4
*
Use same defaults as JS for fetch options (#20783)
Jake Leahy
2022-11-09
1
-3
/
+3
*
clean up `system/arc` (#20792)
ringabout
2022-11-09
1
-37
/
+0
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
2
-16
/
+5
*
fixes nightlies regression; patches for freebsd (#20786)
ringabout
2022-11-08
1
-0
/
+12
*
fixes #20694; the `exit` function now takes `cint` type (#20775)
ringabout
2022-11-07
1
-8
/
+7
*
Export trace member of exception type to allow custom stack trace entries (#2...
Ico Doornekamp
2022-11-07
1
-2
/
+2
*
fixes pre-existing `quit` documentation regression [backport] (#20763)
ringabout
2022-11-06
1
-3
/
+3
*
add effectsOf to map in the std/sets module (#20760)
ringabout
2022-11-05
1
-1
/
+4
*
ref #20694; quit value gets saturated to ranges (#20753)
ringabout
2022-11-05
16
-64
/
+95
*
fix posix.mq_receive compilation with cpp backend (#20710)
n5m
2022-11-05
2
-24
/
+41
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
3
-23
/
+21
*
add `effectsOf` to `std/tables` (#20751)
ringabout
2022-11-04
1
-2
/
+6
*
Uri.isIpv6 exported (#20736)
Juan Carlos
2022-11-03
1
-1
/
+1
*
Improve dollar IpAddress (#20729)
Juan Carlos
2022-11-03
1
-10
/
+14
*
Export FileMode (#20726)
Antonis Geralis
2022-11-02
1
-0
/
+1
[prev]
[next]