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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature dracula themed doc (#12816)
Andreas Rumpf
2019-12-10
1
-2
/
+2
*
add a StringTable.clear that requires no mode specification (#12853)
Andy Davidoff
2019-12-09
1
-1
/
+5
*
Fixes #12832 (#12842) [backport]
Neelesh Chandola
2019-12-08
1
-1
/
+1
*
Fixes classify function to detect subnormal floating points (#12836)
KeepCoolWithCoolidge
2019-12-08
1
-16
/
+20
*
nimgrep improvements (#12779)
Andrey Makarov
2019-12-05
1
-5
/
+12
*
Fix #12812
Clyybber
2019-12-05
1
-1
/
+1
*
fixes #12798 [backport]
Araq
2019-12-04
1
-0
/
+1
*
[minor] fix doc for $(Time) (#12795) [backport]
Timothee Cour
2019-12-03
1
-1
/
+1
*
#12103 - CI for FreeBSD (#12179)
Euan
2019-11-29
1
-1
/
+2
*
fix httpclient.lastModified bad pattern in parsing (#12698)
Pierre-Jean Grenier
2019-11-29
1
-1
/
+1
*
Fix sequtils.delete bug with out of bounds indexes (#12506)
Oscar Nihlgård
2019-11-29
1
-1
/
+6
*
ARC: implemented a simple cycle detector
Araq
2019-11-28
1
-0
/
+2
*
Fix for 16 bit platforms (#12760) [backend]
PMunch
2019-11-28
2
-7
/
+9
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
5
-91
/
+91
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
3
-4
/
+5
*
delete list comprehension (#12392)
Arne Döring
2019-11-22
1
-58
/
+0
*
index out of bounds exception when data is empty (#12428)
Jack Tang
2019-11-22
1
-9
/
+11
*
add collect macro (#12708)
b3liever
2019-11-22
1
-0
/
+97
*
fixes #11863 multipart data need $ (#12707)
Andreas Rumpf
2019-11-22
1
-0
/
+13
*
Discussion both in (#12678)
c-blake
2019-11-20
1
-31
/
+41
*
Fixes ambiguity errors when evaluating Nimble files. (#12674) [backport]
Dominik Picheta
2019-11-18
1
-6
/
+6
*
Fix htmlgen html lang (#12668) [backport]
Juan Carlos
2019-11-15
1
-1
/
+1
*
fix documentation of `$`*(dt: DateTime) (#12660)
David Krause
2019-11-15
1
-1
/
+1
*
async: cleaner solution that avoids GC_ref on strings which doesn't exist for...
Araq
2019-11-13
1
-6
/
+5
*
remove long-deprecated 'mapIt'
narimiran
2019-11-13
1
-7
/
+0
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-4
/
+7
*
Version of trimZeros without temp strings (#12633)
b3liever
2019-11-11
1
-13
/
+11
*
Implemented outplace differently (#12599)
Clyybber
2019-11-09
1
-0
/
+45
*
fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...
Miran
2019-11-08
1
-4
/
+148
*
make parsexml compatible with --gc:destructors/newruntime
Andreas Rumpf
2019-11-07
1
-2
/
+2
*
added support for openArray's for `gcd` and `lcm` (#12621)
Yanis Zafirópulos
2019-11-07
1
-1
/
+25
*
allow random module to be used in standalone: (#12617)
Judd
2019-11-07
1
-1
/
+1
*
osproc needs 'import linux' for -d:useClone
Andreas Rumpf
2019-11-07
1
-0
/
+3
*
Merge pull request #12613 from nim-lang/miran-unused-imports
Dominik Picheta
2019-11-06
4
-10
/
+4
|
\
|
*
remove unused imports
narimiran
2019-11-06
4
-10
/
+4
*
|
[backport] print more information for the previous commit
narimiran
2019-11-06
1
-0
/
+2
*
|
[backport] rewrite flaky runnable example
narimiran
2019-11-06
1
-3
/
+5
|
/
*
async: use $ and not repr in debug mode
Araq
2019-11-05
1
-1
/
+1
*
Add `or detectOs(Manjaro)` (#12587) [backport]
jiro
2019-11-05
1
-1
/
+1
*
remove deprecated procs (#12535)
Andreas Rumpf
2019-11-05
4
-303
/
+4
*
fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)
Miran
2019-11-05
2
-17
/
+8
*
Make sequtils.zip return seq of anonymous tuples (#12575)
Kaushal Modi
2019-11-04
1
-40
/
+64
*
[backport] Add docs to better distinguish among getProjectPath, getCurrentDir...
Kaushal Modi
2019-10-31
1
-1
/
+6
*
introduce csize_t instead of fixing csize (#12497)
Arne Döring
2019-10-31
1
-2
/
+2
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
8
-9
/
+9
*
[backport] fix #12528, fix #12525: incorrect generic type resolution for defa...
Andreas Rumpf
2019-10-28
1
-0
/
+3
*
colors: fix 'mix' template and make most examples runnable (#12532) [backport]
Jjp137
2019-10-28
1
-61
/
+61
*
splitPath() behavior synchronized with splitFile() (#12481)
Artem V L
2019-10-28
1
-3
/
+16
*
[feature]strformat: add 2 'fmt' macros that use specified characters instead ...
Tomohiro
2019-10-28
1
-14
/
+25
*
Extent json.to testing to VM, add workrounds for VM bugs. (#12493)
Arne Döring
2019-10-28
1
-50
/
+127
[next]