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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better db_sqlite errors when db_sqlite not connected.
Dominik Picheta
2018-05-13
1
-0
/
+3
*
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
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
2
-2
/
+2
*
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
*
move `readPasswordFromStdin` from rdstdin to terminal (#7266)
Vindaar
2018-02-27
1
-44
/
+0
*
fixes #7200
Andreas Rumpf
2018-02-10
1
-20
/
+21
*
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
*
make tests green again
Andreas Rumpf
2017-11-07
2
-14
/
+14
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-13
/
+13
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-19
/
+17
*
Fixes #6571 (#6578)
Thomas Johnson
2017-10-24
1
-8
/
+11
*
Remove reExtended from re constructor. Fixes #5627. (#6514)
Dominik Picheta
2017-10-20
1
-5
/
+8
*
another attempt to make tests green again
Andreas Rumpf
2017-10-10
1
-3
/
+3
*
minor improvement for the db_sqlite module
Andreas Rumpf
2017-09-27
1
-1
/
+2
*
db_postgres: Refactor open() behavior to be consistent with other DBs (#6381)
Lyndsy Simon
2017-09-15
1
-4
/
+7
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Fix segfault in db_mysql fastRows (#5605)
pgkos
2017-03-26
1
-4
/
+20
*
fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)
Florent
2017-03-02
1
-6
/
+6
*
Fixes #5382
Anatoly Galiulin
2017-02-13
1
-1
/
+1
*
Column details for postgres. (#5380)
ionel anton
2017-02-13
1
-15
/
+167
*
fix in using the linenoise function (#5351)
Arne Döring
2017-02-08
1
-1
/
+2
*
fixes #4996
Andreas Rumpf
2017-02-05
1
-0
/
+9
*
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
2
-4
/
+13
|
\
|
*
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
2
-3
/
+13
*
|
EIO is called IOError now
Araq
2016-09-28
1
-1
/
+1
*
|
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
*
de-deprecate re.nim
Andreas Rumpf
2016-06-13
1
-5
/
+6
*
Merge pull request #4157 from flaviut/update-nre-docs
Andreas Rumpf
2016-06-02
1
-46
/
+35
|
\
|
*
Update NRE documentation
Flaviu Tamas
2016-05-13
1
-46
/
+35
*
|
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
|
Merge branch 'db_odbc2' of https://github.com/jlp765/Nim into jlp765-db_odbc2
Andreas Rumpf
2016-05-28
1
-23
/
+22
|
\
\
|
*
|
Fix row reading procs to not use SQLRowCount, but SQLFetch until returns SQL_...
JamesP
2016-01-24
1
-54
/
+49
*
|
|
Stdlib: nre: Add `export options`
Konstantin Molchanov
2016-05-27
1
-0
/
+2
*
|
|
Stdlib: nre: Convenience proc ``contains`` added.
Konstantin Molchanov
2016-05-14
1
-0
/
+10
|
|
/
|
/
|
*
|
Improve net and ssl module docs.
Dominik Picheta
2016-04-04
1
-0
/
+3
*
|
Fixes #3159.
Dominik Picheta
2016-04-04
1
-3
/
+4
*
|
Repair using the db_odbc module to query the Oracle database, the program com...
lihf8515
2016-03-21
1
-80
/
+122
*
|
Spellcheck
Federico Ceratto
2016-02-29
1
-2
/
+2
*
|
Rename THANDLE to Handle to fix deprecation warnings
def
2016-02-11
1
-1
/
+1
*
|
Revert two deprecation changes
def
2016-01-26
1
-2
/
+0
*
|
Fix a few deprecation warnings
def
2016-01-25
2
-1
/
+2
|
/
*
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
*
Improved documentation for all db modules.
Dominik Picheta
2016-01-18
4
-6
/
+134
*
More postgres test code. Added getValue for PreparedStmts.
Dominik Picheta
2016-01-18
1
-1
/
+12
[next]