index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
impure
/
re.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-2
/
+2
*
use single backtick (#17115)
flywind
2021-02-20
1
-76
/
+76
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-3
/
+0
*
fix some warnings (#16952)
flywind
2021-02-08
1
-1
/
+1
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
1
-1
/
+1
*
revert 0944b0f4
narimiran
2020-07-06
1
-1
/
+1
*
Add jsre (#14870)
Juan Carlos
2020-07-03
1
-1
/
+1
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
1
-7
/
+0
*
close #14284 document semantics for start for re,nre; improve examples (#14483)
Timothee Cour
2020-05-28
1
-185
/
+50
*
Fail quickly if re or nre module is attempted to be compiled with js [backpor...
Kaushal Modi
2020-05-14
1
-1
/
+3
*
added note to re constructor regarding performance (#13224)
whiterock
2020-01-22
1
-1
/
+5
*
ported re.nim to ARC
Araq
2019-12-24
1
-1
/
+10
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-1
/
+1
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-2
/
+2
*
fixes #11139 (re.nim memory leak) (#11265)
Miran
2019-05-16
1
-1
/
+1
*
live with the hacks, PCRE's design is crap
Araq
2019-03-19
1
-2
/
+5
*
pcre.nim: added pcre_free and removed hacks in nre and re.nim
Andreas Rumpf
2019-03-19
1
-5
/
+2
*
fix replacef typo in example
Kobi
2019-02-13
1
-1
/
+1
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-26
/
+1
*
fix split proc ignored maxsplit argument. Proc split didn't pass maxsplit arg...
Denis Lisovik
2018-11-11
1
-1
/
+8
*
fixes #9306 properly, fixes #9306
Andreas Rumpf
2018-10-14
1
-2
/
+12
*
Fix type in docs (#9362)
Josh Goebel
2018-10-14
1
-1
/
+1
*
fixes #9306
Araq
2018-10-11
1
-2
/
+2
*
make nimweb compile again
Araq
2018-08-14
1
-1
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-5
/
+3
*
Fix typo: PRCE -> PCRE
Kaushal Modi
2018-06-05
1
-3
/
+3
*
make re.split consistent with strutils.split and other programming languages;...
Andreas Rumpf
2018-03-05
1
-14
/
+28
*
Cleanup docs about re.nim
Araq
2018-03-05
1
-5
/
+1
*
re.nim: removed deprecated symbols
Araq
2017-11-28
1
-3
/
+0
*
re.nim: Make tests green and deprecate 'parallelReplace'; it should be 'multi...
Araq
2017-11-28
1
-5
/
+12
*
Remove reExtended from re constructor. Fixes #5627. (#6514)
Dominik Picheta
2017-10-20
1
-5
/
+8
*
Fixes #5382
Anatoly Galiulin
2017-02-13
1
-1
/
+1
*
re additions for buffer (cstring) RE matching (#5117)
jlp765
2017-01-16
1
-98
/
+244
*
Merge pull request #4814 from scriptum/rpg-pcre-jit
Andreas Rumpf
2016-10-24
1
-2
/
+7
|
\
|
*
Enable JIT in PCRE to improve regular expressions performance
Pavel Roschin
2016-09-23
1
-2
/
+7
*
|
EIO is called IOError now
Araq
2016-09-28
1
-1
/
+1
|
/
*
de-deprecate re.nim
Andreas Rumpf
2016-06-13
1
-5
/
+6
*
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-1
/
+3
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-3
/
+3
*
renamed writeln to writeLine in lib
patrick dw
2015-06-19
1
-1
/
+1
*
Revert "Base re off of nre"
Flaviu Tamas
2015-06-10
1
-142
/
+235
*
Edit re and nre doc comments
Flaviu Tamas
2015-06-07
1
-1
/
+1
*
Deprecate re
Flaviu Tamas
2015-06-07
1
-2
/
+2
*
Adjust re for nre's inclusive bounds
Flaviu Tamas
2015-06-07
1
-1
/
+1
*
Base re off of nre
Oleh Prypin
2015-06-07
1
-238
/
+142
*
Fix comment in re
Koala Zen
2015-05-06
1
-2
/
+2
*
Merge pull request #2506 from BlaXpirit/update-pcre
Andreas Rumpf
2015-04-21
1
-7
/
+7
|
\
|
*
Fix deprecation warnings in re
Oleh Prypin
2015-04-10
1
-7
/
+7
*
|
Merge pull request #2560 from BlaXpirit/re-nre-hint
Andreas Rumpf
2015-04-15
1
-2
/
+5
|
\
\
[next]