Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move tests to testament (#16101) | flywind | 2020-11-24 | 1 | -21/+0 |
| | | | | | | | | | * move tests to testament * minor * fix random * disable test random | ||||
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -4/+3 |
| | | | | | | | This pragma did nothing. Ref: - https://github.com/nim-lang/Nim/issues/2172#issuecomment-383276469 - https://github.com/nim-lang/Nim/issues/12975 | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -2/+0 |
| | |||||
* | [backport] run nimpretty on string stuff | narimiran | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Add runnable examples for strmisc procs and a better doc for expandTabs | recloser | 2018-10-29 | 1 | -1/+28 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | moved expandTabs to strmisc | Andreas Rumpf | 2016-06-15 | 1 | -8/+35 |
| | |||||
* | Move partition and rpartition to new strmisc module | Joey Payne | 2016-06-13 | 1 | -0/+56 |
This was done because partition is an uncommonly used proc that is still useful in rare cases. There is also a desire to add more procs to this module at a later time. |