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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-0
/
+4
*
fix bug in int128 (#13403)
Arne Döring
2020-02-14
1
-3
/
+86
*
fixes #13368 (#13397)
cooldome
2020-02-14
2
-9
/
+11
*
fixes #13378 [backport] (#13392)
Andreas Rumpf
2020-02-11
1
-0
/
+2
*
fix several bugs with `repr` (#13386)
Timothee Cour
2020-02-11
1
-4
/
+8
*
fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]
Timothee Cour
2020-02-11
2
-6
/
+11
*
fix #13255 (#13275) [backport]
Arne Döring
2020-02-09
1
-2
/
+2
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
5
-18
/
+43
*
fixes #13314 (#13372)
Andreas Rumpf
2020-02-09
1
-4
/
+9
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
2
-3
/
+5
*
fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...
Timothee Cour
2020-02-07
1
-1
/
+2
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
1
-0
/
+1
*
fixes #13269 (#13344)
Andreas Rumpf
2020-02-07
1
-3
/
+6
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
2
-1
/
+2
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
9
-22
/
+118
*
nim secret: support linenoise when available (#13328)
Timothee Cour
2020-02-05
1
-4
/
+4
*
Fixed codegen for constant cstring with --gc:arc (#13326)
Ico Doornekamp
2020-02-04
1
-1
/
+1
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
2
-0
/
+8
*
CT FFI: fix for windows; fix case transition; error msg shows more useful con...
Timothee Cour
2020-01-30
1
-3
/
+8
*
fix critical bug discovered by #11591 (#13290) [backport]
Timothee Cour
2020-01-29
1
-1
/
+1
*
removed unused import
Timothee Cour
2020-01-28
1
-1
/
+1
*
refactor htmldocs; gitignore it
Timothee Cour
2020-01-28
1
-4
/
+5
*
fixes #13281 (#13282)
cooldome
2020-01-28
1
-4
/
+4
*
Clearer final objects error; fixes #13256 (#13257)
hlaaftana
2020-01-26
1
-1
/
+2
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
4
-12
/
+23
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
8
-12
/
+19
*
nim dump: add libpath (#13249)
Timothee Cour
2020-01-24
1
-0
/
+1
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
3
-9
/
+9
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
4
-13
/
+17
*
kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...
Timothee Cour
2020-01-23
2
-3
/
+3
*
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Timothee Cour
2020-01-23
4
-9
/
+11
*
fix range[enum] type conversion (#13204) [backport]
Jasper Jenkins
2020-01-20
1
-2
/
+3
*
compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199)
alaviss
2020-01-20
1
-1
/
+1
*
fixes #13195 (#13198)
cooldome
2020-01-20
2
-4
/
+5
*
fixes #13110 (#13197)
Andreas Rumpf
2020-01-19
2
-2
/
+11
*
Revert "fixes #13195"
Andrii Riabushenko
2020-01-19
2
-4
/
+4
*
revert last commit
Andrii Riabushenko
2020-01-19
2
-4
/
+4
*
Fixes #13186 (#13188)
slangmgh
2020-01-19
1
-2
/
+4
*
more on arc codegen (#13178)
cooldome
2020-01-19
2
-18
/
+51
*
fixes #13144 (#13145)
Timothee Cour
2020-01-18
1
-9
/
+4
*
fixes #13157
Araq
2020-01-17
1
-3
/
+6
*
Fix docs for subdirs too (#13180)
Clyybber
2020-01-17
1
-11
/
+15
*
make sink operator optional (#13068)
cooldome
2020-01-17
2
-48
/
+42
*
ARC works for async on Windows (#13179)
Andreas Rumpf
2020-01-17
1
-2
/
+2
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
32
-201
/
+183
*
fixes #13095 (#13181)
cooldome
2020-01-17
1
-0
/
+3
*
Cleanup DFA (#13173)
Clyybber
2020-01-16
2
-36
/
+16
*
fixes #12998 nim doc regression (#13117)
Timothee Cour
2020-01-16
4
-3
/
+14
*
Working towards arc codegen (#13153)
cooldome
2020-01-16
1
-31
/
+39
*
ARC: misc bugfixes (#13156)
Andreas Rumpf
2020-01-15
3
-25
/
+87
[next]