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
*
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
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-70
/
+70
*
conversions to unsigned numbers are not checked anymore; implements /… (#12...
Andreas Rumpf
2019-11-20
1
-4
/
+2
*
fix deprecation warnings related to Int128 (#12474)
Miran
2019-10-28
1
-47
/
+48
*
fixes #12170 (#12176)
Andreas Rumpf
2019-09-11
1
-2
/
+2
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-14
/
+14
*
Merge branch 'devel' into uint-range-checks
Andreas Rumpf
2019-09-02
1
-7
/
+0
|
\
|
*
fix min/max for float numbers (#12068)
Arne Döring
2019-09-02
1
-7
/
+0
*
|
makes more tests green
Andreas Rumpf
2019-09-02
1
-2
/
+2
*
|
make test green
Araq
2019-09-02
1
-2
/
+3
|
/
*
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
1
-3
/
+0
*
fixes #12056 (#12063)
Andreas Rumpf
2019-08-27
1
-2
/
+5
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-129
/
+130
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-4
/
+4
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-7
/
+5
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-6
/
+0
*
fix regression in semfold for old right shift (#11477)
Arne Döring
2019-06-12
1
-1
/
+16
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-7
/
+4
*
less copy tree (#11249)
Arne Döring
2019-05-15
1
-19
/
+15
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-4
/
+1
[next]