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
*
when T is both a type symbol and a routine symbol in scope of a generic proc ...
metagn
2023-05-24
1
-4
/
+6
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
1
-0
/
+6
*
actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)
Juan M Gómez
2023-05-24
2
-21
/
+44
*
fix #21896 asign parameter to global variable generates invalid code (#21900)
Bung
2023-05-24
1
-1
/
+1
*
fixes #21863; Incorrect enum field access can cause internal error (#21886)
ringabout
2023-05-24
1
-1
/
+1
*
small refactor in preparation to fix #21889 (#21892)
Juan M Gómez
2023-05-23
1
-17
/
+23
*
Fix jsgen (#21880)
Juan Carlos
2023-05-23
1
-0
/
+5
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-0
/
+2
*
Fixed generic parameters failing to be used in inheritance (#21866)
Jason Beetham
2023-05-21
1
-11
/
+24
*
implements: "Allow bycopy to work in params #21874" (#21877)
Juan M Gómez
2023-05-21
3
-4
/
+9
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
7
-47
/
+62
*
fix #14254 (#21837)
metagn
2023-05-20
2
-3
/
+9
*
refactor gettypedesc so it accepts its own kind instead of symkind (#21867)
Juan M Gómez
2023-05-19
4
-81
/
+100
*
potential fix for C++ codegen with ARC/ORC and goto exceptions fixes #21579, ...
heterodoxic
2023-05-19
1
-1
/
+2
*
Cpp Vfunctions draft (#21790)
Juan M Gómez
2023-05-17
7
-13
/
+192
*
fixes #21708; skip colons for tuples in VM (#21850)
ringabout
2023-05-17
1
-1
/
+7
*
fix #21848 (#21852)
heterodoxic
2023-05-15
1
-7
/
+8
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
5
-6
/
+87
*
improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...
ringabout
2023-05-12
4
-16
/
+34
*
fixes #21840; nested local template lookup regression (#21841)
ringabout
2023-05-12
1
-7
/
+7
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
6
-55
/
+30
*
cursor fields cannot form reference cycles (#21832)
ringabout
2023-05-11
1
-9
/
+12
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
3
-3
/
+5
*
bring #21802 back; fixes #21753 [backport] (#21815)
ringabout
2023-05-11
6
-26
/
+51
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
4
-21
/
+3
*
Remove LineTooLong (#21819)
Juan Carlos
2023-05-11
3
-7
/
+1
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
1
-3
/
+12
*
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
[next]