summary refs log tree commit diff stats
path: root/lib/impure/nre.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-5/+5
* fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)ringabout2023-10-271-0/+2
* re and nre now link to regex and tinyre (#21161)ringabout2022-12-231-3/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-14/+14
* fix typo in nre.nim (#19915)flintforge2022-06-211-2/+1
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-081-1/+1
* [nre]fix #17129 (#18632)flywind2021-08-081-3/+2
* improve runnableExamples and docs for std/nre (#18634)Timothee Cour2021-08-021-68/+49
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* use single backtick (#17115)flywind2021-02-201-77/+77
* fix #16103 (#16109) [backport:1.0]flywind2020-11-241-5/+21
* various documentation fixes [backport] (#15422)Miran2020-09-291-4/+4
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-281-1/+1
* fixes #15221 (#15230)Andreas Rumpf2020-08-271-1/+1
* better strict funcs, WIP (#15199)Andreas Rumpf2020-08-181-2/+4
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-5/+5
* Add jsre (#14870)Juan Carlos2020-07-031-1/+1
* close #14284 document semantics for start for re,nre; improve examples (#14483)Timothee Cour2020-05-281-11/+17
* Fail quickly if re or nre module is attempted to be compiled with js [backpor...Kaushal Modi2020-05-141-0/+3
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-4/+4
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-221-1/+1
* make nre compile with --gc:arcAraq2020-01-261-66/+54
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+4
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes #11139 (re.nim memory leak) (#11265)Miran2019-05-161-1/+0
* Documentation import fixes (#11070)Zed2019-04-211-12/+9
* live with the hacks, PCRE's design is crapAraq2019-03-191-1/+1
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-191-1/+1
* make the stdlib work with the changed docgenAraq2019-01-111-4/+4
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-111-53/+78
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-111-6/+6
* Improve nre documentation (fixes #9470)Flaviu Tamas2018-11-181-1/+16
* nre: don't use the deprecated import syntaxAraq2018-10-301-1/+1
* actually do ceiling division, not a similar operationClyybber2018-10-281-1/+1
* Eliminate floating point arithmatic in nreFlaviu Tamas2018-10-281-1/+2
* Use runnableExamples for example nre codeFlaviu Tamas2018-10-031-41/+57
* Fix option documentation in nre (fixes #9053)Flaviu Tamas2018-10-011-6/+6
* make more tests greenAndreas Rumpf2018-08-131-6/+6
* Update nre.nim (#8147)Timothee Cour2018-06-291-4/+4
* make nre compile againAndreas Rumpf2018-04-291-4/+4
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-1/+0
* fixes #6631Andreas Rumpf2017-10-301-13/+13
* remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-291-19/+17
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-6/+6
* fixes #4996Andreas Rumpf2017-02-051-0/+9
* Merge pull request #4814 from scriptum/rpg-pcre-jitAndreas Rumpf2016-10-241-2/+6
|\
| * Remove TODO for PCRE JITPavel Roschin2016-10-101-1/+0
| * Enable JIT in PCRE to improve regular expressions performancePavel Roschin2016-09-231-1/+6