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
*
rdstdin: remove cruft that shouldn't have been exported or added (#12014)
Andreas Rumpf
2019-08-23
1
-40
/
+0
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
Skip db_postgres.setRow if getRow returns 0 rows (#11859)
Chris Heller
2019-08-04
1
-2
/
+4
*
makes the -d:nimIncremental compiler mode compile again
Andreas Rumpf
2019-07-27
1
-5
/
+5
*
minor style changes
Araq
2019-07-11
1
-2
/
+2
*
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...
Huy
2019-07-10
4
-1
/
+21
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-2
/
+2
*
db_sqlite: Update documentation (#10330) (#11266)
jiro
2019-05-19
1
-71
/
+359
*
fixes #11139 (re.nim memory leak) (#11265)
Miran
2019-05-16
2
-2
/
+1
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
4
-23
/
+23
*
Documentation import fixes (#11070)
Zed
2019-04-21
1
-12
/
+9
*
live with the hacks, PCRE's design is crap
Araq
2019-03-19
2
-3
/
+6
*
pcre.nim: added pcre_free and removed hacks in nre and re.nim
Andreas Rumpf
2019-03-19
2
-6
/
+3
*
fix replacef typo in example
Kobi
2019-02-13
1
-1
/
+1
*
Genode fixes (#10491)
Emery Hemingway
2019-01-29
1
-0
/
+9
*
Fix wrong integer types in odbcsql and db_odbc (#10419)
pgkos
2019-01-22
1
-46
/
+18
*
Restrict ptr/ref to ptr/ref implicit conversion (#10411)
LemonBoy
2019-01-22
1
-5
/
+9
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-26
/
+1
*
fixes #7241
Araq
2019-01-13
1
-10
/
+16
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-4
/
+4
*
remove deprecated modules (#10215)
Miran
2019-01-07
1
-99
/
+0
*
Fix ODBC SQL Error string decoding (#10207) [backport]
Leonardo Cecchi
2019-01-07
1
-1
/
+1
*
Rework nil/option for nre in light of ""==nil
Flaviu Tamas
2018-12-11
2
-69
/
+82
*
Revert 7f49364fd0 for nre
Flaviu Tamas
2018-12-11
2
-7
/
+11
*
Improve nre documentation (fixes #9470)
Flaviu Tamas
2018-11-18
1
-1
/
+16
*
removes deprecated T/P types
Araq
2018-11-16
5
-6
/
+0
*
fix split proc ignored maxsplit argument. Proc split didn't pass maxsplit arg...
Denis Lisovik
2018-11-11
1
-1
/
+8
*
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
*
Eliminate floating point arithmatic in nre
Flaviu Tamas
2018-10-28
1
-1
/
+2
*
Update example (#9395)
Federico Ceratto
2018-10-17
1
-1
/
+1
*
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
*
Merge pull request #9171 from flaviut/fix-9053
Dominik Picheta
2018-10-03
1
-41
/
+57
|
\
|
*
Use runnableExamples for example nre code
Flaviu Tamas
2018-10-03
1
-41
/
+57
*
|
Merge pull request #9151 from flaviut/fix-9053
Dominik Picheta
2018-10-01
1
-6
/
+6
|
\
|
|
*
Fix option documentation in nre (fixes #9053)
Flaviu Tamas
2018-10-01
1
-6
/
+6
*
|
docs: remove most stale links; refs #9109
Araq
2018-09-29
1
-9
/
+6
|
/
*
make more tests green
Andreas Rumpf
2018-08-14
3
-36
/
+7
*
make nimweb compile again
Araq
2018-08-14
1
-1
/
+1
*
make more tests green
Andreas Rumpf
2018-08-13
2
-11
/
+7
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-5
/
+3
*
Update nre.nim (#8147)
Timothee Cour
2018-06-29
1
-4
/
+4
*
Fix typo: PRCE -> PCRE
Kaushal Modi
2018-06-05
1
-3
/
+3
*
db_mysql.nim: Work around string nil comparison logic
Andreas Rumpf
2018-06-04
1
-1
/
+1
*
Update sqlite example to use empty strings.
Varriount
2018-06-03
1
-1
/
+1
*
Update example (#7788)
Federico Ceratto
2018-06-01
1
-1
/
+1
*
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
[next]