Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nre: don't use the deprecated import syntax | Araq | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | actually do ceiling division, not a similar operation | Clyybber | 2018-10-28 | 1 | -1/+1 |
| | | | Co-Authored-By: flaviut <tamasflaviu@gmail.com> | ||||
* | Eliminate floating point arithmatic in nre | Flaviu Tamas | 2018-10-28 | 1 | -1/+2 |
| | | | | | | | Integer division is already hard enough on your CPU, using floating point here is WAY slower and can just as effectivly be done using integers. This is important because matchImpl tends to be in the center of very hot loops (like split()). | ||||
* | Use runnableExamples for example nre code | Flaviu Tamas | 2018-10-03 | 1 | -41/+57 |
| | |||||
* | Fix option documentation in nre (fixes #9053) | Flaviu Tamas | 2018-10-01 | 1 | -6/+6 |
| | |||||
* | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -6/+6 |
| | |||||
* | Update nre.nim (#8147) | Timothee Cour | 2018-06-29 | 1 | -4/+4 |
| | |||||
* | make nre compile again | Andreas Rumpf | 2018-04-29 | 1 | -4/+4 |
| | |||||
* | correct comparisons for nil strings/seqs | Andreas Rumpf | 2018-04-28 | 1 | -1/+0 |
| | |||||
* | fixes #6631 | Andreas Rumpf | 2017-10-30 | 1 | -13/+13 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 1 | -19/+17 |
| | | | | close #6292 | ||||
* | fixes #5444 - nre.findIter keeps searching when no match is possible (#5453) | Florent | 2017-03-02 | 1 | -6/+6 |
| | |||||
* | fixes #4996 | Andreas Rumpf | 2017-02-05 | 1 | -0/+9 |
| | |||||
* | Merge pull request #4814 from scriptum/rpg-pcre-jit | Andreas Rumpf | 2016-10-24 | 1 | -2/+6 |
|\ | | | | | Enable JIT in PCRE to improve regular expressions performance | ||||
| * | Remove TODO for PCRE JIT | Pavel Roschin | 2016-10-10 | 1 | -1/+0 |
| | | |||||
| * | Enable JIT in PCRE to improve regular expressions performance | Pavel Roschin | 2016-09-23 | 1 | -1/+6 |
| | | |||||
* | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -3/+3 |
|/ | |||||
* | Stdlib: nre: Docstring improved. | Konstantin Molchanov | 2016-06-15 | 1 | -1/+0 |
| | |||||
* | Merge pull request #4157 from flaviut/update-nre-docs | Andreas Rumpf | 2016-06-02 | 1 | -46/+35 |
|\ | | | | | Generate NRE docs for website | ||||
| * | Update NRE documentation | Flaviu Tamas | 2016-05-13 | 1 | -46/+35 |
| | | |||||
* | | Stdlib: nre: Add `export options` | Konstantin Molchanov | 2016-05-27 | 1 | -0/+2 |
| | | | | | | This should make `nre` more user friendly. See https://github.com/nim-lang/Nim/issues/4158 | ||||
* | | Stdlib: nre: Convenience proc ``contains`` added. | Konstantin Molchanov | 2016-05-14 | 1 | -0/+10 |
|/ | |||||
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -1/+0 |
| | |||||
* | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -2/+6 |
| | |||||
* | Fix ambiguous character literal | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Fix potential code bloat | Flaviu Tamas | 2015-06-07 | 1 | -4/+5 |
| | |||||
* | Rename RegexException according to NEP1 | Flaviu Tamas | 2015-06-07 | 1 | -5/+5 |
| | |||||
* | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 1 | -19/+0 |
| | |||||
* | Clean up nre imports | Flaviu Tamas | 2015-06-07 | 1 | -2/+1 |
| | |||||
* | Use stdlib's PCRE in nre | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Disable static building of PCRE | Flaviu Tamas | 2015-05-26 | 1 | -9/+0 |
| | |||||
* | Clarify nre licencing | Flaviu Tamas | 2015-05-26 | 1 | -0/+53 |
| | |||||
* | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 1 | -0/+657 |