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 #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
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
3
-27
/
+189
*
fix #15691 (#21623)
metagn
2023-04-11
1
-2
/
+0
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
5
-23
/
+37
*
fixes booting warnings (#21583)
ringabout
2023-04-10
4
-6
/
+3
*
remove useVersion (#21626)
metagn
2023-04-08
5
-33
/
+6
*
`for` loop expression can now have generated `iterator`'s called (#21627)
Jason Beetham
2023-04-08
1
-1
/
+2
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
4
-12
/
+20
*
fix #19430 (#21603)
metagn
2023-04-06
1
-2
/
+3
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
2
-0
/
+12
*
Fix nim doc crash with group referencing & include (#21600)
Andrey Makarov
2023-04-02
1
-6
/
+11
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
3
-6
/
+10
*
hopefully easier to understand error message (#21585)
Andreas Rumpf
2023-03-30
1
-2
/
+2
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
2
-16
/
+24
*
remove `seq[T]` `setLen` undefined behavior (#21582)
tersec
2023-03-29
1
-1
/
+1
*
Fix segfault caused by ensuring valueless statics are not evaluated (#21577)
Jason Beetham
2023-03-29
1
-1
/
+1
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
4
-90
/
+123
*
fixes #20993 [backport:1.6] (#21574)
Andreas Rumpf
2023-03-28
1
-16
/
+33
*
fixes #21505 (overload resolution of explicit constructors for imported C++ t...
heterodoxic
2023-03-27
2
-5
/
+24
*
fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)
ringabout
2023-03-23
1
-1
/
+1
*
fixes #3770; templates with untyped parameters resolve private fields wrongly...
ringabout
2023-03-21
6
-11
/
+33
*
mitigates #21272; but it's not the final fix because the first round … (#21...
Andreas Rumpf
2023-03-20
1
-2
/
+2
*
Use `analyseIfAddressTaken` logic for checking if address is taken in convert...
Jake Leahy
2023-03-20
2
-11
/
+16
*
Made generic type classes work with types using static parameters (#21528)
Jason Beetham
2023-03-17
1
-4
/
+23
[prev]
[next]