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
*
ignore inline hint for dynlib procs in codegen [backport] (#21817)
metagn
2023-05-09
1
-14
/
+14
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
18
-44
/
+47
*
fixes #21801; object field initialization with overloaded functions (#21805)
ringabout
2023-05-08
1
-1
/
+1
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
1
-6
/
+3
*
fixes #21280; Enum with int64.high() value crashes compiler (#21285)
ringabout
2023-05-06
1
-1
/
+6
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
8
-15
/
+89
*
some Token refactors (#21762)
metagn
2023-05-06
3
-31
/
+26
*
fixes #21753 [backport] (#21802)
Andreas Rumpf
2023-05-06
1
-3
/
+6
*
Fix some `styleCheck` bugs (#20095)
quantimnot
2023-05-06
2
-6
/
+11
*
fixes #21704; remove nfIsRef for genLit in VM (#21765)
ringabout
2023-05-06
1
-0
/
+1
*
consistent use of scForceOpen for generic dot field symbols (#21738)
metagn
2023-05-05
1
-11
/
+11
*
amends #21690 to fix broken Nim to C++ source line mappings (#21784)
heterodoxic
2023-05-04
4
-124
/
+125
*
minor cleanup vmprofiler (#21783)
ringabout
2023-05-04
1
-1
/
+1
*
error on user pragma args (#21776)
metagn
2023-05-03
1
-1
/
+5
*
underscore as special word (#21766)
metagn
2023-05-02
6
-9
/
+10
*
cheap fix for #10853 + better tuple subscript error message (#21767)
metagn
2023-05-02
2
-2
/
+5
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
11
-9
/
+24
*
implements #21747 (#21748)
Juan M Gómez
2023-05-02
2
-28
/
+34
*
fixes #21483; fixes nim doc skips documentation of annotated elements of obje...
ringabout
2023-04-29
1
-1
/
+1
*
improve C/C++ debug output readability (1/N) (#21690)
heterodoxic
2023-04-28
4
-129
/
+159
*
handle quoted routine symbols and non symbols expressions as before (#21740)
ringabout
2023-04-28
1
-2
/
+3
*
fixes #21245; warn about destructors that can raise (#21726)
Andreas Rumpf
2023-04-26
2
-1
/
+7
*
fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#...
ringabout
2023-04-26
1
-1
/
+1
*
fix #21727 (#21729)
metagn
2023-04-26
2
-12
/
+17
*
Pragma to force the exportc of a type. #21645 (#21648)
Juan M Gómez
2023-04-24
1
-3
/
+12
*
fixes #21703; moveOrCopy should consider when vm (#21721)
ringabout
2023-04-24
1
-1
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
44
-201
/
+215
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
2
-2
/
+6
*
fixes booting warnings (#21711)
ringabout
2023-04-23
1
-1
/
+1
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
6
-112
/
+118
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
3
-8
/
+20
*
tweak spellsuggest; three counts for equal distances candidates by default (#...
ringabout
2023-04-21
1
-6
/
+3
*
fixes #21540; deref block at transf phase to make injectdestructors function ...
ringabout
2023-04-19
2
-15
/
+16
*
import brackets support `as` and prefixes [backport] (#21636)
metagn
2023-04-18
1
-12
/
+14
*
actually fix #19015 (#21680)
metagn
2023-04-17
1
-1
/
+3
*
revert #21227 (#21681)
metagn
2023-04-17
1
-6
/
+2
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
9
-20
/
+31
*
compiler/docgen: pass --path:… to runnableExamples (#21669)
Emery Hemingway
2023-04-17
1
-2
/
+5
*
fixes #21674; `lent` can be used in the fields or the cast type as a paramete...
ringabout
2023-04-18
2
-2
/
+4
*
fixes #20155; repr range with distinct types is broken in ORC (#21682)
ringabout
2023-04-17
1
-0
/
+5
*
fix small mistake from #21629 (#21672)
metagn
2023-04-17
1
-2
/
+2
*
change compile pragma to use mangled compile objects (#21678)
Jaremy Creechley
2023-04-17
1
-2
/
+7
*
minor codegen bugfix (#21670)
Andreas Rumpf
2023-04-15
1
-1
/
+1
*
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...
ringabout
2023-04-14
1
-1
/
+0
*
runnableExamples imports std/assertions by default (#21658)
metagn
2023-04-14
1
-1
/
+3
*
make grammar a bit more honest (#21655)
metagn
2023-04-14
1
-9
/
+10
*
custom pragmas: correct error condition, remove outdated symkind whitelist (#...
metagn
2023-04-13
1
-10
/
+18
*
fixes #20900; Calling template through from generic function across module fa...
ringabout
2023-04-13
1
-0
/
+1
*
set module symbol type to None instead of nil for discard check (#21657)
metagn
2023-04-13
2
-12
/
+19
*
fixes #21632; enforce deref for `wasMoved` in ORC (#21647)
ringabout
2023-04-12
2
-5
/
+5
[next]