summary refs log tree commit diff stats
path: root/compiler/semdata.nim
Commit message (Expand)AuthorAgeFilesLines
* Introduce localErrorNode (#17785)Clyybber2021-04-191-0/+13
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-2/+6
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-141-0/+10
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-0/+3
* iterable[T] (#17196)Timothee Cour2021-04-111-1/+1
* IC: backend: remember produced type information (#17440)Andreas Rumpf2021-03-231-14/+1
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+1
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-0/+1
* IC: compilerprocs are handled correctly (#17265)Andreas Rumpf2021-03-091-5/+6
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-241-9/+1
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-15/+19
* IC: final implementation steps (#16801)Andreas Rumpf2021-01-251-0/+12
* IC: next steps (#16729)Andreas Rumpf2021-01-231-0/+1
* IC: next steps (#16705)Andreas Rumpf2021-01-141-7/+47
* IC: next steps (#16632)Andreas Rumpf2021-01-121-10/+35
* IC: next steps (#16550)Andreas Rumpf2021-01-071-4/+18
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-9/+36
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-5/+19
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-17/+18
* Expand hoisted default params in sem (#15270)Clyybber2020-09-051-5/+3
* Use typeflag insteadClyybber2020-08-101-1/+1
* Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-081-1/+1
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-1/+1
* fix #11009 (#14935)flywind2020-07-091-0/+1
* no more code duplication bw liMessage and rawMessage + several bug fixes (#14...Timothee Cour2020-05-221-1/+2
* Implements RFCs #209 (#13995)cooldome2020-04-161-2/+5
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+4
* The raises list can now use expressions referencing the generic paramsZahary Karadjov2020-04-011-0/+2
* Replace tfHasRequiresInit with a more accurate mechanismZahary Karadjov2020-04-011-0/+1
* Fix tests/parallel/tguard2.nimZahary Karadjov2020-04-011-1/+1
* 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
* make tests green again on 32bit systemsAraq2019-08-091-1/+1
* fixes #11809Andreas Rumpf2019-08-081-0/+3
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-3/+3
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-271-1/+1
* revert changesAndrii Riabushenko2019-07-251-3/+0
* fixes #11826Andrii Riabushenko2019-07-251-0/+3
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-181-5/+2
|\
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-5/+2
* | [feature] detect unused importsAraq2019-07-171-1/+3
|/
* Smarter variant object construction (#11273)Jasper Jenkins2019-05-261-0/+10
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-1/+1
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-1/+1
* destructors: internal compiler refactoringAraq2019-04-181-6/+0
* fixes #10930Andreas Rumpf2019-03-301-0/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-0/+2
* destructors: first step towards fixing #9617 (#10341)cooldome2019-01-181-0/+7