summary refs log tree commit diff stats
path: root/compiler/semdata.nim
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-13/+10
* fixes #5050; fixes #11826 (#12606) [backport]cooldome2019-11-071-2/+17
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-2/+2
* fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]Araq2019-08-091-4/+2
* baby steps for incremental compilationAndreas Rumpf2018-05-301-1/+1
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-2/+2
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* make semantic checking free of globalsAndreas Rumpf2018-05-181-0/+2
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-1/+1
* fixes testament compilationAraq2018-05-141-0/+1
|\
| * A motivating example for the new `bindSym` behavior.Zahary Karadjov2018-05-071-0/+1
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-2/+3
* | lookups compiles againAndreas Rumpf2018-05-101-23/+25
|/
* semcheck: code cleanupsAndreas Rumpf2018-04-281-1/+1
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-4/+2
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-1/+1
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-5/+5
* the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+1
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
* remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-291-1/+0
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-261-0/+6
* destructors: preparations for upcoming changesAraq2017-10-171-0/+1
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* .pure enums are much more convenient to use nowAndreas Rumpf2017-09-171-1/+3
* introduce a pre-processing pass for the concept bodiesZahary Karadjov2017-06-201-2/+7
* Allow tyOr,tyAnd and tyNot to be constructed in more contextsZahary Karadjov2017-04-281-0/+4
* move the object construction logic to a separate fileZahary Karadjov2017-04-061-1/+1
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-2/+13