Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -1/+1 |
| | | | | | * Remove sonsLen * Use Indexable | ||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | balance space around emdash -- | Julian Fondren | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | add indent to ambiguous-identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | re-include ambiguous identifier in ambiguous identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+2 |
| | |||||
* | re-include module in ambiguous identifier output | Julian Fondren | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | provide more useful ambiguous-identifier error output | Julian Fondren | 2019-04-28 | 1 | -3/+3 |
| | |||||
* | fixes #10251 (#10255) | Arne Döring | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766) | Timothee Cour | 2019-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * fixes #8794 : `Error: undeclared field: 'foo'` should show type (+ where type is defined) (hard to guess in generic code) * fixes #9270: `--listFullPaths` not honored by `declared in foo.nim` messages * fixes #9767: VM stacktrace doesn't honor --excessiveStackTrace:on * fixes #9768: VM stacktrace misses column info, can lead to ambiguous or harder to read stacktraces * refactors some col+1 code to col + ColOffset (self documents code) * make getProcHeader show declared info location also for types and all routine kinds (including macros,templates) instead of just (rather arbitrarily) for iterator,proc,func,method * --listFullPaths now is honored in more places * fix typo system/except.nim => lib/system/excpt.nim * remove substr(foo, 0) hack in compiler/vm.nim which seems old and not applicable anymore | ||||
* | Deprecate gc v2 (#10151) | Neelesh Chandola | 2019-01-01 | 1 | -1/+1 |
| | | | | | | * Deprecate gc v2 * warnDeprecated now has custom messages | ||||
* | fixes #10101 (#10103) | Timothee Cour | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | change approach | Andrii Riabushenko | 2018-12-09 | 1 | -2/+1 |
| | |||||
* | Fix hintXDeclaredButNotUsed for enum fields marked as used | Andrii Riabushenko | 2018-12-08 | 1 | -1/+2 |
| | |||||
* | fixes #9764 | Araq | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | improve the error message for 'attempt to redefine X'; fixes #447 | Andreas Rumpf | 2018-09-17 | 1 | -11/+17 |
| | |||||
* | fixes #8066 | Araq | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | better formatting for recursive module dependency (#8735) | Timothee Cour | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | sfForward is also sfReorder for skModule symbols (#8692) | LemonBoy | 2018-08-21 | 1 | -1/+1 |
| | | | | | Take this into account while searching for undefined forward references. Fixes #8665 | ||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | use slashes instead of dots for paths | Andreas Rumpf | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -5/+9 |
| | |||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -13/+13 |
| | | | | around explicitly | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-05-18 | 1 | -13/+15 |
| | |||||
* | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -4/+4 |
| | |||||
* | lookups compiles again | Andreas Rumpf | 2018-05-10 | 1 | -56/+53 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -2/+0 |
| | |||||
* | Static[T] fixes (#7333) | zah | 2018-03-24 | 1 | -1/+2 |
| | | | | | | | | | | | * fix the usage of unresolved static[T] parameters in proc signatures * fix tsametype and tmacrogenerics * Allow creating composite type classes with concepts and using them in type signatures * Allow integers to be used in ident concatenations * Support using imported C++ generic types in proc signatures * fixes #7230 * closes #7379 * re-enable some metatype tests | ||||
* | fixes #6965 | Araq | 2017-12-28 | 1 | -3/+4 |
| | |||||
* | fixes #1860; macro generating a wrong nkSymChoice node | Andreas Rumpf | 2017-10-30 | 1 | -2/+10 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | first implementation of package level types that allow forwarding across ↵ | Andreas Rumpf | 2017-10-28 | 1 | -1/+1 |
| | | | | module boundaries | ||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -2/+4 |
| | |||||
* | .pure enums are much more convenient to use now | Andreas Rumpf | 2017-09-17 | 1 | -1/+3 |
| | |||||
* | compiler: better error messages (#5613) | Andreas Rumpf | 2017-03-26 | 1 | -13/+20 |
| | |||||
* | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -0/+3 |
| | |||||
* | implements module grouping for the import statement | Andreas Rumpf | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -4/+13 |
| | |||||
* | fixes #4555 | Andreas Rumpf | 2016-08-02 | 1 | -7/+14 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | Locate 'attempt to redefine' errors at the import statement rather than at ↵ | Kier Davis | 2016-07-30 | 1 | -0/+4 |
| | | | | the first line of the imported module. Fixes #4541. | ||||
* | fixes an valid 'T' is not used hint | Andreas Rumpf | 2016-07-20 | 1 | -1/+2 |
| | |||||
* | fixes #177 | Andreas Rumpf | 2016-05-11 | 1 | -3/+16 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 1 | -1/+1 |
| |