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
*
[os:standalone]fix #14011 (#17564)
flywind
2021-03-29
1
-2
/
+8
*
added nkError to the AST (#17567)
Andreas Rumpf
2021-03-29
1
-1
/
+2
*
[docs]fix #17473 (#17565)
flywind
2021-03-29
2
-4
/
+13
*
Add `hasClosure` to `std/typetraits` (#17501)
flywind
2021-03-29
1
-0
/
+11
*
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 fixes in net (#17566)
Danil Yarantsev
2021-03-29
1
-4
/
+2
*
remove docutils.nimble (not a real nimble package, and affected canonical imp...
Timothee Cour
2021-03-29
6
-13
/
+7
*
Small doc improvements for `std/with` (#17556)
konsumlamm
2021-03-29
1
-3
/
+4
*
Fix net.readLine infine loop #17534 (#17535)
ben
2021-03-29
1
-0
/
+1
*
fix #14010(fix std/registry + arc) (#17551)
flywind
2021-03-29
1
-8
/
+10
*
Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]
Danil Yarantsev
2021-03-29
2
-3
/
+6
*
[docs]close #12580 (#17549)
flywind
2021-03-28
1
-2
/
+2
*
follow up #17539 (#17548)
flywind
2021-03-29
2
-2
/
+1
*
Add a getter for all defined Sections in parsecfg (#15450)
Ardek Romak
2021-03-28
1
-0
/
+6
*
system: fix link in `delete` proc (#17550)
ee7
2021-03-28
1
-1
/
+1
*
set const arch64 to fix compiling with vcc/icc (#17539)
rockcavera
2021-03-28
1
-0
/
+1
*
nnkArglist => nnkArgList + special case stylecheck:error (#17529)
Timothee Cour
2021-03-27
3
-3
/
+3
*
cleaned up the internal documentation (#17524)
Andreas Rumpf
2021-03-26
2
-1
/
+81
*
lent support for tables (#17505)
flywind
2021-03-25
1
-9
/
+9
*
fix RST parsing after option lists (#17442)
Andrey Makarov
2021-03-25
1
-1
/
+72
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
2
-7
/
+18
*
fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)
Timothee Cour
2021-03-24
1
-3
/
+4
*
fix #17490 (#17491)
flywind
2021-03-24
1
-4
/
+10
*
followup #16182 (#17472)
flywind
2021-03-23
1
-3
/
+3
*
remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...
Timothee Cour
2021-03-23
6
-112
/
+106
*
add algorithm.merge (#16182)
flywind
2021-03-23
1
-0
/
+94
*
fix #17454 (#17461)
Timothee Cour
2021-03-23
1
-11
/
+9
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
7
-12
/
+11
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
4
-85
/
+98
*
prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)
Derek 呆
2021-03-21
1
-1
/
+2
*
Improve jsre (#17365)
Juan Carlos
2021-03-21
1
-30
/
+47
*
improve jsutils docs (#17421)
Timothee Cour
2021-03-21
1
-10
/
+42
*
Add documentation to the `macrocache` module (#17431)
Danil Yarantsev
2021-03-21
1
-15
/
+176
*
strutils: improve doc comments for `replace` funcs (#17427)
ee7
2021-03-20
1
-3
/
+4
*
Use importjs (#17422)
konsumlamm
2021-03-19
4
-56
/
+56
*
[FIX] use `mixin` for strscans.scanp (#17371)
haxscramper
2021-03-19
1
-1
/
+2
*
Clarify behaviour of char replace (#17339)
Héctor M. Monacci
2021-03-19
1
-1
/
+1
*
follow up #17276 (#17355)
flywind
2021-03-19
1
-2
/
+10
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
5
-17
/
+28
*
fix a typo (#17417)
flywind
2021-03-19
1
-1
/
+1
*
improve jsconsole (#17414)
Juan Carlos
2021-03-19
1
-0
/
+10
*
RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17...
quantimnot
2021-03-18
1
-1
/
+3
*
doc times: do not use `now` (and also `epochTime`) for benchmarking (#17405)
Timothee Cour
2021-03-18
1
-1
/
+6
*
followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...
Timothee Cour
2021-03-18
1
-7
/
+11
*
Rst test check messages (fix #17280) (#17338)
Andrey Makarov
2021-03-17
2
-13
/
+24
*
allow short-style rst references with symbols (#17372)
Andrey Makarov
2021-03-17
1
-11
/
+30
*
[std/channels]fix recv leaks(Part One) (#17394)
flywind
2021-03-17
1
-23
/
+6
*
fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)
Timothee Cour
2021-03-17
1
-2
/
+12
*
followup #17389; add see also in std/json (#17400)
Timothee Cour
2021-03-16
1
-0
/
+8
*
Fix FutureStream memory usage (#17395) [backport:1.2]
Igor Ribeiro de Assis
2021-03-16
1
-1
/
+5
[next]