summary refs log tree commit diff stats
path: root/compiler/llstream.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes nim secret not flushing stdout (#23862)ringabout2024-07-201-0/+1
* Add missing std prefix (#22910)Solitude2023-11-041-1/+1
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+3
* compiler/llstream: modern code for llstream (#22385)Andreas Rumpf2023-08-041-17/+6
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* Use readable escape sequences (#17241)Clyybber2021-03-031-3/+3
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-2/+2
* fix `nim secret` dots interfering with prompt (#16491)Timothee Cour2020-12-281-1/+5
* Revert #16478 (#16483)flywind2020-12-271-1/+1
* minor (#16478)flywind2020-12-271-1/+1
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-191-1/+1
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-241-2/+4
* nim secret: support linenoise when available (#13328)Timothee Cour2020-02-051-4/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-12/+12
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* fixes a critical 'nim secret' regressionAndreas Rumpf2019-07-171-1/+1
* Fixed order of output in repl and added a proc for opening a custom repl (#10...sealmove2019-03-101-2/+2
* Added optional proc parameter to llStreamOpenStdIn (#10769)sealmove2019-03-041-2/+6
* Merge branch 'devel' into araq-better-docgenAraq2018-09-141-3/+3
|\
| * Don't segfault if the line is empty (#8906)LemonBoy2018-09-071-3/+3
* | compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-3/+3
|/
* closes #5070Andreas Rumpf2017-10-151-1/+0
* use linenoise instead of GNU readlineAraq2015-06-211-47/+48
* Make reading from stdin work again.def2015-03-011-1/+1
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-28/+13
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-6/+6
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
* Properly terminate "nimrod i" on end of file.Reimer Behrends2014-06-021-0/+3
* case consistency: next stepsAraq2013-12-291-2/+2
* case consistency part 4Araq2013-12-271-13/+13
* case consistency part 1Araq2013-12-271-38/+37
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* FFI at compiletime improvementsAraq2013-01-081-5/+12
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* compiler uses new 'readLine'Araq2011-11-271-41/+30
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* big repo cleanupAraq2011-04-121-0/+229