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 #21989; lift `=dup` from a custom `=copy` for objects to keep backward ...
ringabout
2023-06-07
1
-1
/
+10
*
retain forced open undeclared ident information (#22019)
metagn
2023-06-07
2
-5
/
+4
*
Improve compiler messages (#22028)
Juan Carlos
2023-06-07
1
-3
/
+2
*
make runnableExamples a special word (#22024)
metagn
2023-06-06
4
-7
/
+7
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-12
/
+16
*
properly disallow unresolved generic proc values (#22005)
metagn
2023-06-05
2
-2
/
+13
*
infer error for `=dup` if there is a custom `=copy` error hook (#22004)
ringabout
2023-06-05
1
-1
/
+10
*
Remove unused astago import warning from vm.nim (#22003)
Miguel Madrid-Mencía
2023-06-04
1
-1
/
+0
*
Fix typo in installer.ini (#22002)
Miguel Madrid-Mencía
2023-06-04
1
-1
/
+1
*
fixes nightlies regression caused by atlas moving out of the tools dir (#21999)
ringabout
2023-06-04
1
-0
/
+1
*
shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...
heterodoxic
2023-06-04
1
-3
/
+2
*
fixes #21987; don't create type bound ops for anything in a function with a `...
ringabout
2023-06-04
1
-1
/
+4
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
4
-53
/
+113
*
partially fixes #20787 by having a char dummy member prepended to objs only c...
heterodoxic
2023-06-01
1
-2
/
+9
*
fixes #21974; fixes sameConstant fieldDefect (#21981)
ringabout
2023-06-01
1
-1
/
+1
*
privateAccess ignores non-objects (#21973)
metagn
2023-06-01
3
-2
/
+5
*
removal of seq spam in generated C/C++ code and Module.typeStack cleanup (#21...
heterodoxic
2023-05-31
1
-13
/
+8
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
6
-78
/
+143
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
2
-1
/
+5
*
simple micro-optimizations of ropes' runtime-formatting (#21962)
heterodoxic
2023-05-30
2
-15
/
+8
*
hot code reloading: fix regression? and PreMain with arc/orc (#21940)
metagn
2023-05-30
2
-7
/
+12
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-10
/
+13
*
prevent spamming of thread local forward declarations in C/C++ output (#21955)
heterodoxic
2023-05-29
1
-1
/
+1
*
ship atlas and build documentation (#21945)
ringabout
2023-05-28
1
-0
/
+1
*
support generic void return type for templates (#21934)
metagn
2023-05-27
1
-2
/
+5
*
fixes #15428 by updating deep open array copy codegen (#21935)
heterodoxic
2023-05-27
1
-2
/
+3
*
fix #10964 by honoring pointer deref syntax if a reified openarray is used to...
heterodoxic
2023-05-27
1
-2
/
+11
*
fix & add test for basic hot code reloading case (#21915)
metagn
2023-05-26
1
-1
/
+4
*
fixes #21887; Type conversion on overloaded enum field does not always call (...
ringabout
2023-05-26
1
-0
/
+3
*
fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)
heterodoxic
2023-05-26
2
-7
/
+7
*
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
[prev]
[next]