summary refs log tree commit diff stats
path: root/lib/pure/strmisc.nim
Commit message (Collapse)AuthorAgeFilesLines
* move tests to testament (#16101)flywind2020-11-241-21/+0
| | | | | | | | | * move tests to testament * minor * fix random * disable test random
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-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 Carlos2020-04-021-2/+0
|
* [backport] run nimpretty on string stuffnarimiran2019-09-301-1/+1
|
* Add runnable examples for strmisc procs and a better doc for expandTabsrecloser2018-10-291-1/+28
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* moved expandTabs to strmiscAndreas Rumpf2016-06-151-8/+35
|
* Move partition and rpartition to new strmisc moduleJoey Payne2016-06-131-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.