summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
* sem pass compiles againAndreas Rumpf2018-05-121-22/+22
* more modules compile againAndreas Rumpf2018-05-121-13/+16
* more modules compile againAndreas Rumpf2018-05-121-24/+27
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-3/+3
* fixes #7601, array construction of ptr generics (#7671)andri lim2018-04-271-2/+3
* allow setting template/macro recursive evaluation limits (#7652)jcosborn2018-04-191-1/+1
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+1
* symbol files: delay the emission of forwarded procsAraq2018-02-211-0/+1
* symbol files: more progressAraq2018-02-201-1/+2
* new .rod file implementation; part 1: writing of the fileAraq2018-02-171-1/+2
* fixes #6946Andreas Rumpf2018-02-051-5/+10
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
* symbol files: fixes the logic for multi-methodsAraq2018-01-031-0/+4
* fixes #6972Araq2017-12-291-3/+3
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+13
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-1/+1
* the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+13
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-1/+1
* destructors: work in progressAraq2017-10-261-8/+12
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-5/+7
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-201-0/+1
* Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-081-7/+20
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+15
* further improvements to the error messages produced by conceptsZahary Karadjov2017-03-241-1/+0
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-141-0/+7
|\
| * Fixes #5167 and related problems (#5475)zah2017-03-121-0/+7
* | nimsuggest: more things workAraq2017-03-091-0/+4
|/
* nimsuggest supports prefix matching (first version)Araq2017-02-281-2/+7
* fixes #5430Araq2017-02-261-6/+6
* Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-241-1/+1
|\
| * removed compiler internal list implementation (#5371)Arne Döring2017-02-221-1/+1
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-9/+9
|/
* fixes #5405Araq2017-02-161-10/+0
* fixes #5383Araq2017-02-161-0/+15
* macros are now checked to not produce cyclic ASTsAndreas Rumpf2017-02-081-1/+13
* fixes #5185Andreas Rumpf2017-01-061-2/+2
* Merge branch 'devel' into sighashesAraq2016-12-191-0/+1
|\
| * fixes #4308, fixes #4905Araq2016-12-181-0/+1
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-4/+4
|/
* new dependency tracking for nimsuggestAraq2016-11-051-4/+6
* refactoring complete: explicit ident cacheAraq2016-10-311-4/+4
* big refactoring: step 1Araq2016-10-311-3/+3
* fixes #4626Andreas Rumpf2016-09-131-1/+5
* Display error message if defer statement is used at top levelKier Davis2016-09-071-0/+2
* remove unused stuffJacek Sieka2016-08-091-2/+0
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-1/+1
* nimsuggest improvementsAndreas Rumpf2016-07-161-2/+1
* new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-071-3/+22