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
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
1
-190
/
+78
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-8
/
+8
*
refactor os imports into corresponding small modules (#20720)
ringabout
2022-11-01
1
-1
/
+1
*
move widestrs out of system (#20462)
metagn
2022-10-01
2
-0
/
+4
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-2
/
+2
*
Fix issue with fields trying to use wrong name (#12655)
Peter Munch-Ellingsen
2022-09-26
1
-3
/
+3
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
2
-10
/
+10
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
fix #19244 - solves the problem of the InAddr object constructor in Windows. ...
rockcavera
2021-12-17
1
-1
/
+1
*
use more `.}` (#18542)
flywind
2021-07-20
1
-1
/
+1
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-2
/
+2
*
[std/times]getTime now uses high resolution API on windows (#17901)
flywind
2021-06-23
1
-0
/
+3
*
improve std/tempfiles (#17920)
Timothee Cour
2021-05-11
1
-2
/
+3
*
fix #14010(fix std/registry + arc) (#17551)
flywind
2021-03-29
1
-8
/
+10
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
1
-4
/
+4
*
stdlib/os: add isAdmin (#17012)
Roman Inflianskas
2021-03-07
1
-0
/
+44
*
use single backtick (#17133)
flywind
2021-02-21
1
-1
/
+1
*
add getprotobyname (#15273)
flywind
2020-09-09
1
-0
/
+14
*
net: allow close() to ignore SSL failures due to disconnections (#15120)
alaviss
2020-08-01
1
-0
/
+1
*
fix a critical bug in windows.osproc leading to resource leaks and blocking I...
Timothee Cour
2020-05-11
1
-0
/
+2
*
fix #14203 (#14204)
slangmgh
2020-05-03
1
-16
/
+14
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-0
/
+5
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-2
/
+0
*
Windows API callbacks cannot raise exceptions
Araq
2020-03-22
1
-3
/
+3
*
fixes #13607
Araq
2020-03-10
1
-6
/
+4
*
Add sideEffect pragma to importC procs in posix, winlean and time module (#13...
Tomohiro
2020-02-08
1
-64
/
+66
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-1
/
+1
*
fixes #12186
Araq
2019-09-18
1
-1
/
+8
*
minor style changes
Araq
2019-07-10
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-21
/
+20
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-3
/
+3
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+4
*
Show correct address for ipv6 sockets, fixes #7634 (#10505)
LemonBoy
2019-01-31
1
-1
/
+1
*
appveyor: make the build green again
Andreas Rumpf
2018-12-22
1
-3
/
+8
*
C++: make async tests green on Windows
Araq
2018-12-21
1
-1
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-15
/
+0
*
\#include "windows.h" instead of "Windows.h" (#9475)
loongw
2018-10-23
1
-1
/
+1
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-5
/
+5
*
fixes #8421, fixes #7968, Nim compiler compiles with MSVC C89 version (#8556)
andri lim
2018-08-07
1
-1
/
+1
*
Add MemMapFileStream. Fixes in memFiles. (#7944)
Dmitry Atamanov
2018-06-14
1
-13
/
+29
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
os.setLastModificationTime*(file: string, t: times.Time) (#7543)
Hendrik
2018-04-16
1
-0
/
+11
*
Fix compiler stuck on waiting C/CPP backends. (#7472)
Eugene Kabanov
2018-04-02
1
-0
/
+5
*
Comments addressed
Yuriy Glukhov
2018-03-24
1
-0
/
+3
*
Fixed crash/interface. Added tests.
Yuriy Glukhov
2018-03-15
1
-0
/
+4
*
Fix AsyncFile open flags. Fixes #5531
Ruslan Mustakov
2018-02-17
1
-0
/
+1
*
raiseOSError to indicate the failling of findNextFile in walkDir[Rec]
oskca
2018-01-11
1
-0
/
+1
*
Remove `-3` as marker of exited process.
cheatfate
2017-12-11
1
-0
/
+1
*
Add TCP_NODELAY support #6795
Federico Ceratto
2017-11-24
1
-0
/
+1
[next]