Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
| | | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting | ||||
* | Improve the ropes module (#17145) | konsumlamm | 2021-02-22 | 1 | -63/+47 |
| | | | | | | | | | | | | | | * Improve ropes module Improve wording Update runnableExamples Add index bound check for `[]` Minor format changes * Update tests/stdlib/tropes.nim Run on C & JS target Test in VM Add tests for `[]` | ||||
* | use single backtick (#17133) | flywind | 2021-02-21 | 1 | -5/+5 |
| | |||||
* | improve the documentation of ropes (#16111) | flywind | 2020-11-25 | 1 | -19/+98 |
| | |||||
* | fix ropes format errors (#16106) [backport:1.0] | flywind | 2020-11-23 | 1 | -1/+1 |
| | | | | | | | * fix rope index * add testcase * fix ropes format | ||||
* | fix rope index (#16100) | flywind | 2020-11-23 | 1 | -1/+1 |
| | | | | | * fix rope index * add testcase | ||||
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -38/+39 |
| | | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134 | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -2/+0 |
| | |||||
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -9/+9 |
| | |||||
* | Fixes ropes regressions due to the not-nil strings (#8687) | Dmitry Atamanov | 2018-08-20 | 1 | -9/+10 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -64/+5 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -2/+0 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | fixes ropes.nim regression; make tests green again | Andreas Rumpf | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Stream-writer for a rope (#6603) | Dmitry Atamanov | 2017-11-06 | 1 | -3/+7 |
| | |||||
* | Make ropes usable in VM context | Ruslan Mustakov | 2016-03-10 | 1 | -4/+9 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -10/+10 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib_ropes: better buffering in equalsFile, cleanups | Jacek Sieka | 2015-04-08 | 1 | -63/+80 |
| | |||||
* | ropes: remove more unnecessary checks | Jacek Sieka | 2015-04-03 | 1 | -3/+3 |
| | |||||
* | ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵ | Jacek Sieka | 2015-04-01 | 1 | -14/+15 |
| | | | | lib ropes | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 1 | -9/+9 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -32/+34 |
| | |||||
* | fix failed tests due to gcsafe | Araq | 2014-08-12 | 1 | -2/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 1 | -5/+5 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | tests themselves contain the expected result | Araq | 2011-02-20 | 1 | -4/+0 |
| | |||||
* | inlining of the write barrier for dlls | Andreas Rumpf | 2010-08-08 | 1 | -19/+23 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -9/+0 |
| | |||||
* | bugfix: rendering of case statements has been broken recently; remaining ↵ | Andreas Rumpf | 2010-02-02 | 1 | -3/+3 |
| | | | | idents with wrong underscores in the wrappers | ||||
* | better subscript overloading | rumpf_a@web.de | 2010-01-03 | 1 | -0/+375 |