summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: next steps (#16729)Andreas Rumpf2021-01-231-6/+6
* IC: next steps (#16705)Andreas Rumpf2021-01-141-0/+2
* IC: next steps (#16550)Andreas Rumpf2021-01-071-1/+2
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-10/+10
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-3/+5
* fix #16150 improve type mismatch errors (#16152)Timothee Cour2020-12-091-1/+1
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-22/+22
* Revert "fixes #15280 [backport:1.2] (#15281)" (#15700)Clyybber2020-10-241-1/+1
* fixes #15280 [backport:1.2] (#15281)Andreas Rumpf2020-09-091-1/+1
* borrow checking (#15282)Andreas Rumpf2020-09-091-5/+5
* Fix #5691 (#15158)Clyybber2020-08-271-8/+5
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-1/+2
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-1/+2
* misc cleanups in compiler msgs: use toHumanStr, etc (#14677)Timothee Cour2020-06-151-4/+2
* * honor --errorMax even for tools (eg drnim, nim doc) (#14546)Timothee Cour2020-06-021-1/+1
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...Neelesh Chandola2020-05-291-5/+7
* Make ./koch temp --gc:arc work (#14186)Clyybber2020-05-011-2/+5
* implement (#14114)cooldome2020-04-251-8/+3
* The raises list can now use expressions referencing the generic paramsZahary Karadjov2020-04-011-0/+1
* Replace tfHasRequiresInit with a more accurate mechanismZahary Karadjov2020-04-011-1/+3
* Perform nil checks during object construction and within compiles()Zahary Karadjov2020-04-011-1/+1
* Plug another hole: default(T) forbidden for objects requiring initializationZahary Karadjov2020-04-011-18/+1
* Don't allow 'var x: T' for objects that require initializationZahary Karadjov2020-04-011-0/+18
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-281-1/+1
* fixes #12627 (#13521)cooldome2020-02-281-1/+1
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-1/+1
* remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)Timothee Cour2020-01-091-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-18/+17
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-1/+1
* fixes #11941 (#12079)Andreas Rumpf2019-08-291-2/+7
* lift destructor for openarray (#12073)cooldome2019-08-281-6/+4
* Fix several float range issues (supersedes #11905) (#12067)Andreas Rumpf2019-08-271-0/+1
|\
| * address the commentsnarimiran2019-08-271-0/+1
* | fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-1/+2
|/
* [refactoring] compiler: simplified markUsedAndreas Rumpf2019-08-081-1/+1
* IC: some progressAndreas Rumpf2019-07-271-6/+0
* revert changesAndrii Riabushenko2019-07-251-2/+2
* fixes #11826Andrii Riabushenko2019-07-251-2/+2
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-181-4/+4
|\
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-4/+4
* | warn about unused imports; fixes an 'export' regression [nobackport]Andreas Rumpf2019-07-181-1/+1
* | [feature] detect unused importsAraq2019-07-171-1/+6
|/
* [refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...Araq2019-07-141-1/+1
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-051-1/+1
* Remove immediate pragma (#11308)Arne Döring2019-05-291-2/+1
* new compiler feature: --expandMacroAraq2019-05-291-1/+3
* Allow void macro result (#11286)Arne Döring2019-05-211-4/+3
* rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)Arne Döring2019-05-111-9/+9
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-1/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+1