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
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
8
-38
/
+42
*
testament: introduce 'matrix' for testing multiple options (#13343)
Miran
2020-02-07
1
-1
/
+3
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-1
/
+1
*
fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...
Timothee Cour
2020-02-07
1
-0
/
+47
*
fixes #13269 (#13344)
Andreas Rumpf
2020-02-07
1
-0
/
+14
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
1
-0
/
+5
*
[backport] -d:danger should imply -d:release (#13336)
Miran
2020-02-05
1
-0
/
+13
*
Fixed codegen for constant cstring with --gc:arc (#13326)
Ico Doornekamp
2020-02-04
1
-0
/
+16
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
2
-82
/
+83
*
fix #13132 tnetdial (#13318)
Timothee Cour
2020-02-04
1
-2
/
+2
*
Fix capture for object types (#13315)
Clyybber
2020-02-02
1
-2
/
+16
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
1
-0
/
+9
*
Repr v2 progress (#13268)
cooldome
2020-01-28
2
-1
/
+35
*
TlSF Alloctor: use less memory for --gc:arc (#13280)
Andreas Rumpf
2020-01-28
1
-0
/
+2
*
fixes #13281 (#13282)
cooldome
2020-01-28
1
-1
/
+17
*
ARC: remove unnecessary code
Araq
2020-01-26
1
-4
/
+3
*
contributing docs: symbols need package prefix; changed allocStats to nimAllo...
Timothee Cour
2020-01-25
8
-8
/
+8
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
9
-56
/
+31
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
1
-6
/
+30
*
fix lots of bugs with parentDir, refs #8734 (#13236)
Timothee Cour
2020-01-23
1
-5
/
+5
*
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Timothee Cour
2020-01-23
1
-1
/
+1
*
new os.isRelativeTo (#13212)
Timothee Cour
2020-01-23
1
-0
/
+12
*
fix #13211 relativePath("foo", ".") (#13213)
Timothee Cour
2020-01-21
1
-0
/
+4
*
fix range[enum] type conversion (#13204) [backport]
Jasper Jenkins
2020-01-20
1
-0
/
+33
*
compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)
alaviss
2020-01-20
1
-0
/
+19
*
fixes #13195 (#13198)
cooldome
2020-01-20
1
-0
/
+25
*
fixes #13110 (#13197)
Andreas Rumpf
2020-01-19
1
-1
/
+4
*
Revert "fixes #13195"
Andrii Riabushenko
2020-01-19
1
-25
/
+0
*
revert last commit
Andrii Riabushenko
2020-01-19
1
-0
/
+25
*
more on arc codegen (#13178)
cooldome
2020-01-19
2
-8
/
+30
*
maybe: allows optional chaining of field access and indexing when LHS i snil ...
Timothee Cour
2020-01-18
1
-0
/
+82
*
make sink operator optional (#13068)
cooldome
2020-01-17
2
-12
/
+4
*
ARC works for async on Windows (#13179)
Andreas Rumpf
2020-01-17
1
-0
/
+69
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+0
*
fixes #13095 (#13181)
cooldome
2020-01-17
1
-0
/
+20
*
fix tsizeof3 for aarch64 (#13169)
Jasper Jenkins
2020-01-16
2
-20
/
+20
*
Working towards arc codegen (#13153)
cooldome
2020-01-16
1
-0
/
+57
*
style fix: change 'JS' to 'js' to make it consistent (#13168)
Miran
2020-01-16
2
-2
/
+2
*
ARC: misc bugfixes (#13156)
Andreas Rumpf
2020-01-15
2
-0
/
+210
*
fixes #9674 [backport] (#13143)
Andreas Rumpf
2020-01-14
1
-1
/
+9
*
fixes #13105 (#13138)
Andreas Rumpf
2020-01-14
1
-0
/
+18
*
fixes #13119 (#13128)
Andreas Rumpf
2020-01-14
2
-2
/
+14
*
fixes #13112 (#13127)
Andreas Rumpf
2020-01-13
1
-0
/
+6
*
fixes #13122 (#13126)
Andreas Rumpf
2020-01-13
3
-4
/
+13
*
fix rtti sizeof for varargs in global scope (#13125) [backport]
Jasper Jenkins
2020-01-13
1
-0
/
+9
*
VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)
Timothee Cour
2020-01-12
1
-0
/
+13
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-0
/
+25
*
typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...
Timothee Cour
2020-01-10
1
-4
/
+14
*
fixes #13070
Araq
2020-01-10
1
-0
/
+40
*
distinctBase type trait for distinct types (#13031)
cooldome
2020-01-08
3
-38
/
+65
[next]