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
...
*
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
*
Remove sentences referring to the graphics module (#12522)
Jjp137
2019-10-26
1
-2
/
+1
*
sequtils: replace deprecated 'random' call within example (#12515) [backport]
Jjp137
2019-10-25
1
-1
/
+1
*
Fix many broken links and prefer relative links within docs (#12463)
Miran
2019-10-24
15
-55
/
+57
|
\
|
*
Fix word wrapping
Jjp137
2019-10-22
4
-14
/
+16
|
*
asyncstreams: replace unintended link with emphasis
Jjp137
2019-10-22
1
-1
/
+1
|
*
Fix many broken links
Jjp137
2019-10-22
14
-47
/
+47
*
|
[backport] Documentation Math module (#12460)
Juan Carlos
2019-10-24
1
-0
/
+2
|
/
*
Merge branch 'devel' into IOSelector_unregister_fix
Dominik Picheta
2019-10-22
14
-833
/
+824
|
\
|
*
Docstring refined for the getSectionValue() (#12478) [backport]
Artem V L
2019-10-22
1
-1
/
+1
|
*
Namespace unittest enums to avoid name conflicts (#12468) [backport]
ducdetronquito
2019-10-20
1
-14
/
+14
|
*
Revert "Fixes #12187 (#12321)" (#12447)
Andreas Rumpf
2019-10-18
3
-3
/
+3
|
*
Improve htmlgen (#12452)
Juan Carlos
2019-10-18
1
-0
/
+194
|
*
[backport] fix type's case in random.nim (#12445)
Miran
2019-10-17
1
-12
/
+12
|
*
Refactor json macro (#12391)
Arne Döring
2019-10-17
2
-639
/
+263
|
*
About 50% faster base64 implemention. (#12436)
treeform
2019-10-17
2
-121
/
+145
|
*
fixes #11764, faster hashing of (u)int (#12407)
Miran
2019-10-15
2
-8
/
+11
|
*
[backport] fix #12418, fix `random.randomize` on JS backend (#12432)
Miran
2019-10-15
1
-1
/
+1
|
*
#12389: Check working directory for getAppFilename() (#12390)
Euan
2019-10-10
1
-4
/
+48
|
*
minor improvements for htmlgen.nim
Andreas Rumpf
2019-10-10
1
-4
/
+8
|
*
fixes #12366 [backport] (#12393)
Andreas Rumpf
2019-10-09
1
-0
/
+17
|
*
documented behaviour of recv on bufferd socket (#12374)
Gampol T
2019-10-09
1
-0
/
+18
|
*
fix a few dead links and a missing sentence in documentation (#12387)
Nindaleth
2019-10-08
1
-1
/
+1
|
*
Fixes #12187 (#12321)
Clyybber
2019-10-08
3
-3
/
+3
|
*
On windows, os.relativePath returns path as is when roots are different (#12329)
Tomohiro
2019-10-07
1
-28
/
+91
*
|
fixes based on code review by @dom96
Ray Imber
2019-10-16
2
-4
/
+4
*
|
Remove unnecessary change to ioselectors_kqueue.nim found by @cheatfate.
Ray Imber
2019-10-11
1
-2
/
+2
*
|
Fix drain to correctly take into account hasPendingOperations and the timeout...
Ray Imber
2019-10-10
1
-2
/
+2
[prev]
[next]