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 link to switch
Clyybber
2021-02-04
1
-1
/
+1
*
nep1: prefer `self` to `this` (#16927)
Timothee Cour
2021-02-04
1
-4
/
+7
*
Allow strings for -- in config.nims (#16934)
Clyybber
2021-02-04
1
-5
/
+18
*
strictFuncs+views: add test that imports stdlib modules (#16878)
ee7
2021-02-03
3
-12
/
+198
*
remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)
Timothee Cour
2021-02-02
12
-336
/
+285
*
Sugar tests (#16820)
konsumlamm
2021-02-02
2
-130
/
+229
*
Add testcase for #16897 (#16917)
Clyybber
2021-02-02
1
-0
/
+33
*
tests/tuples/ttuples_issues.nim: test on all backends + various improvements ...
Timothee Cour
2021-02-02
3
-110
/
+123
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
20
-98
/
+283
*
[ci skip] CountTable, remove link to unexisting proc
narimiran
2021-02-02
1
-1
/
+0
*
link compile-time options together in docs (#16879)
n5m
2021-02-02
2
-4
/
+35
*
`dumpToString`: improves on `sugar.dump` (#16841)
Timothee Cour
2021-02-02
3
-4
/
+44
*
Improve doc comments (#16902)
konsumlamm
2021-02-02
2
-168
/
+208
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
3
-9
/
+49
*
fix #16885: nimdoc css warning (#16893)
zetashift
2021-02-01
2
-0
/
+4
*
add widestrs.newWideCString overload (#16860)
flywind
2021-02-01
1
-0
/
+3
*
add finally as post expr block [backport:1.4] (#16896)
hlaaftana
2021-02-01
2
-1
/
+120
*
fixes #16897 [backport:1.2] (#16900)
Andreas Rumpf
2021-02-01
1
-1
/
+1
*
fix #16822 (#16884)
flywind
2021-02-01
3
-4
/
+32
*
JS: make hash float support IE/Safari (#16872)
flywind
2021-02-01
2
-5
/
+14
*
Updated nimsuggest doc to explain connection to nim compiler and use of confi...
Don-Duong Quach
2021-02-01
1
-0
/
+5
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
2
-2
/
+3
*
let's assume littleEndian in JS backend (#16886)
flywind
2021-02-01
1
-1
/
+1
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
4
-16
/
+14
*
remove quotation marks around imports - fixes links in the docs (#16888)
Miran
2021-02-01
3
-4
/
+4
*
Add more runnableExamples (#16864)
konsumlamm
2021-01-31
1
-30
/
+80
*
Minor docs improvement for oids (#16882)
konsumlamm
2021-01-31
1
-9
/
+10
*
Fix #12595 (#16874)
konsumlamm
2021-01-31
2
-2
/
+12
*
refactor hash in JS backend (#16863)
flywind
2021-01-30
2
-29
/
+39
*
BigInt runnableExamples: octal, binary, hex constructor (#16868)
Juan Carlos
2021-01-29
1
-11
/
+19
*
Add StorageEvent and correct Storage object (#16865)
Antonis Geralis
2021-01-29
1
-8
/
+18
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
3
-25
/
+39
*
add lost functions (#16843)
flywind
2021-01-29
2
-0
/
+10
*
close #16844 (#16852)
flywind
2021-01-29
1
-0
/
+14
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
13
-93
/
+29
*
fix floats slice (#16853)
flywind
2021-01-29
4
-11
/
+11
*
fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)
Timothee Cour
2021-01-29
7
-37
/
+981
*
improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...
Timothee Cour
2021-01-29
3
-61
/
+72
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
3
-29
/
+41
*
small fix in grammar.txt [ci skip]
narimiran
2021-01-28
1
-1
/
+1
*
A new request should always have a new content-length (#16667)
Joey
2021-01-28
1
-9
/
+15
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
13
-13
/
+194
*
Improve documentation for the mersenne module (#16824)
konsumlamm
2021-01-27
2
-16
/
+27
*
Improve documentation for threadpool (#16821)
konsumlamm
2021-01-27
1
-40
/
+41
*
testament: fix #16829, fix partially #16830 (#16831)
Timothee Cour
2021-01-27
3
-65
/
+87
*
disble fidget again (#16842)
Timothee Cour
2021-01-27
1
-1
/
+1
*
Moved json enum index test to the proper file (#16826)
Jason Beetham
2021-01-25
2
-11
/
+12
*
added enum indexed array support to json (#16807)
Jason Beetham
2021-01-26
2
-1
/
+12
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
12
-105
/
+259
*
Make small text changes in the docs (#16634)
Elliot Waite
2021-01-25
5
-120
/
+124
[next]