summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
...
| * fixes #11747Andreas Rumpf2019-07-171-0/+3
* | warn about unused imports; fixes an 'export' regression [nobackport]Andreas Rumpf2019-07-181-3/+3
* | [feature] detect unused importsAraq2019-07-171-17/+20
|/
* make 'koch temp' work againAraq2019-07-141-11/+15
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-4/+4
* bugfix: allow type conversions between 'owned ref' typesAraq2019-07-091-1/+5
* Offsetof fixes (#11690)Arne Döring2019-07-091-9/+3
* fixes #11515 (#11624)Andreas Rumpf2019-07-011-2/+5
* fixes #11600Araq2019-06-261-1/+1
* [feature] cleanup PR, refs #11424Araq2019-06-191-5/+6
* literal array indices (#11424)Jasper Jenkins2019-06-181-4/+19
* [refactoring] liftdestructors is now a module of its ownAraq2019-06-121-5/+5
* Remove immediate pragma (#11308)Arne Döring2019-05-291-10/+2
* fixes #11187 (#11315)Andreas Rumpf2019-05-241-2/+3
* fixes #8568 (#11303)Andreas Rumpf2019-05-221-0/+4
* fixes #7167 (#11300)Andreas Rumpf2019-05-221-2/+1
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* More specific error message for unsupported recursion in iterators (#11283)Ico Doornekamp2019-05-201-1/+1
* Tuple error message (#11141); fixes #3211Arne Döring2019-05-151-17/+24
* fixes #88 (#11243)Andreas Rumpf2019-05-151-2/+2
* Iterator fixes (#11234)Jasper Jenkins2019-05-131-4/+10
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-3/+3
* Make range checks in semConv (#7164)Oscar Nihlgård2019-05-101-16/+37
* Replace countup(x, y) with x .. yClyybber2019-05-071-2/+2
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-23/+23
* low/high for float ranges (#11177)Oscar Nihlgård2019-05-061-1/+1
* fixes #11175Araq2019-05-051-1/+3
* Fixes #11045. Assigning a proc to const and invoking. (#11076)Aditya Siram2019-05-041-4/+8
* decent borrow check for --newruntimeAraq2019-05-021-6/+35
* fixes #11114Araq2019-05-021-1/+5
* fixes #11073Araq2019-04-221-2/+4
* revert discardable transformation (#10905)Andreas Rumpf2019-04-211-2/+2
* sem'check understands 'owned procs'Araq2019-04-111-6/+16
* makes koch.nim sem'check with --newruntimeAraq2019-04-061-1/+1
* fixes unowned->owned conversion ruleAndreas Rumpf2019-04-061-1/+1
* remove check for better error message (#10926)Arne Döring2019-03-291-3/+0
* newruntime: bugfixesAndreas Rumpf2019-03-251-0/+3
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-3/+3
* fixes #10807 (#10814)cooldome2019-03-121-2/+5
* fixes the regressionAndreas Rumpf2019-03-071-1/+2
* owned refs must be movedAndreas Rumpf2019-03-071-0/+1
* better error message for 'owned'Andreas Rumpf2019-03-051-1/+2
* special typing rules for owned pointersAndreas Rumpf2019-03-041-0/+4
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-1/+4
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-231-1/+5
* first steps in implementing 'owned' pointers; undocumented, do not useAndreas Rumpf2019-02-231-7/+7
* Stop useless suggestion of unsafeAddr (#10598)LemonBoy2019-02-081-1/+1
* Reject assignments with nkEmpty RHS (#9000)LemonBoy2019-02-061-7/+9
* fixes double object field symbol lookups (no test case available) (#10450)cooldome2019-01-251-1/+5
* compiler/sem*: better lineinfo for templates (#10428)alaviss2019-01-231-5/+9