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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #12945 (#12959)
cooldome
2019-12-24
1
-6
/
+6
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-387
/
+385
*
Fix compiler crash caused by top level return (#12501)
Oscar Nihlgård
2019-10-24
1
-1
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+1
*
refactor illegal iterator assignment detection (#12212)
Arne Döring
2019-10-11
1
-2
/
+2
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
fixes #12224 (#12225)
cooldome
2019-09-21
1
-2
/
+2
*
better implementation
Araq
2019-09-16
1
-2
/
+8
*
fixes a weird quote do regression
Andreas Rumpf
2019-09-16
1
-1
/
+2
*
fixes #12171 (#12173)
Andreas Rumpf
2019-09-11
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-43
/
+43
*
fixes #12121 (#12126)
Andreas Rumpf
2019-09-05
1
-1
/
+0
*
make test green
Araq
2019-09-02
1
-1
/
+1
*
Merge branch 'devel' into uint-range-checks
Araq
2019-09-02
1
-9
/
+11
|
\
|
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-4
/
+4
|
*
address the comments
narimiran
2019-08-27
1
-5
/
+2
|
*
Fix several float range issues
Oscar Nihlgård
2019-08-27
1
-0
/
+6
|
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-1
/
+2
|
*
fixes #10854
Andreas Rumpf
2019-08-22
1
-4
/
+2
*
|
squashed and merged with devel
Arne Döring
2019-08-21
1
-1
/
+1
|
/
*
merged #11813 manually [bugfix]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-36
/
+36
*
fixes #11809
Andreas Rumpf
2019-08-08
1
-15
/
+32
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-5
/
+5
*
revert changes
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
revert the bugfix for #11747 as it really was a new, poorly though-out feature
Araq
2019-07-19
1
-3
/
+0
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-0
/
+3
|
\
|
*
fixes #11747
Andreas Rumpf
2019-07-17
1
-0
/
+3
*
|
warn about unused imports; fixes an 'export' regression [nobackport]
Andreas Rumpf
2019-07-18
1
-3
/
+3
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-17
/
+20
|
/
*
make 'koch temp' work again
Araq
2019-07-14
1
-11
/
+15
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-4
/
+4
*
bugfix: allow type conversions between 'owned ref' types
Araq
2019-07-09
1
-1
/
+5
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-9
/
+3
*
fixes #11515 (#11624)
Andreas Rumpf
2019-07-01
1
-2
/
+5
*
fixes #11600
Araq
2019-06-26
1
-1
/
+1
*
[feature] cleanup PR, refs #11424
Araq
2019-06-19
1
-5
/
+6
*
literal array indices (#11424)
Jasper Jenkins
2019-06-18
1
-4
/
+19
*
[refactoring] liftdestructors is now a module of its own
Araq
2019-06-12
1
-5
/
+5
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-10
/
+2
*
fixes #11187 (#11315)
Andreas Rumpf
2019-05-24
1
-2
/
+3
*
fixes #8568 (#11303)
Andreas Rumpf
2019-05-22
1
-0
/
+4
*
fixes #7167 (#11300)
Andreas Rumpf
2019-05-22
1
-2
/
+1
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
More specific error message for unsupported recursion in iterators (#11283)
Ico Doornekamp
2019-05-20
1
-1
/
+1
*
Tuple error message (#11141); fixes #3211
Arne Döring
2019-05-15
1
-17
/
+24
*
fixes #88 (#11243)
Andreas Rumpf
2019-05-15
1
-2
/
+2
*
Iterator fixes (#11234)
Jasper Jenkins
2019-05-13
1
-4
/
+10
[next]