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 #18983 #5282 #13008; recursive types casue infinite type (#20172)
ringabout
2022-08-23
1
-2
/
+27
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
6
-77
/
+2
*
remove a special case in sigmatch; distinct pointer types no longer match `ni...
ringabout
2022-08-23
1
-2
/
+0
*
remove unused nimfind defines (#20250)
ringabout
2022-08-23
1
-23
/
+8
*
remove `shallow` usages for ORC (#20109)
ringabout
2022-08-23
2
-3
/
+6
*
fixes #19967; reset does not work on set [backport: 1.2] (#19968)
ringabout
2022-08-23
1
-1
/
+14
*
fixes #20162; locals doesn't work with ORC [backport] (#20163)
ringabout
2022-08-23
1
-1
/
+1
*
document compiler procs regarding `&` (#20257)
ringabout
2022-08-22
3
-2
/
+8
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
1
-0
/
+2
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
1
-7
/
+5
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
2
-7
/
+7
*
fixes #20107 (#20246) [backport]
Andreas Rumpf
2022-08-19
1
-0
/
+14
*
Don't require blank line before Markdown code (#20215)
Andrey Makarov
2022-08-15
1
-2
/
+1
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
8
-1
/
+26
*
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
ringabout
2022-08-04
1
-1
/
+2
*
Fixed compilation of void closureiters with try stmt (#20138) [backport]
Yuriy Glukhov
2022-08-03
1
-4
/
+7
*
Warn when casting to a larger type (#20103)
konsumlamm
2022-07-28
2
-8
/
+12
*
Fixed noinit pragma for closure variables (#20101)
Yuriy Glukhov
2022-07-28
2
-2
/
+3
*
fixes #20031; uint64 is an ordinal type since 1.0 (#20094)
ringabout
2022-07-27
1
-1
/
+1
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
5
-9
/
+35
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
9
-17
/
+88
*
Correctly detect major version of GCC (#20059)
kraptor
2022-07-18
1
-20
/
+6
*
defines the `gcRefc` symbol which allows writing specific code for refc (#20009)
flywind
2022-07-17
1
-0
/
+1
*
Make imports/exports not be a dropdown in sidebar (#19907)
Jake Leahy
2022-07-16
1
-3
/
+14
*
Use module actual file instead of PSym.info (#19956)
Ivan Yonchovski
2022-07-15
1
-12
/
+18
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
1
-1
/
+3
*
Improve Markdown code blocks & start moving docs to Markdown style (#19954)
Andrey Makarov
2022-07-15
6
-21
/
+36
*
fix #20002 (#20004)
metagn
2022-07-15
1
-1
/
+1
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
15
-108
/
+118
*
fix #20012 (#20013)
Daniel Clarke
2022-07-13
1
-1
/
+1
*
fix #18735; genDepend broken for duplicate module names in separate folders (...
flywind
2022-07-12
2
-8
/
+52
*
allow dots in defined() (#20010)
metagn
2022-07-12
1
-1
/
+13
*
try to optimize hot spots for orc-booting compiler (#20001)
flywind
2022-07-12
1
-5
/
+13
*
Fix nested finally handling in closureiters [backport] (#19933)
Tanguy
2022-07-11
1
-6
/
+25
*
remove `when declared(cache)`; cache is always there (#19991)
flywind
2022-07-10
1
-9
/
+6
*
removed caching logic; saves 400MB for an ORC booting compiler (#19989)
Andreas Rumpf
2022-07-09
1
-8
/
+1
*
cache rope when threads are enabled (#19981)
flywind
2022-07-07
1
-6
/
+5
*
rename gc to mm (#19971)
flywind
2022-07-05
1
-1
/
+1
*
Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)
rockcavera
2022-07-04
1
-7
/
+12
*
Allow recursive closure iterators (#19939)
Tanguy
2022-06-30
1
-1
/
+2
*
once C++, always C++ [backport] (#19938)
Jacek Sieka
2022-06-30
1
-10
/
+16
*
dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...
flywind
2022-06-29
1
-1
/
+1
*
ref #19830; multiple definition of in Nim generated static libraries (#19934)
flywind
2022-06-27
1
-18
/
+18
*
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...
flywind
2022-06-22
2
-13
/
+18
*
[Tiny] correct comment opcDeref => opcLdDeref (#19908)
flywind
2022-06-21
1
-1
/
+1
*
[vm] refactor `stdlib.marshal.load` (#19905)
flywind
2022-06-19
1
-17
/
+1
*
Better range error messages (#19867)
Tanguy
2022-06-15
1
-3
/
+3
*
Fixes #19883 so genscript works with vcc (#19893)
Don-Duong Quach
2022-06-15
1
-2
/
+8
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
4
-21
/
+91
*
[semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]
flywind
2022-06-13
1
-1
/
+1
[next]