summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' into araqAndreas Rumpf2017-11-021-19/+33
|\
| * fixes bug reported in PR #5637Andreas Rumpf2017-10-301-0/+8
| * work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-291-9/+4
| * deprecated unary '<'Andreas Rumpf2017-10-291-2/+2
| * first implementation of package level types that allow forwarding across modu...Andreas Rumpf2017-10-281-2/+2
| * backend preparations for incomplete/forwarded object typesAndreas Rumpf2017-10-281-0/+5
| * ast.nim: spacingAraq2017-10-251-3/+3
| * bugfix: propagate the tfHasAsgn flag properlyAndreas Rumpf2017-10-191-1/+1
| * destructors: preparations for upcoming changesAraq2017-10-171-0/+2
| * minor refactorings for better destructorsAndreas Rumpf2017-10-141-1/+1
| * initial version of the new untested destructor passAndreas Rumpf2017-10-121-1/+5
| * further preparations for 'opt' builtin typeAndreas Rumpf2017-10-091-2/+2
* | Merge branch 'devel' into araqAndreas Rumpf2017-10-021-21/+17
|\|
| * first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-1/+1
| * some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-9/+3
| * first implementation of the 'func' keywordAndreas Rumpf2017-09-231-5/+8
| * Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-231-1/+1
| |\
| | * NimScript: added buildOS and buildCPU constantsAndreas Rumpf2017-09-221-1/+1
| * | fixes #6403Andreas Rumpf2017-09-211-2/+1
| * | refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-211-3/+2
| * | introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-211-3/+4
| |/
* | Merge branch 'devel' into araqAndreas Rumpf2017-09-151-0/+6
|\|
| * Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-151-0/+6
* | Merge branch 'devel' into araqAndreas Rumpf2017-09-151-0/+2
|\|
| * distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-261-0/+2
* | Merge branch 'devel' into araqAndreas Rumpf2017-07-131-7/+14
|\|
| * Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-1/+3
| * cleanup of in/out covariance handlingAndreas Rumpf2017-05-171-7/+5
| * enforce the covariance rules for user-defined generic typesZahary Karadjov2017-05-131-6/+8
| * doh, forgot to add all files in the previous commitZahary Karadjov2017-05-121-1/+2
| * support for external types with covariant generic paramsZahary Karadjov2017-05-081-0/+4
* | Merge branch 'zahary' into araqAndreas Rumpf2017-05-161-0/+5
|\|
| * lift parameter-less do block to lambdasZahary Karadjov2017-04-101-0/+1
| * fix the do notation when used with procsZahary Karadjov2017-04-091-0/+1
| * Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-0/+3
* | precise stack scanning for Nim's GCs; work in progressAndreas Rumpf2017-04-191-0/+3
|/
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-0/+1
* implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-241-0/+2
* infer static parameters even when more complicated arithmetic is involvedZahary Karadjov2017-03-241-1/+11
* support derived values in non-generic user type classesZahary Karadjov2017-03-241-0/+3
* support for inferring static[T] concept paramsZahary Karadjov2017-03-241-0/+4
* introduce tyInferred for the unbound concept type paramsZahary Karadjov2017-03-241-11/+23
* concept type params inference working in basic examplesZahary Karadjov2017-03-241-0/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-03-141-0/+2
|\
| * Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-141-0/+2
| |\
| | * Fixes #5167 and related problems (#5475)zah2017-03-121-0/+2
| * | nimsuggest: make tests green againAraq2017-03-101-2/+2
| |/
* / fixes #5529; don't merge type visibility flagsAraq2017-03-141-3/+3
|/
* removed compiler internal list implementation (#5371)Arne Döring2017-02-221-2/+4
* fixes #5383Araq2017-02-161-2/+1