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
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...
ringabout
2023-06-27
1
-2
/
+2
*
allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...
ringabout
2023-06-21
2
-12
/
+28
*
avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)
Etan Kissling
2023-06-10
1
-10
/
+11
*
Remove debug echo from with (#22047)
Antonis Geralis
2023-06-08
1
-1
/
+0
*
Nested `with` blocks (#22042)
awr1
2023-06-08
2
-6
/
+24
*
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...
ringabout
2023-06-01
4
-6
/
+6
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
2
-4
/
+4
*
Suggest files and paths modules (#21950)
Federico Ceratto
2023-05-29
2
-0
/
+6
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
1
-7
/
+3
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
1
-25
/
+35
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-3
/
+3
*
add getDataDir to std/appdirs.nim (#21754)
Ecorous
2023-05-12
1
-0
/
+17
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
6
-13
/
+15
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
1
-6
/
+1
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+4
*
refact: Remove assertion effect hiding workaround (#21472)
quantimnot
2023-04-21
1
-6
/
+1
*
static link pthread correctly (#21693)
ringabout
2023-04-20
1
-2
/
+0
*
fixes nightlies regression (#21689)
ringabout
2023-04-19
1
-2
/
+1
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-2
/
+2
*
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...
ringabout
2023-04-14
1
-0
/
+4
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
3
-4
/
+19
*
fixes #21638; `fromJson` should support empty objects (#21641)
ringabout
2023-04-11
1
-11
/
+16
*
remove useVersion (#21626)
metagn
2023-04-08
1
-1
/
+1
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
7
-129
/
+54
*
asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)
Century Systems
2023-02-28
1
-0
/
+1
*
Overrides `=copy` for `PackedSets` (#21417)
ringabout
2023-02-27
1
-15
/
+14
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
2
-2
/
+2
*
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
2
-4
/
+2
*
Add `getDataDir` proc (#21408)
Ecorous
2023-02-21
1
-0
/
+27
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-1
/
+2
*
Refines raises list in osproc (#21323)
ringabout
2023-02-14
1
-1
/
+1
*
fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)
ringabout
2023-01-25
1
-3
/
+4
*
docgen: implement cross-document links (#20990)
Andrey Makarov
2023-01-04
9
-2
/
+17
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
4
-29
/
+25
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
1
-1
/
+8
*
remove legacy code (#21134)
ringabout
2022-12-26
3
-33
/
+3
*
remove misleading slimsystem deprecated warnings (#21156)
metagn
2022-12-22
1
-2
/
+0
*
fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)
ringabout
2022-12-20
2
-15
/
+19
*
fix #12122 (#21096)
Bung
2022-12-16
3
-4
/
+4
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-0
/
+2
*
clean up the documentation of threads (#21067)
ringabout
2022-12-10
1
-6
/
+0
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-15
/
+0
*
stdlib organization & documentation improvements (#20971)
metagn
2022-12-06
15
-87
/
+25
*
minor cleanup; correct the module name (#21001)
ringabout
2022-12-02
1
-2
/
+2
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
7
-226
/
+227
*
Move command line parameter code (#20946)
IgorDeepakM
2022-11-30
2
-2
/
+313
*
fix #20969 - making vcc work again with cpp backend (#20970)
rockcavera
2022-11-29
1
-2
/
+2
*
Improve jsformdata (#20929)
Juan Carlos
2022-11-28
1
-6
/
+10
*
fixes #20873; rework vcc with arc/orc (#20913)
ringabout
2022-11-25
1
-21
/
+49
[next]