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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
better docs: os (#10492)
Miran
2019-01-30
3
-27
/
+77
*
prevent index out of bounds error in oserr.nim
Kobi
2019-01-19
1
-1
/
+1
*
Fix spelling errors (#10379)
Federico Ceratto
2019-01-19
1
-2
/
+2
*
[backport] fix documentation leak to `os.nim`[ci skip]
narimiran
2019-01-14
2
-2
/
+2
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
1
-0
/
+130
*
Merge pull request #9910 from nc-x/fix-semicolon
Andreas Rumpf
2018-12-11
1
-1
/
+2
|
\
|
*
Address Comments
Neelesh Chandola
2018-12-11
1
-0
/
+1
|
*
Fixes #9907
Neelesh Chandola
2018-12-09
1
-1
/
+1
*
|
Merge async common into asyncdispatch.
Dominik Picheta
2018-12-07
1
-211
/
+0
|
/
*
Make getEnv case insensitive on Windows (#9722)
pgkos
2018-11-16
1
-1
/
+6
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
2
-4
/
+4
*
Convert *_family fields to cushort
LemonBoy
2018-09-19
1
-2
/
+2
*
add data.sysCommand when startProcessAuxSpawn raises
Timothee Cour
2018-09-06
1
-4
/
+4
*
addresses issue #8391 show runtime context on some failed operations (#8393)
Timothee Cour
2018-07-23
1
-1
/
+1
*
Fixes #5880. (#7229)
Dominik Picheta
2018-07-10
1
-1
/
+1
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
2
-46
/
+2
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-6
/
+16
*
added a warning that the .deprecate statement is unreliable for routines
Andreas Rumpf
2017-11-21
1
-3
/
+0
*
getEnv now supports a 'default' parameter; refs #6019
Andreas Rumpf
2017-10-30
1
-2
/
+2
*
another attempt to make travis and appveyor green again
Andreas Rumpf
2017-09-01
1
-3
/
+3
*
fix os.nim for Windows
Andreas Rumpf
2017-09-01
1
-0
/
+3
*
refactor os.nim and ospaths.nim
Andreas Rumpf
2017-09-01
2
-0
/
+291
*
asyncdispatch: split asyncfutures into its own module
Michał Zieliński
2017-07-05
1
-408
/
+0
*
Fixes web0 on Mac OS X.
Dominik Picheta
2017-05-17
1
-1
/
+1
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-0
/
+201
*
make the logic right
Araq
2017-02-26
1
-1
/
+1
*
Various fixes to FutureStreams based on PR feedback.
Dominik Picheta
2017-02-26
1
-16
/
+27
*
FutureStream's cb call behaviour fixed + other fixes.
Dominik Picheta
2017-02-11
1
-1
/
+6
*
Remove immediate FutureStream procs and make 'put' awaitable.
Dominik Picheta
2017-02-10
1
-18
/
+8
*
Improve implementation of takeAsync for FutureStreams.
Dominik Picheta
2017-02-10
1
-14
/
+26
*
Implemented a first working version of FutureStreams.
Dominik Picheta
2017-02-10
1
-40
/
+48
*
WIP implementation of FutureStream.
Dominik Picheta
2017-02-09
1
-8
/
+84
*
fixes #4948
Araq
2017-01-06
1
-3
/
+6
*
Fixes asyncdispatch.all completing its res future more than once.
Dominik Picheta
2016-11-21
1
-15
/
+16
*
async all() now immediately completes if arg is empty
Ruslan Mustakov
2016-11-03
1
-0
/
+7
*
Fixes pesky hint in asyncfutures.
Dominik Picheta
2016-10-01
1
-0
/
+2
*
made async compile again
Andreas Rumpf
2016-09-26
1
-0
/
+293