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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix wrong examples (#17350)
flywind
2021-03-12
1
-11
/
+6
*
refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...
Miran
2021-03-11
1
-17
/
+29
*
Clarify behaviour of ```replace``` (#17337)
Héctor M. Monacci
2021-03-11
1
-1
/
+1
*
clarify the docs of isolation (#17335)
flywind
2021-03-11
1
-1
/
+7
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
15
-88
/
+84
*
add typetraits.OrdinalEnum, enumutils.symbolName (#17281)
Timothee Cour
2021-03-10
2
-8
/
+34
*
Change parameter names in lists module from `L` (#17321)
konsumlamm
2021-03-10
1
-127
/
+127
*
Improve the lists module (#17312)
konsumlamm
2021-03-10
1
-166
/
+185
*
Small improvements for the distros module (#17309)
konsumlamm
2021-03-09
1
-25
/
+18
*
Add Portals (#17306)
Juan Carlos
2021-03-09
1
-0
/
+4
*
fix #17275 (#17276)
flywind
2021-03-09
2
-3
/
+10
*
remove unnecessary deps (#17307)
flywind
2021-03-09
1
-2
/
+0
*
fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)
Timothee Cour
2021-03-09
1
-3
/
+2
*
add setutils.[]= (#17272)
Timothee Cour
2021-03-08
1
-3
/
+17
*
Add Debug breakpoints support (#17295)
Juan Carlos
2021-03-08
1
-0
/
+6
*
stdlib/os: add isAdmin (#17012)
Roman Inflianskas
2021-03-07
2
-0
/
+74
*
use lowercase --define switches (#17283)
flywind
2021-03-07
13
-33
/
+33
*
Add module jsfetch (#12531)
Juan Carlos
2021-03-06
3
-0
/
+346
*
runnableExamples for walkFiles + friends (#17271)
Timothee Cour
2021-03-06
1
-0
/
+12
*
add warnings to std/isolation (#17270)
flywind
2021-03-05
1
-0
/
+3
*
Add unsafeIsolate and extract to std/isolation [backport:1.4] (#17263)
flywind
2021-03-05
1
-0
/
+8
*
Fix macros.quote custom op symbol interpolation. (#17256)
quantimnot
2021-03-05
1
-2
/
+6
*
fix #17264 [backport:1.4] (#17266)
flywind
2021-03-05
1
-1
/
+2
*
Remove support for named procs with sugar.=> (#17220)
konsumlamm
2021-03-05
1
-10
/
+0
*
IC: further progress (#17150)
Andreas Rumpf
2021-03-05
1
-3
/
+0
*
follow up #17165 (#17262)
flywind
2021-03-04
2
-3
/
+3
*
Added assertion to clamp (#17248)
Jason Beetham
2021-03-04
2
-2
/
+7
*
reuse jsffi in json module (#17165)
flywind
2021-03-04
1
-20
/
+7
*
Improve Bigint (#17252)
Juan Carlos
2021-03-04
1
-0
/
+2
*
followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)
Timothee Cour
2021-03-04
1
-21
/
+58
*
use .. warning:: (#17226)
flywind
2021-03-04
5
-16
/
+13
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+10
*
followup #17225: simplify code after removing gc2, generational (#17242)
Timothee Cour
2021-03-03
4
-7
/
+7
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
1
-2
/
+3
*
fix #17177 (#17243)
flywind
2021-03-03
1
-2
/
+3
*
\r now renders as \r, not \c which was not standard (#17244)
Timothee Cour
2021-03-03
1
-3
/
+3
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
4
-65
/
+65
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
3
-6
/
+6
*
RST heading improvements (fix #17091) (#17195)
Andrey Makarov
2021-03-02
3
-49
/
+107
*
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
*
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
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-20
/
+13
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
3
-1
/
+16
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
2
-7
/
+24
*
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
[next]