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
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
3
-4
/
+5
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
5
-6
/
+5
*
fixes #19231; newFinalize doesn't work with ORC (#20291)
ringabout
2022-10-05
1
-31
/
+28
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
13
-77
/
+266
*
[ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...
ringabout
2022-10-03
1
-12
/
+17
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
8
-17
/
+19
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
1
-0
/
+4
*
disable threads when booting the compiler (#20478)
ringabout
2022-10-02
1
-0
/
+1
*
Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)
Bung
2022-10-01
1
-0
/
+3
*
fix #19678 Broken behavior with string ranges in case labels (#20475)
Bung
2022-10-01
1
-0
/
+2
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
10
-670
/
+439
*
closed ambiguous enum defaults to first overload (#20457)
metagn
2022-10-01
5
-6
/
+23
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
1
-2
/
+1
*
add plausibleAnalytics support for koch docs[backport:1.6] (#20454)
ringabout
2022-09-30
1
-0
/
+8
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
2
-2
/
+1
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
2
-7
/
+7
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-5
/
+5
*
Use vccexe when generating static lib with vcc (#19843)
Tomohiro
2022-09-28
1
-2
/
+3
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
18
-62
/
+85
*
fixes #19986; mutable view from immutable location (#20134)
ringabout
2022-09-28
1
-15
/
+24
*
Update message for checking `cast` (#20145)
konsumlamm
2022-09-28
1
-5
/
+5
*
fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)
ringabout
2022-09-28
1
-0
/
+5
*
fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)
ringabout
2022-09-28
1
-0
/
+10
*
fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...
ringabout
2022-09-27
1
-24
/
+48
*
allow more simple expressions in js (#20270)
Amjad Ben Hedhili
2022-09-27
1
-1
/
+3
*
Compute small nim string lit at CT (#20439)
Amjad Ben Hedhili
2022-09-27
1
-3
/
+18
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
24
-1003
/
+1059
*
fixes #20426; remove `maincommand` and `m` options since they are a no op sin...
ringabout
2022-09-26
1
-1
/
+1
*
Represent more types as JS `TypedArray`s (#20411)
Amjad Ben Hedhili
2022-09-26
1
-2
/
+8
*
fix #2614 improve error message when array of proc calling convention… (#20...
Bung
2022-09-26
1
-19
/
+32
*
continue booting the compiler with refc (#20421)
ringabout
2022-09-24
1
-0
/
+1
*
defaults to ORC (#19972)
ringabout
2022-09-23
3
-1
/
+18
*
fix #17351; switch to c++17 and remove hacks (#20407)
ringabout
2022-09-23
2
-4
/
+3
*
Fixes #20348; only respect the recursion limit if the symbol's generic type ...
Aditya Siram
2022-09-22
3
-12
/
+22
*
Improve error message when instantiating generics with object constructor (#2...
Bung
2022-09-21
1
-2
/
+6
*
fixes #20397; fixes stylecheck regression (#20398)
ringabout
2022-09-21
1
-0
/
+1
*
fixes #20391; make of operator work with generics for ORC (#20395)
ringabout
2022-09-21
1
-1
/
+1
*
turn nimIncrSeqV3 into deadcode (#20388)
ringabout
2022-09-20
1
-1
/
+1
*
report expression has no type other than has to be used (or discarded… (#20...
Bung
2022-09-20
1
-0
/
+3
*
fix #19882 Improve error message when instantiating generics that lac… (#20...
Bung
2022-09-19
1
-1
/
+2
*
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
[next]