summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
...
* refactor sizealignoffset (#12077)Andreas Rumpf2019-08-281-0/+1
* lift destructor for openarray (#12073)cooldome2019-08-281-2/+2
* Fix to int to biggest int (#12066)Arne Döring2019-08-271-4/+0
* fixes #12056 (#12063)Andreas Rumpf2019-08-271-1/+1
* fixes #11972Araq2019-08-201-0/+2
* fixes #11891Andreas Rumpf2019-08-101-1/+3
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-18/+60
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+1
* [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-8/+0
* [bugfix] owned closures (#11544)Andreas Rumpf2019-06-201-0/+2
* Remove immediate pragma (#11308)Arne Döring2019-05-291-4/+0
* fixes #10889Andreas Rumpf2019-05-291-14/+0
* Iterator fixes (#11234)Jasper Jenkins2019-05-131-0/+3
* 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-1/+0
* Replace countup(x, y) with x .. yClyybber2019-05-071-4/+4
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-6/+6
* Fixes for ptr array deref codegen (#11191)Jasper Jenkins2019-05-071-0/+2
* added system.unown to make 'owned' sane to use in practice; later on we might...Araq2019-04-291-1/+1
* destructors: internal compiler refactoringAraq2019-04-181-10/+14
* an owned ref parameter behaves as a 'sink' parameterAndreas Rumpf2019-04-071-0/+6
* more efficient enumToStr implementation that works without the old typeinfo s...Andreas Rumpf2019-04-071-0/+14
* destructors: we are cooking nowAraq2019-04-061-0/+3
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-4/+8
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-1/+1
* multi-methods: remove hack, make tmethod_various compile under strict C++ [ba...Andreas Rumpf2019-03-141-1/+1
* owned refs must be movedAndreas Rumpf2019-03-071-1/+1
* explicit default values for a leaner codegen, .cursor variables for optimizationAndreas Rumpf2019-03-071-0/+5
* introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...Andreas Rumpf2019-03-051-1/+8
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-1/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-4/+8
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-221-1/+1
* it's spelt callsiteAndreas Rumpf2019-02-221-1/+1
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+8
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-1/+1
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-1/+0
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-0/+7
* much simpler implementation of constant tuple declarationsAndreas Rumpf2018-12-191-2/+1
* Const tuple unpacking (#9964)Neelesh Chandola2018-12-191-1/+2
* compiler refactoring: TSymSeq is gone for goodAraq2018-12-111-2/+1
* fixes nested gensym'ed parameters; fixes #9476Araq2018-12-081-3/+3
* More dead code (#9835)Jacek Sieka2018-12-041-2/+0
* IC: further progressAraq2018-12-011-6/+6
* fixes #9675Andreas Rumpf2018-11-261-2/+2
* Remove dead code (#9777)Jacek Sieka2018-11-261-1/+0
* Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-211-1/+2
* compiler cleanup: flag tfOldSchoolExprStmt is goneAraq2018-11-061-3/+0
* language cleanup: the .unchecked pragma is deadAraq2018-11-061-1/+0
* fixes tnre regressionAraq2018-10-291-1/+1
* make tstatic_t_bug compile with the C++ backendAraq2018-10-281-2/+2