summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
* removed flawed thread analysis passAraq2014-04-201-3/+5
* New concurrency model: next stepsAraq2014-04-191-8/+12
* first version of 'spawn'Araq2014-04-161-1/+1
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-1/+1
* fixes #1025; don't know what this breaksAraq2014-03-261-1/+1
* implemented 'borrow dot' feature for distinct typesAraq2014-03-261-1/+3
* implements ``distinct with/without X, Y``Zahary Karadjov2014-03-201-1/+5
* reference implementation of a vector swizzle libraryZahary Karadjov2014-03-201-0/+2
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-0/+1
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-161-1/+2
* fix #996Zahary Karadjov2014-03-161-3/+5
* first phase of tyGenericParam reforms needed for static paramsZahary Karadjov2014-03-161-1/+12
* fix tsemistaticZahary Karadjov2014-03-111-4/+1
* fix #866; generic static paramsZahary Karadjov2014-03-091-0/+4
* Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-0/+2
|\
| * implemented 'union' and 'unchecked' pragmasAraq2014-03-051-0/+2
* | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-9/+13
|/
* the compiler is now aware of packagesAraq2014-03-021-0/+1
* vm2: new representation of registersAraq2014-02-211-5/+1
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-2/+9
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-3/+3
* implements #766;Zahary Karadjov2014-01-241-19/+37
* support for parametric user-defined type classesZahary Karadjov2014-01-241-6/+15
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-0/+1
* introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-041-8/+20
* Templates will pick the candidate in the nearest scope when symbols are mixed-inZahary Karadjov2013-12-311-0/+4
* handle recursive types during the instantiation of meta types; propagate tfHa...Zahary Karadjov2013-12-301-2/+6
* restore return type inferenceZahary Karadjov2013-12-301-0/+3
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-11/+25
|\
| * integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-291-5/+15
| * towards support for composite type classes such as seq[Number] and SquareMatr...Zahary Karadjov2013-12-271-1/+2
| * better integration of tyStatic into typeRelZahary Karadjov2013-12-251-0/+1
| * wip type class reforms (the compiler bootstraps fine)Zahary Karadjov2013-12-251-4/+4
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-3/+5
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-9/+9
* | case consistency: next stepsAraq2013-12-291-7/+7
* | case consistency part 4Araq2013-12-271-11/+11
* | case consistency part 3Araq2013-12-271-4/+4
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-241-1/+2
|\ \
| * | Merge branch 'master' into vm2Araq2013-12-131-1/+10
| |\|
| * | Merge branch 'master' into vm2Araq2013-12-051-2/+0
| |\ \
| * | | VM now supports lambda liftingAraq2013-11-061-1/+2
* | | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-2/+2
| |_|/ |/| |
* | | progress towards adding negative type classesZahary Karadjov2013-12-091-1/+10
| |/ |/|
* | support for multiple test variables and var qualifiers in user-defined type c...Zahary Karadjov2013-11-131-2/+0
|/
* 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-061-2/+2
* implemented 'import a as b'Araq2013-09-241-2/+21
* fixes #576Araq2013-09-181-1/+2
* implemented the using statementZahary Karadjov2013-08-311-0/+2