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
*
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
*
add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)
ringabout
2022-10-21
4
-0
/
+522
*
move procs in os to `appdirs` (#20605)
ringabout
2022-10-20
1
-0
/
+147
*
[std/os] split and re-export (#20593)
ringabout
2022-10-20
5
-0
/
+2228
*
[`std/os` clean up] import and export `osseps` (#20580)
ringabout
2022-10-17
1
-0
/
+111
*
out parameters: enforce that 'out' is only used as a parameter (#20510)
Andreas Rumpf
2022-10-07
1
-0
/
+38
*
macOS use SecRandomCopyBytes instead of getentropy (#20466)
Matt Haggard
2022-10-05
1
-17
/
+4
*
move widestrs out of system (#20462)
metagn
2022-10-01
6
-0
/
+239
*
make koch and tools work with `nimPreviewSlimSystem` (#20459)
ringabout
2022-09-30
1
-0
/
+3
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
1
-0
/
+37
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-53
/
+11
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
4
-0
/
+11
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
1
-0
/
+4
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
1
-1
/
+1
*
Add improved Windows UNC path support in std/os (#20281)
havardjohn
2022-09-03
1
-0
/
+61
*
Revert "fix #19600 No error checking on fclose (#19836)" (#20297)
ringabout
2022-09-02
1
-4
/
+2
*
fix #19600 No error checking on fclose (#19836)
Bung
2022-08-29
1
-2
/
+4
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
4
-1
/
+1900
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
2
-0
/
+50
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
1
-2
/
+4
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
2
-33
/
+44
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+4
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
1
-0
/
+9
*
sysrand: fix syscall signature [backport] (#19982)
Jacek Sieka
2022-07-07
1
-4
/
+3
[next]