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
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
18
-98
/
+209
*
add finally as post expr block [backport:1.4] (#16896)
hlaaftana
2021-02-01
1
-1
/
+5
*
fixes #16897 [backport:1.2] (#16900)
Andreas Rumpf
2021-02-01
1
-1
/
+1
*
fix #16822 (#16884)
flywind
2021-02-01
1
-2
/
+2
*
let's assume littleEndian in JS backend (#16886)
flywind
2021-02-01
1
-1
/
+1
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-9
/
+4
*
Fix #12595 (#16874)
konsumlamm
2021-01-31
1
-0
/
+4
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
1
-15
/
+27
*
close #16844 (#16852)
flywind
2021-01-29
1
-0
/
+14
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
9
-56
/
+12
*
fix #16815 round(x,places) works again in vm (#16825)
Timothee Cour
2021-01-28
2
-1
/
+11
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
5
-10
/
+22
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
12
-105
/
+259
*
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
Saem Ghani
2021-01-25
1
-2
/
+7
*
Finer analysis for array access (#16787)
Clyybber
2021-01-24
2
-29
/
+75
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
32
-323
/
+729
*
Part-to-whole optimization (#16775)
Clyybber
2021-01-21
1
-15
/
+16
*
some comments for amd64 and nimvm CPU (#16756)
Timothee Cour
2021-01-20
1
-1
/
+2
*
Reboot of #16195 (#16746)
Clyybber
2021-01-20
1
-58
/
+85
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
5
-7
/
+18
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
2
-3
/
+2
*
Fix 16722 (#16730)
cooldome
2021-01-15
3
-3
/
+6
*
conservative approach to fix #15184 (#16723)
Andrey Makarov
2021-01-15
1
-10
/
+19
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
14
-277
/
+289
*
improve formatting of error message when runnableExamples fails (#16677)
Timothee Cour
2021-01-13
1
-1
/
+6
*
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
[next]