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
*
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)
Saem Ghani
2021-01-12
1
-0
/
+1
*
IC: next steps (#16632)
Andreas Rumpf
2021-01-12
18
-771
/
+475
*
RST: implement internal targets (#16614)
Andrey Makarov
2021-01-11
1
-1
/
+1
*
fix #13517 (#16681)
flywind
2021-01-11
1
-3
/
+3
*
fix negative nan (#16628)
flywind
2021-01-11
2
-3
/
+15
*
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)
Saem Ghani
2021-01-11
1
-10
/
+11
*
fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)
Timothee Cour
2021-01-11
3
-5
/
+12
*
fix #16651 (#16658)
cooldome
2021-01-11
1
-0
/
+7
*
fix #16650 (#16660)
flywind
2021-01-10
1
-1
/
+6
*
compiler: minor refactoring (#16633)
Andreas Rumpf
2021-01-08
1
-12
/
+11
*
happy new year 2021 again (#16638)
Andrew
2021-01-08
1
-1
/
+1
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
35
-400
/
+653
*
add math.signbit (#16592)
flywind
2021-01-07
1
-0
/
+6
*
[backport 1.0] add backend support for js bigint (#16606)
Timothee Cour
2021-01-06
2
-1
/
+5
*
fixes nim-lang/nimsuggest#119 outline includes (#16608)
Saem Ghani
2021-01-06
1
-3
/
+13
*
fix #16516 method dispatch for sink args (#16594)
cooldome
2021-01-06
1
-1
/
+1
*
make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)
Andreas Rumpf
2021-01-04
2
-2
/
+4
*
continue #15456 add #pragma directives compiler support (#16472)
flywind
2021-01-04
1
-6
/
+13
*
fix #16526 run config.nims before foo.nim.cfg (#16557)
Timothee Cour
2021-01-02
1
-2
/
+2
*
fix `is "closure"` (#16552)
flywind
2021-01-02
1
-2
/
+1
*
fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349)
Timothee Cour
2021-01-02
1
-2
/
+13
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
55
-1717
/
+1429
*
fix #14340 (#16386)
Timothee Cour
2021-01-01
1
-1
/
+3
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-0
/
+6
*
fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...
Timothee Cour
2020-12-30
6
-13
/
+21
*
move asciitables to std/private/ (#16498)
flywind
2020-12-29
3
-85
/
+3
*
use -d:nimCompilerStackraceHints in more places (#16400)
Timothee Cour
2020-12-29
1
-0
/
+5
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
9
-14
/
+1415
*
fix `nim secret` dots interfering with prompt (#16491)
Timothee Cour
2020-12-28
3
-4
/
+9
*
fix #15043 (#16441) [backport:1.4]
cooldome
2020-12-27
1
-5
/
+7
*
Revert #16478 (#16483)
flywind
2020-12-27
1
-1
/
+1
*
fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)
Timothee Cour
2020-12-27
1
-1
/
+6
*
minor (#16478)
flywind
2020-12-27
1
-1
/
+1
*
fix #16346 rst2html now honors SuccessX (#16347)
Timothee Cour
2020-12-26
2
-4
/
+11
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-10
/
+2
*
misc cleanups (#16383)
Timothee Cour
2020-12-18
2
-4
/
+5
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
21
-176
/
+1223
*
fix #16248 forward --lib to runnableExamples (#16350)
Timothee Cour
2020-12-14
1
-1
/
+2
*
fix #16334 (#16335)
RSDuck
2020-12-14
2
-6
/
+14
*
fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...
Timothee Cour
2020-12-14
2
-3
/
+8
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
5
-7
/
+11
*
clean up old codes (#16284)
flywind
2020-12-09
1
-1
/
+0
*
put both funcs and procs under the same section in the documentation (#16301)
Miran
2020-12-09
1
-8
/
+2
*
OSX: support for M1 [backport:1.0] (#16279)
Andreas Rumpf
2020-12-07
1
-1
/
+1
*
[docs minor]space for code-block (#16266)
flywind
2020-12-06
3
-4
/
+6
*
fixes #16249 [backport:1.4] (#16251)
Andreas Rumpf
2020-12-05
1
-1
/
+1
*
Add 32-bit RISC-V support (#16231)
Alf-André Walla
2020-12-03
2
-2
/
+3
*
fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...
Timothee Cour
2020-12-03
3
-5
/
+27
*
fix #16164, render doc comments (#16230)
Miran
2020-12-02
1
-1
/
+1
*
fixed article duplication typos (#16216)
ihlec
2020-12-02
1
-1
/
+1
[next]