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 #20155; repr range with distinct types is broken with ORC (#20158)
ringabout
2022-09-11
1
-0
/
+3
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
2
-2
/
+7
*
fix #13515 [backport] (#20315)
metagn
2022-09-11
1
-1
/
+7
*
fixes nightlies build regression (#20322)
ringabout
2022-09-08
1
-1
/
+1
*
fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]
ringabout
2022-09-08
1
-2
/
+25
*
Replace `if` by `case` in JS `isSimpleExpr` (#20267)
Amjad Ben Hedhili
2022-09-06
1
-5
/
+7
*
use arrow precedence in spec (#20166)
metagn
2022-09-06
1
-1
/
+1
*
fixes #9462; jsondoc --index can generate a theindex.json (#20205)
ringabout
2022-09-06
2
-1
/
+21
*
overloadable enums no longer experimental (#20298)
metagn
2022-09-05
6
-23
/
+7
*
Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [ba...
Antonis Geralis
2022-09-05
1
-0
/
+3
*
only allow enums to overload enums + extra test (#20126)
metagn
2022-09-03
1
-2
/
+2
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
2
-30
/
+27
*
Fix #16937; --clib option pass library name to backend C compiler correctly (...
Tomohiro
2022-09-01
1
-1
/
+1
*
support cstring in `case` (#20130)
metagn
2022-09-01
9
-18
/
+42
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
3
-11
/
+8
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
2
-1
/
+2
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
2
-10
/
+27
*
fix `nim md2tex` and `koch pdf` commands (#20280)
Andrey Makarov
2022-08-28
1
-1
/
+2
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
2
-12
/
+10
*
provide better error messages for large set (#20207)
ringabout
2022-08-25
1
-1
/
+1
*
remove unused sfProcvar, "procvar" mentions (#20204)
metagn
2022-08-24
3
-5
/
+6
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
11
-10
/
+16
*
fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)
ringabout
2022-08-24
1
-1
/
+2
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
2
-0
/
+5
*
fixes #20219; ignore comment/empty node in stmtListExpr (#20249)
ringabout
2022-08-24
1
-0
/
+4
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
12
-187
/
+324
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
7
-2
/
+15
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
3
-2
/
+49
*
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
[next]