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
/
std
Commit message (
Expand
)
Author
Age
Files
Lines
*
Small privateAccess improvement (#17786)
Clyybber
2021-04-19
1
-1
/
+1
*
Rename `=` to `=copy` in stdlib (#17781)
Clyybber
2021-04-19
2
-2
/
+2
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
1
-1
/
+1
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-0
/
+34
*
callback cannot be nil (#17718)
flywind
2021-04-14
1
-0
/
+1
*
Update channels.nim (#17717)
flywind
2021-04-14
1
-4
/
+4
*
add number literal jsbigints.big (#17707)
Timothee Cour
2021-04-13
1
-7
/
+13
*
add std/tasks (#17447)
flywind
2021-04-09
1
-0
/
+272
*
Update `sysrand` documentation (#17676)
konsumlamm
2021-04-08
1
-16
/
+16
*
fix #17615(runnableExamples silently ignored if placed after some code) (#17619)
flywind
2021-04-02
1
-2
/
+2
*
new `genAst` as replacement for `quote do` (#17426)
Timothee Cour
2021-04-02
1
-0
/
+87
*
jsonutils: support cstring (including as Table key); improve docs (#16062)
Timothee Cour
2021-03-31
1
-5
/
+17
*
remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...
Timothee Cour
2021-03-29
1
-17
/
+10
*
Small doc improvements for `std/with` (#17556)
konsumlamm
2021-03-29
1
-3
/
+4
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
1
-1
/
+1
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
1
-0
/
+17
*
improve jsutils docs (#17421)
Timothee Cour
2021-03-21
1
-10
/
+42
*
Use importjs (#17422)
konsumlamm
2021-03-19
1
-2
/
+2
*
follow up #17276 (#17355)
flywind
2021-03-19
1
-2
/
+10
*
fix a typo (#17417)
flywind
2021-03-19
1
-1
/
+1
*
[std/channels]fix recv leaks(Part One) (#17394)
flywind
2021-03-17
1
-23
/
+6
*
fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...
Timothee Cour
2021-03-16
1
-1
/
+3
*
fix #17380 (#17391)
flywind
2021-03-16
1
-1
/
+2
*
make std/sysrand better (#17360)
flywind
2021-03-15
1
-19
/
+29
*
clarify the behavior of newChan
flywind
2021-03-12
1
-0
/
+4
*
New channels implementation for ORC (#17305)
flywind
2021-03-12
1
-0
/
+510
*
fix wrong examples (#17350)
flywind
2021-03-12
1
-11
/
+6
*
clarify the docs of isolation (#17335)
flywind
2021-03-11
1
-1
/
+7
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
3
-3
/
+3
*
add typetraits.OrdinalEnum, enumutils.symbolName (#17281)
Timothee Cour
2021-03-10
1
-3
/
+25
*
fix #17275 (#17276)
flywind
2021-03-09
1
-0
/
+4
*
add setutils.[]= (#17272)
Timothee Cour
2021-03-08
1
-3
/
+17
*
Add module jsfetch (#12531)
Juan Carlos
2021-03-06
3
-0
/
+346
*
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 #17264 [backport:1.4] (#17266)
flywind
2021-03-05
1
-1
/
+2
*
follow up #17165 (#17262)
flywind
2021-03-04
1
-0
/
+1
*
Improve Bigint (#17252)
Juan Carlos
2021-03-04
1
-0
/
+2
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-1
/
+1
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-1
/
+3
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-0
/
+16
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-8
/
+8
*
add warnings to std/sysrand (#17191)
flywind
2021-02-26
1
-0
/
+4
*
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
1
-1
/
+0
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
1
-50
/
+49
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+97
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-2
/
+17
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-1
/
+1
*
[JS + docs] improve std/monotimes module (#17103)
flywind
2021-02-22
1
-42
/
+44
[next]