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
...
*
Shorten JS block code (#20370)
Amjad Ben Hedhili
2022-09-19
1
-4
/
+4
*
fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...
ringabout
2022-09-19
2
-2
/
+7
*
Allow custom pragma on iterators [backport] (#20344)
Tanguy
2022-09-17
1
-1
/
+1
*
minor improvements to follow up recent PRs (#20342)
metagn
2022-09-14
4
-11
/
+11
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
1
-18
/
+55
*
fixes #19724; don't be aggressive when you infer sink parameters (#20314)
Andreas Rumpf
2022-09-12
1
-7
/
+15
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
1
-3
/
+0
*
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
*