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
/
impure
/
rdstdin.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-1
/
+1
*
remove unused imports (#21126)
ringabout
2022-12-17
1
-2
/
+0
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-0
/
+3
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
1
-0
/
+3
*
fix not flushing stdout in MSYS (#19590)
Hamid Bluri
2022-03-07
1
-0
/
+1
*
simplify rdstdin (#18382)
Timothee Cour
2021-06-28
1
-10
/
+4
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
1
-9
/
+8
*
use single backtick (#17133)
flywind
2021-02-21
1
-6
/
+6
*
add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)
Timothee Cour
2021-02-09
1
-9
/
+11
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-11
/
+11
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-1
/
+0
*
Add Documentation (#13811)
Juan Carlos
2020-03-31
1
-2
/
+8
*
fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...
Timothee Cour
2020-03-13
1
-1
/
+1
*
rdstdin: remove cruft that shouldn't have been exported or added (#12014)
Andreas Rumpf
2019-08-23
1
-40
/
+0
*
minor style changes
Araq
2019-07-11
1
-2
/
+2
*
Genode fixes (#10491)
Emery Hemingway
2019-01-29
1
-0
/
+9
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
move `readPasswordFromStdin` from rdstdin to terminal (#7266)
Vindaar
2018-02-27
1
-44
/
+0
*
fix in using the linenoise function (#5351)
Arne Döring
2017-02-08
1
-1
/
+2
*
Fixes #3159.
Dominik Picheta
2016-04-04
1
-3
/
+4
*
Rename THANDLE to Handle to fix deprecation warnings
def
2016-02-11
1
-1
/
+1
*
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
*
fixes Windows version of readPasswordFromStdin (setLen doesn't accept negativ...
Araq
2015-08-18
1
-1
/
+1
*
use linenoise instead of GNU readline
Araq
2015-06-21
1
-15
/
+9
*
lib/impure - Dropped 'T' from types
pdw
2015-06-04
1
-1
/
+1
*
Fix Termios wrapper
def
2015-04-24
1
-1
/
+1
*
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
Araq
2015-03-10
1
-1
/
+1
*
don't use conio.h on windows (#2137)
Araq
2015-03-08
1
-11
/
+55
*
Add a new line after readPasswordFromStdin, add result
def
2015-02-09
1
-5
/
+11
*
Fix readPasswordFromStdin for Windows
def
2015-02-08
1
-1
/
+1
*
'nimsuggest' compiles again
Araq
2015-02-08
1
-11
/
+13
*
Add readPasswordFromStdin to rdstdin
def
2015-02-03
1
-4
/
+38
*
cleaned up various modules
Araq
2014-09-19
1
-4
/
+4
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
case consistency improvements
Araq
2014-01-11
1
-1
/
+1
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-4
/
+8
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
old 'readline' and 'endOfFile' not deprecated anymore; too convenient for 1 l...
Araq
2011-11-29
1
-2
/
+2
*
compiler uses new 'readLine'
Araq
2011-11-27
1
-2
/
+22
*
sockets.recv optimizations; stdlib now supports taint mode
Araq
2011-09-24
1
-4
/
+4
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-0
/
+0
*
first implementation of suggest
Araq
2011-02-16
1
-1
/
+3
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
1
-1
/
+0
*
REPL improvements
Araq
2011-02-13
1
-0
/
+37