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
*
surgical fix for #13319 (#13604)
Andy Davidoff
2020-03-08
1
-5
/
+3
*
Only print the link command when listCmd is active; fix docs (#13603)
Clyybber
2020-03-07
2
-2
/
+1
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
2
-10
/
+11
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
1
-0
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
11
-20
/
+124
*
std/compilesettings implementation (#13584)
Andreas Rumpf
2020-03-04
1
-0
/
+33
*
fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569)
Timothee Cour
2020-03-04
1
-2
/
+2
*
ARC hotfix; proper destruction of seqs and strings after a move
Araq
2020-03-03
1
-2
/
+2
*
Fix docgen snippet numbering (#13507)
genotrance
2020-03-03
1
-1
/
+1
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
12
-128
/
+32
*
Add signatures object to jsondoc for routine types (#13530)
PMunch
2020-03-02
1
-0
/
+29
*
make it possible to pass linker options for vcc (#13535) [backport]
cooldome
2020-02-29
1
-1
/
+1
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
4
-8
/
+5
*
fixes #12627 (#13521)
cooldome
2020-02-28
1
-1
/
+1
*
properly handle note override logic/verbosity/config/cmdline using modifiedyN...
Timothee Cour
2020-02-27
5
-32
/
+31
*
remove isCmdLine; use passCmd1
Timothee Cour
2020-02-27
4
-7
/
+3
*
correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order
Timothee Cour
2020-02-27
6
-3
/
+18
*
Fix #9405 - cfg and nims run in sync
Ganesh Viswanathan
2020-02-27
2
-28
/
+31
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-0
/
+1
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
9
-22
/
+26
*
fix #13479 (#13503)
Arne Döring
2020-02-26
1
-2
/
+2
*
only enable linenoise for -d:nimUseLinenoise (#13478)
Timothee Cour
2020-02-24
2
-4
/
+7
*
Remove genToArray in jsgen, a PHP remnant (#13466)
hlaaftana
2020-02-22
1
-20
/
+0
*
relativePath("foo", "foo") is now ".", not "" (#13452)
Timothee Cour
2020-02-22
1
-0
/
+2
*
Fix #8648 - use parent streams to avoid hang (#13445)
genotrance
2020-02-20
1
-6
/
+5
*
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
[next]