Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use readable escape sequences (#17241) | Clyybber | 2021-03-03 | 1 | -3/+3 |
| | |||||
* | fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add ↵ | Timothee Cour | 2020-12-30 | 1 | -2/+2 |
| | | | | | | | | | | tests for `nim secret`, add tests for hintProcessing, misc other bug fixes (#16495) * fix dots interfering with static:echo * add tests * fix hintProcessing dots for hintCC * improve trunner tests * fix bug: readLineFromStdin now writes prompt to stdout, consistent with linenoise and rdstdin * disable a failing test for windows | ||||
* | fix `nim secret` dots interfering with prompt (#16491) | Timothee Cour | 2020-12-28 | 1 | -1/+5 |
| | | | | | * fix nim secret dots * cleanups | ||||
* | Revert #16478 (#16483) | flywind | 2020-12-27 | 1 | -1/+1 |
| | | | | | | | * minor * Revert "minor" This reverts commit ef1807cbb468bffdcfffb41f023644b57fb0fe11. | ||||
* | minor (#16478) | flywind | 2020-12-27 | 1 | -1/+1 |
| | |||||
* | Attempt to finish off araq cpp exceptions (#13695) | cooldome | 2020-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * config update * disable a questionable test * remove c++ exception handling IDs, new impl doesn't require it anymore * C++ based exceptions finally work * fixes bootstrapping problem in C++ mode * teach GCC it's 2020 now * more bugfixes for C++ based exception handling * apply cooldome's patch * another attempt to enable C++11 * bug fix Co-authored-by: Araq <rumpf_a@web.de> Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | only enable linenoise for -d:nimUseLinenoise (#13478) | Timothee Cour | 2020-02-24 | 1 | -2/+4 |
| | | | | | | * only enable linenoise for -d:nimUseLinenoise * fixup | ||||
* | nim secret: support linenoise when available (#13328) | Timothee Cour | 2020-02-05 | 1 | -4/+4 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | fixes a critical 'nim secret' regression | Andreas Rumpf | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | Fixed order of output in repl and added a proc for opening a custom repl ↵ | sealmove | 2019-03-10 | 1 | -2/+2 |
| | | | | (#10802) | ||||
* | Added optional proc parameter to llStreamOpenStdIn (#10769) | sealmove | 2019-03-04 | 1 | -2/+6 |
| | |||||
* | Merge branch 'devel' into araq-better-docgen | Araq | 2018-09-14 | 1 | -3/+3 |
|\ | |||||
| * | Don't segfault if the line is empty (#8906) | LemonBoy | 2018-09-07 | 1 | -3/+3 |
| | | |||||
* | | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 1 | -3/+3 |
|/ | | | | between modules | ||||
* | closes #5070 | Andreas Rumpf | 2017-10-15 | 1 | -1/+0 |
| | |||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 1 | -47/+48 |
| | |||||
* | Make reading from stdin work again. | def | 2015-03-01 | 1 | -1/+1 |
| | | | | Bootstrapping tested on Linux from csources. | ||||
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 1 | -28/+13 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -6/+6 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Properly terminate "nimrod i" on end of file. | Reimer Behrends | 2014-06-02 | 1 | -0/+3 |
| | | | | | | | Nimrod in interactive mode got stuck in an infinite loop when encountering EOF (Ctrl-D), unless GNU Readline was being used. This change mimics the GNU Readline behavior in rdstdin.nim and calls quit(0) when encountering EOF while reading from stdin in interactive mode. | ||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -13/+13 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -38/+37 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | FFI at compiletime improvements | Araq | 2013-01-08 | 1 | -5/+12 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | compiler uses new 'readLine' | Araq | 2011-11-27 | 1 | -41/+30 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+229 |