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
*
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
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
2
-11
/
+13
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
1
-0
/
+346
*
correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)
metagn
2022-11-22
1
-1
/
+1
*
fix #20835 (#20872)
rockcavera
2022-11-18
1
-2
/
+21
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-0
/
+0
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
6
-9
/
+9
*
[minor] documentation improvement (#20825)
ringabout
2022-11-12
1
-4
/
+4
*
Use same defaults as JS for fetch options (#20783)
Jake Leahy
2022-11-09
1
-3
/
+3
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
1
-3
/
+1
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-1
/
+1
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+1
*
make `system/fatal` importable (#20719)
ringabout
2022-11-01
1
-2
/
+1
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-10
/
+0
*
move threads out of system (#20674)
ringabout
2022-10-29
3
-0
/
+686
*
Fix #20628 for Windows (#20667)
Andrey Makarov
2022-10-28
3
-20
/
+20
*
cleanup os related documentation links (#20663)
ringabout
2022-10-27
3
-27
/
+12
*
clean up `std/os` related modules (#20651)
ringabout
2022-10-25
5
-92
/
+140
*
Implement Unix file regularity check (#20448) (#20628)
Andrey Makarov
2022-10-25
3
-37
/
+54
*
Add better error messages to `std/jsonutils` (#20629)
Jake Leahy
2022-10-24
1
-7
/
+7
*
fix fwrite prototype (#20644)
Jacek Sieka
2022-10-24
1
-1
/
+1
*
Fix tuple size check in `std/jsonutils` (#20637)
Jake Leahy
2022-10-24
1
-2
/
+12
*
Pass json options to hooks (#20638)
Jake Leahy
2022-10-24
1
-14
/
+16
*
improve error message when using `toTask` with a call with a return value (#2...
ringabout
2022-10-23
1
-1
/
+2
*
add `std/appdirs` (#20618)
ringabout
2022-10-22
1
-0
/
+73
[next]