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
/
pure
/
os.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-1
/
+1
*
Remove backslash in glob pattern (#19524)
konsumlamm
2022-02-14
1
-3
/
+3
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
os: faster getFileSize (#19438)
ehmry
2022-01-24
1
-5
/
+4
*
stylecheck usages part two: stdlib cleanup (#19338)
flywind
2022-01-08
1
-1
/
+1
*
Merge file size fields correctly on Windows (#19141)
Clay Sweetser
2021-11-12
1
-1
/
+5
*
change os.nim doc links to new style (#19102)
Andrey Makarov
2021-11-08
1
-282
/
+276
*
Fix isInvalidFilename & always operate on the full passed in string (#19004)
John Novak
2021-10-20
1
-45
/
+46
*
envPairs works in vm, nims (#18615)
Timothee Cour
2021-09-29
1
-2
/
+1
*
ported Nim to proprietary CrossOS [backport] (#18889)
Andreas Rumpf
2021-09-24
1
-1
/
+1
*
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
Timothee Cour
2021-08-12
1
-5
/
+6
*
Switch maintanance (#18668)
RSDuck
2021-08-11
1
-8
/
+1
*
follow up #18517 (#18537)
flywind
2021-07-20
1
-2
/
+3
*
[std/os]document `checkDir` and use `runnableExamples` (#18517)
flywind
2021-07-19
1
-22
/
+16
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
1
-25
/
+15
*
OS.nim: style changes (#18331)
Andreas Rumpf
2021-06-23
1
-30
/
+28
*
#18216 make moveDir work across partitions on windows (#18223)
Fröhlich A
2021-06-10
1
-19
/
+25
*
add `os.getCacheDir` (#18126)
Timothee Cour
2021-05-31
1
-6
/
+38
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-4
/
+4
*
[docs minor] close #16553 (#17612)
flywind
2021-04-02
1
-10
/
+6
*
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...
Timothee Cour
2021-03-18
1
-7
/
+11
*
fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)
Timothee Cour
2021-03-17
1
-2
/
+12
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-13
/
+11
*
stdlib/os: add isAdmin (#17012)
Roman Inflianskas
2021-03-07
1
-0
/
+30
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-17
/
+17
*
runnableExamples for walkFiles + friends (#17271)
Timothee Cour
2021-03-06
1
-0
/
+12
*
clarify the docs of existsOrCreateDir a bit (#17182)
flywind
2021-02-25
1
-4
/
+3
*
mark inline (#17180)
flywind
2021-02-24
1
-2
/
+2
*
[nodejs backend] paramStr, paramCount (#17082)
flywind
2021-02-18
1
-9
/
+33
*
fix the unused warnings on windows (#17073)
flywind
2021-02-17
1
-8
/
+13
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-5
/
+2
*
[Minor] improve the docs of getTempDir (#17058)
flywind
2021-02-16
1
-3
/
+5
*
better getTempDir (#16914)
flywind
2021-02-15
1
-14
/
+47
*
fix some warnings (#16952)
flywind
2021-02-08
1
-11
/
+11
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
1
-107
/
+174
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
1
-0
/
+31
*
remove private checkSymlink (redundant with symlinkExists) (#16785)
Timothee Cour
2021-01-22
1
-16
/
+12
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-9
/
+9
*
minor fix to Posix part of walkDir (#16234)
Andrey Makarov
2020-12-03
1
-13
/
+19
*
fix https://github.com/nim-lang/RFCs/issues/286: add FileInfo.blockSize (#16023)
Timothee Cour
2020-11-18
1
-34
/
+37
*
Fix a problem for long symlinks in conda (#15908) [backport]
Christopher Dunn
2020-11-12
1
-9
/
+10
*
os: add overload copyFile*(source, dest: string, isDir = false) (#15537)
Timothee Cour
2020-10-11
1
-1
/
+7
*
os: make getApplFreebsd available for NetBSD (#15381)
alaviss
2020-09-21
1
-1
/
+1
*
Use sysctl on NetBSD to get exe name (#15359)
Euan
2020-09-18
1
-3
/
+10
*
template hygiene (#15240)
Andy Davidoff
2020-08-29
1
-10
/
+13
*
deprecate existsDir; use dirExists instead (#14884)
Timothee Cour
2020-07-03
1
-17
/
+11
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-17
/
+16
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-2
/
+4
*
fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)
Timothee Cour
2020-06-16
1
-69
/
+62
[next]