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
...
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-3
/
+3
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-16
/
+37
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-2
/
+2
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-23
/
+23
*
low/high for float ranges (#11177)
Oscar Nihlgård
2019-05-06
1
-1
/
+1
*
fixes #11175
Araq
2019-05-05
1
-1
/
+3
*
Fixes #11045. Assigning a proc to const and invoking. (#11076)
Aditya Siram
2019-05-04
1
-4
/
+8
*
decent borrow check for --newruntime
Araq
2019-05-02
1
-6
/
+35
*
fixes #11114
Araq
2019-05-02
1
-1
/
+5
*
fixes #11073
Araq
2019-04-22
1
-2
/
+4
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-2
/
+2
*
sem'check understands 'owned procs'
Araq
2019-04-11
1
-6
/
+16
*
makes koch.nim sem'check with --newruntime
Araq
2019-04-06
1
-1
/
+1
*
fixes unowned->owned conversion rule
Andreas Rumpf
2019-04-06
1
-1
/
+1
*
remove check for better error message (#10926)
Arne Döring
2019-03-29
1
-3
/
+0
*
newruntime: bugfixes
Andreas Rumpf
2019-03-25
1
-0
/
+3
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-3
/
+3
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-2
/
+5
*
fixes the regression
Andreas Rumpf
2019-03-07
1
-1
/
+2
*
owned refs must be moved
Andreas Rumpf
2019-03-07
1
-0
/
+1
*
better error message for 'owned'
Andreas Rumpf
2019-03-05
1
-1
/
+2
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
1
-0
/
+4
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+4
*
Open a new scope for `static:` expr blocks (#10649)
LemonBoy
2019-02-23
1
-1
/
+5
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-7
/
+7
*
Stop useless suggestion of unsafeAddr (#10598)
LemonBoy
2019-02-08
1
-1
/
+1
*
Reject assignments with nkEmpty RHS (#9000)
LemonBoy
2019-02-06
1
-7
/
+9
*
fixes double object field symbol lookups (no test case available) (#10450)
cooldome
2019-01-25
1
-1
/
+5
*
compiler/sem*: better lineinfo for templates (#10428)
alaviss
2019-01-23
1
-5
/
+9
*
compiler/sem*: improve lineinfo for qualified and generic procs (#10427)
alaviss
2019-01-23
1
-3
/
+4
*
Proper check for tyStatic[T] -> U conversions (#10382)
LemonBoy
2019-01-21
1
-0
/
+2
*
Fix spelling errors (#10379)
Federico Ceratto
2019-01-19
1
-1
/
+1
*
destructors: first step towards fixing #9617 (#10341)
cooldome
2019-01-18
1
-2
/
+2
*
Properly wrap discarded statements (#10322)
LemonBoy
2019-01-17
1
-2
/
+2
*
fixes #10136
Araq
2019-01-13
1
-2
/
+2
*
Show error when trying to export individual enum field (#10109)
Neelesh Chandola
2019-01-07
1
-1
/
+3
*
Fix #10073 (#10218)
zah
2019-01-07
1
-1
/
+8
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
1
-0
/
+2
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
Check there are no side effects before optimizing away compile time expressio...
deech
2018-12-31
1
-8
/
+12
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-0
/
+4
*
fixes #9868
Araq
2018-12-05
1
-0
/
+17
*
fix #8289 (#9828)
Timothee Cour
2018-11-30
1
-0
/
+1
*
improve line info retreival (#9822)
Arne Döring
2018-11-30
1
-1
/
+8
*
fix #9759 (#9789)
Arne Döring
2018-11-23
1
-1
/
+2
*
fixes #9743
Araq
2018-11-19
1
-1
/
+2
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-0
/
+1
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-18
/
+19
*
feedback injected
Arne Döring
2018-11-08
1
-1
/
+1
*
fix #8335
Arne Döring
2018-11-08
1
-0
/
+2
[prev]
[next]