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
...
*
disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#...
Timothee Cour
2020-12-22
1
-1
/
+1
*
add sequtils to prelude (#16431)
shadowninja55
2020-12-23
2
-2
/
+4
*
mark abs as inline (#16432)
flywind
2020-12-22
1
-5
/
+5
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
3
-10
/
+8
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
20
-64
/
+64
*
bring back important packages; closes #16419 (#16424)
flywind
2020-12-21
1
-2
/
+2
*
docs minor for math (#16407)
flywind
2020-12-20
1
-2
/
+2
*
disable ggplot and plotly (#16418)
flywind
2020-12-20
1
-2
/
+2
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
3
-2
/
+220
*
RST enumlist followup (#16382)
Andrey Makarov
2020-12-19
2
-10
/
+57
*
active windows tests and use doAssert (#16395)
flywind
2020-12-18
1
-11
/
+10
*
fix cmpIgnoreStyle bug (#16392)
flywind
2020-12-18
2
-0
/
+12
*
removing `out T` from docs since it no longer working (#16378) [backport]
Code Hz
2020-12-18
1
-21
/
+10
*
Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...
Tomohiro
2020-12-18
1
-18
/
+40
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
3
-8
/
+30
*
misc cleanups (#16383)
Timothee Cour
2020-12-18
3
-7
/
+8
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
2
-7
/
+38
*
fix #16364 (#16379) [backport]
flywind
2020-12-17
1
-4
/
+2
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
7
-75
/
+68
*
make the docs of strutils a bit better (#16368)
flywind
2020-12-17
1
-153
/
+150
*
fixes #16359 [backport] (#16377)
Andreas Rumpf
2020-12-17
1
-1
/
+1
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
26
-178
/
+1241
*
Add note about minimum Node.js version (#16370)
Maurizio Tomasi
2020-12-16
1
-0
/
+3
*
Syntax (RST) fix Internals of the Compiler (#16341)
Saem Ghani
2020-12-15
1
-6
/
+6
*
improve tstrutils: test c, cpp, js, vm; cleanups (#16357)
Timothee Cour
2020-12-15
2
-676
/
+689
*
Adds toSet to create sets from iterables (#16276)
Jason Beetham
2020-12-14
3
-0
/
+48
*
sequtils.nim: Change some `func` back to `proc` (#16309)
ee7
2020-12-14
1
-28
/
+28
*
disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]
lqdev
2020-12-14
1
-1
/
+1
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
21
-120
/
+126
*
doc/rst2html: some few fixes for enumerated and bullet lists (#16295)
Andrey Makarov
2020-12-14
6
-36
/
+308
*
fix #16248 forward --lib to runnableExamples (#16350)
Timothee Cour
2020-12-14
1
-1
/
+2
*
clean the docs of sequtils (#16332)
flywind
2020-12-14
1
-97
/
+89
*
fix #16334 (#16335)
RSDuck
2020-12-14
2
-6
/
+14
*
Clean out dead code (#16345)
Juan Carlos
2020-12-14
1
-172
/
+0
*
fix #16330 tshould_not_work (#16342)
Timothee Cour
2020-12-14
2
-5
/
+3
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
3
-5
/
+23
*
Fix #11506 (#16348)
rockcavera
2020-12-14
1
-1
/
+7
*
testament: error instead of silently ignore invalid targets; remove pointless...
Timothee Cour
2020-12-14
24
-39
/
+33
*
add testcase for #15937 (#15933)
Bung
2020-12-13
1
-0
/
+6
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
3
-1
/
+102
*
Fix #14259 #15621 (#16322) [backport:1.4]
rockcavera
2020-12-12
1
-4
/
+11
*
improve tests for collections (#16328)
Timothee Cour
2020-12-12
6
-242
/
+227
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
4
-5
/
+50
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
2
-20
/
+58
*
bring back fidget (#16319)
flywind
2020-12-11
1
-1
/
+1
*
unbreak CI, disable fidget, refs #16315 (#16316)
Timothee Cour
2020-12-11
1
-1
/
+1
*
enable tests for random (#16297)
flywind
2020-12-10
1
-34
/
+41
*
unittest: use defines instead of env vars (#16165)
Timothee Cour
2020-12-10
6
-57
/
+61
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
7
-7
/
+14
*
rationals.nim: Use `func` everywhere (#16302)
ee7
2020-12-09
2
-41
/
+42
[prev]
[next]