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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace double backticks with single backticks - Part 1 out of ~6 (#17205)
Danil Yarantsev
2021-02-28
10
-75
/
+75
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
45
-127
/
+127
*
Fix Typos (#17194)
Juan Carlos
2021-02-27
1
-1
/
+1
*
add warnings to std/sysrand (#17191)
flywind
2021-02-26
1
-0
/
+4
*
document `;` vs `,` for generic params (#17192)
Timothee Cour
2021-02-26
1
-1
/
+6
*
fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...
Timothee Cour
2021-02-26
3
-2
/
+21
*
Fix unicode.split with seperators examples (#17176)
zetashift
2021-02-26
1
-58
/
+25
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
3
-18
/
+62
*
improve docs for sugar.collect (#17188)
Timothee Cour
2021-02-26
1
-24
/
+29
*
make jsconsole.assertion errors less confusing in logs (#17179)
Timothee Cour
2021-02-25
1
-1
/
+1
*
clarify the docs of existsOrCreateDir a bit (#17182)
flywind
2021-02-25
1
-4
/
+3
*
clean up wrapnils
flywind
2021-02-25
1
-1
/
+0
*
refs #17114: workaround for arm64 which should segfault but does not (#17178)
Timothee Cour
2021-02-25
2
-1
/
+2
*
mark inline (#17180)
flywind
2021-02-24
1
-2
/
+2
*
use single backtick (#17181)
flywind
2021-02-24
10
-381
/
+381
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
6
-20
/
+29
*
asyncjs: add `then`, `catch` for promise pipelining (#16871)
Timothee Cour
2021-02-24
7
-24
/
+166
*
remove deprecated stuff in unittest module (#17156)
flywind
2021-02-24
2
-43
/
+48
*
compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172)
alaviss
2021-02-24
1
-0
/
+1
*
fixes #17170 (#17171)
Andreas Rumpf
2021-02-24
3
-1
/
+37
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
3
-67
/
+73
*
fix #17159 items(cstring) works in VM (#17160)
Timothee Cour
2021-02-24
4
-44
/
+156
*
close #14581 add testcase (#17169)
flywind
2021-02-24
1
-0
/
+25
*
cleanup tests/stdlib/tstring.nim (#17158)
Timothee Cour
2021-02-24
1
-98
/
+82
*
close #15563 add testcase (#17168)
flywind
2021-02-24
1
-0
/
+18
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
19
-59
/
+528
*
add strbasics.strip (#16280)
flywind
2021-02-24
4
-0
/
+226
*
[stdlib] make cookies module modern (#17116)
flywind
2021-02-24
2
-14
/
+34
*
fixes yet another SSL problem on Windows [backport:1.2] (#17167)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
use single backtick (#17166)
flywind
2021-02-23
12
-305
/
+305
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
6
-6
/
+58
*
document type bound operators (#17063)
Timothee Cour
2021-02-23
2
-2
/
+45
*
remove tests/deps/ (#17132)
Timothee Cour
2021-02-23
49
-27270
/
+26
*
fix `UnusedImport` for `nim c compiler/nim` (#17152)
Timothee Cour
2021-02-23
1
-3
/
+4
*
Fixes #17039 - ldObj checks node/nodeAddr access (#17123)
Saem Ghani
2021-02-23
2
-1
/
+11
*
A few rst doc fixes (#17151)
Danil Yarantsev
2021-02-23
2
-2
/
+2
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
5
-6
/
+50
*
Improve the ropes module (#17145)
konsumlamm
2021-02-22
2
-117
/
+130
*
fix #15215 (#17142)
rockcavera
2021-02-22
2
-5
/
+34
*
when statements branches exit early (#17143)
Saem Ghani
2021-02-22
3
-0
/
+72
*
Add example for pattern matching on options (#17120)
konsumlamm
2021-02-22
1
-21
/
+49
*
fix prelude regression refs #16238: `include prelude` doesn't interfere with ...
Timothee Cour
2021-02-22
3
-42
/
+16
*
[JS + docs] improve std/monotimes module (#17103)
flywind
2021-02-22
2
-43
/
+49
*
testament: support disabled:osx as alias to disabled:macosx (#17124)
Timothee Cour
2021-02-22
3
-4
/
+4
*
make rst.nim use object variant (#17138)
Andrey Makarov
2021-02-22
5
-132
/
+159
*
remove outdated codes (#17140)
flywind
2021-02-22
2
-2
/
+0
*
fix #17118 (#17119) [backport:1.2]
flywind
2021-02-22
2
-19
/
+30
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
3
-44
/
+48
*
important_packages: document that packages tested should ideally have recent ...
Timothee Cour
2021-02-22
1
-1
/
+15
*
use single backtick (#17141)
flywind
2021-02-21
11
-68
/
+68
[prev]
[next]