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
...
*
fix #16384 and #17144 (#17126) [backport]
flywind
2021-03-03
2
-219
/
+225
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
2
-3
/
+8
*
fix #17177 (#17243)
flywind
2021-03-03
2
-2
/
+13
*
\r now renders as \r, not \c which was not standard (#17244)
Timothee Cour
2021-03-03
2
-3
/
+5
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
5
-68
/
+68
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
4
-10
/
+10
*
Use nicer escape sequences in renderer.nim (#17239)
Clyybber
2021-03-02
1
-11
/
+11
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
9
-57
/
+277
*
fix #16731: using deprecated flags triggers a warning (#17225)
Timothee Cour
2021-03-02
2
-24
/
+20
*
document copy on write behavior of string literals in arc/orc (#17224)
flywind
2021-03-02
1
-0
/
+70
*
re-enable disabled tests after #17173 (#17228)
Timothee Cour
2021-03-02
1
-111
/
+75
*
Simple fix to make the linenoise wrapper do the right thing (#17234)
PMunch
2021-03-02
1
-1
/
+1
*
add runnableExamples for prepareStrMutation (#17227)
flywind
2021-03-02
2
-2
/
+9
*
attempt to fix #16374 (#17232)
flywind
2021-03-02
2
-1
/
+44
*
fixes #17198, DFA failure on large case stmts (#17210)
Saem Ghani
2021-03-02
2
-3
/
+40
*
re-enable pkg optionsutils (#17231)
Timothee Cour
2021-03-02
1
-1
/
+1
*
Remove the note about old naming conventions (#17222)
Danil Yarantsev
2021-03-02
1
-9
/
+0
*
close #5342 add testcase (#17230)
flywind
2021-03-02
1
-0
/
+23
*
Replace double backticks with single backticks - Part 5 out of ~8 (#17217)
Danil Yarantsev
2021-03-01
1
-232
/
+232
*
Replace double backticks with single backticks - Part 4 out of ~7 (#17216)
Danil Yarantsev
2021-03-01
6
-122
/
+122
*
Follow NEP1 in NEP1 (#17221)
Danil Yarantsev
2021-03-02
1
-1
/
+1
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
15
-53
/
+37
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
5
-2
/
+33
*
add 'pixie' to important_packages (#17215)
Miran
2021-03-01
1
-0
/
+1
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
5
-142
/
+172
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
5
-44
/
+40
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
5
-159
/
+159
*
Replace double backticks with single backticks - Part 2 out of ~6 (#17206)
Danil Yarantsev
2021-02-28
10
-136
/
+136
*
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
[prev]
[next]