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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
3
-15
/
+32
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
2
-8
/
+25
*
fix #16978 unittest js foreign exception (#16998)
Timothee Cour
2021-02-13
1
-0
/
+16
*
followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006)
Timothee Cour
2021-02-13
1
-3
/
+17
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
2
-3
/
+7
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-13
/
+10
*
Improve math module (#17019)
konsumlamm
2021-02-12
2
-311
/
+358
*
typeToString: type float => typedesc[float] (#17011)
Timothee Cour
2021-02-12
11
-17
/
+17
*
parse RST headings when EOF follows them (#17014)
Andrey Makarov
2021-02-12
1
-0
/
+7
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+13
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
2
-2
/
+33
*
Improve documentation for assertions (#16988)
konsumlamm
2021-02-11
1
-3
/
+3
*
[JS] Ref #15952 make toOpenArray works better (#17001)
flywind
2021-02-10
1
-0
/
+13
*
ARC: Analysis in one pass v2 (#17000)
Clyybber
2021-02-10
2
-3
/
+29
*
Revert "ARC Analysis in one pass (#16849)" (#16984)
Clyybber
2021-02-09
2
-29
/
+3
*
Remove declPragmas from lambdas [backport:1.0] (#16966)
hlaaftana
2021-02-09
1
-0
/
+7
*
ARC Analysis in one pass (#16849)
Clyybber
2021-02-09
2
-3
/
+29
*
fix #16967 [backport:1.2] (#16976)
hlaaftana
2021-02-09
1
-0
/
+16
*
tests and docs for call operator (#16980)
hlaaftana
2021-02-09
3
-0
/
+91
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-20
/
+103
*
rename case statement macro from match to `case` (#16923)
hlaaftana
2021-02-08
1
-0
/
+35
*
basic cleanups regarding SSL handling (#16940) [backport:1.0]
Andreas Rumpf
2021-02-08
1
-1
/
+1
*
fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1...
Timothee Cour
2021-02-08
1
-0
/
+27
*
use typeof instead type (#16962)
flywind
2021-02-08
9
-39
/
+39
*
close #16921 (#16951)
flywind
2021-02-06
1
-0
/
+3
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
2
-0
/
+134
*
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
6
-237
/
+267
*
Sugar tests (#16820)
konsumlamm
2021-02-02
1
-118
/
+215
*
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
1
-0
/
+29
*
`dumpToString`: improves on `sugar.dump` (#16841)
Timothee Cour
2021-02-02
1
-1
/
+11
*
Improve doc comments (#16902)
konsumlamm
2021-02-02
1
-83
/
+85
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
1
-9
/
+14
*
add finally as post expr block [backport:1.4] (#16896)
hlaaftana
2021-02-01
1
-0
/
+115
*
fix #16822 (#16884)
flywind
2021-02-01
2
-2
/
+30
*
critbits: fix error from strictFuncs (#16877)
ee7
2021-02-01
1
-0
/
+1
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-0
/
+2
*
Fix #12595 (#16874)
konsumlamm
2021-01-31
1
-2
/
+8
*
add lost functions (#16843)
flywind
2021-01-29
1
-0
/
+2
*
fix floats slice (#16853)
flywind
2021-01-29
1
-3
/
+3
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
1
-28
/
+30
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
4
-0
/
+147
*
Improve documentation for the mersenne module (#16824)
konsumlamm
2021-01-27
1
-0
/
+11
*
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
1
-0
/
+11
*
Finer analysis for array access (#16787)
Clyybber
2021-01-24
1
-0
/
+31
*
fix manual to reflect reality for .nosideeffect (#16781)
Timothee Cour
2021-01-22
1
-0
/
+24
*
Improve the marshal module (#16777)
konsumlamm
2021-01-22
1
-94
/
+85
[next]