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
/
semfold.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression with uint constant losing abstract type (#24105)
metagn
2024-09-14
1
-1
/
+0
*
fixes for 32bit system (#23980)
ringabout
2024-08-19
1
-1
/
+1
*
fixes #23954; uint8 > 8 bit at compile-time (#23955)
ringabout
2024-08-15
1
-1
/
+2
*
fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)
ringabout
2024-08-11
1
-3
/
+8
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
1
-4
/
+1
*
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
ringabout
2024-07-03
1
-1
/
+1
*
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
ringabout
2024-06-05
1
-1
/
+2
*
remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)
ringabout
2024-04-09
1
-2
/
+0
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-2
/
+2
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-3
/
+3
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-3
/
+4
*
fix isNil folding for compile time closures (#22574)
metagn
2023-09-02
1
-1
/
+7
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-2
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-5
/
+23
*
replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319)
ringabout
2023-02-02
1
-3
/
+3
*
fix for bad error message with const in case statement (#21182)
metagn
2022-12-27
1
-0
/
+4
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-26
/
+83
*
fix #19426 compile error using when/elif/else and typedesc in template (#20550)
Bung
2022-10-21
1
-0
/
+1
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-4
/
+4
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
[semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]
flywind
2022-06-13
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2]
Etan Kissling
2021-12-06
1
-8
/
+8
*
remove exception (#18906)
flywind
2021-10-22
1
-7
/
+1
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
1
-1
/
+1
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
1
-0
/
+1
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-1
/
+0
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-2
/
+2
*
fixes #16076 (#17486)
Andreas Rumpf
2021-03-23
1
-1
/
+2
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-97
/
+103
*
fix #16650 (#16660)
flywind
2021-01-10
1
-1
/
+6
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-2
/
+2
*
fixes #16069; [backport:1.2] [backport:1.4] (#16115)
Andreas Rumpf
2020-11-24
1
-0
/
+1
*
Disallow nil dereference at compile time (#16032)
cooldome
2020-11-18
1
-0
/
+4
*
Semfold for nil cast (#16030)
cooldome
2020-11-18
1
-1
/
+1
*
combine PR#16009 and PR#16012 (#16024)
flywind
2020-11-18
1
-1
/
+1
*
Revert "fix #15623 (#16009)"
Andrey R (cooldome)
2020-11-17
1
-1
/
+1
*
fix #15623 (#16009)
flywind
2020-11-17
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-85
/
+46
*
fixes #15532 (#15534)
Andreas Rumpf
2020-10-09
1
-0
/
+2
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
Deprecated laxStrings for mutating the internal zero terminator on strings an...
Juan Carlos
2020-06-23
1
-2
/
+0
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-2
/
+2
*
fix #14007 (#14012) [backport]
cooldome
2020-04-18
1
-2
/
+6
*
Fix semfold handling of {.str/int/bool-define.} (#13964)
Oscar Nihlgård
2020-04-13
1
-0
/
+6
*
fix last remaining warning when building nim (`intVal should be Int128`) + mi...
Timothee Cour
2020-04-02
1
-23
/
+4
*
Continue bool conversion fixing (#13751)
cooldome
2020-03-25
1
-0
/
+9
*
fixes #13661 (#13664) [backport]
Andreas Rumpf
2020-03-16
1
-1
/
+0
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
1
-2
/
+2
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-9
/
+1
[next]