summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixes maxLineLength's bug in the renderer (#8240)Dmitry Atamanov2018-07-091-3/+3
| * | Reset typedescMatched before paramTypesMatch (#8250)LemonBoy2018-07-091-0/+3
| * | Custom pragmas in proc types (#8205)cooldome2018-07-093-12/+18
* | | WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-178-30/+86
* | | more progress on destructor based stringsAndreas Rumpf2018-07-136-36/+81
* | | system.substr is not implemented with compilerProcs anymoreAndreas Rumpf2018-07-114-2/+10
* | | refactorings in preparations for the new runtimeAndreas Rumpf2018-07-105-19/+16
* | | avoid AST streaming, experiment what it breaksAraq2018-07-091-2/+6
|/ /
* | Generate dynlib strings as a single rope (#8247)LemonBoy2018-07-081-1/+3
* | Pick the `and` symbol we need explicitly (#8249)LemonBoy2018-07-081-2/+2
* | Fix comparison of tyGenericBody in typerel (#8045)LemonBoy2018-07-071-1/+1
* | make tmemfile2 work againAraq2018-07-061-0/+1
* | make tests green againAndreas Rumpf2018-07-051-0/+2
* | turn destructors into finalizersAndreas Rumpf2018-07-051-3/+15
* | enable destructors without the --newruntime switchAndreas Rumpf2018-07-043-16/+4
* | code cleanup: remove newScopeForIf switchAndreas Rumpf2018-07-045-78/+4
* | Merge branch 'devel' into araq-develAndreas Rumpf2018-07-043-10/+31
|\ \
| * | Error out if vararg match isn't an exact one (#8186)LemonBoy2018-07-031-1/+11
| * | Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)Vindaar2018-07-031-8/+19
| * | Fix crash with static and anonymous procs (#8171)LemonBoy2018-07-021-1/+1
* | | Merge branch 'devel' into araq-develAndreas Rumpf2018-07-018-46/+55
|\| |
| * | Minor changes to discardable handling (#8155)LemonBoy2018-07-012-21/+7
| * | Fix use of custom pragmas in generic procs (#8165)LemonBoy2018-07-011-1/+2
| * | Fix constant folding of len() with concept type (#8143)LemonBoy2018-06-301-6/+6
| * | Fix vm regression (#8163)Oscar Nihlgård2018-06-301-0/+7
| * | Fixes #6689 (#8135)Oscar Nihlgård2018-06-301-2/+8
| * | Check the RHS when building a set (#8159)LemonBoy2018-06-301-1/+1
| * | fix #8129 by calling `semExpr` in `semIs` if node is `strLit` (#8130)Vindaar2018-06-291-0/+2
| * | VM regression fixes (#8146)Oscar Nihlgård2018-06-291-1/+3
| * | Fix codegen for mInSet magic and empty sets (#8140)LemonBoy2018-06-291-13/+17
| * | improve error message if literal ends with an underscore (#8114)Vindaar2018-06-281-1/+2
* | | codgen refactoring: prepare for alternative string/seq implementationsAndreas Rumpf2018-06-294-19/+23
|/ /
* | Fix template codegen with static parameters (#8110)LemonBoy2018-06-271-8/+12
* | Return an error symbol as macro output if needed (#8116)LemonBoy2018-06-271-1/+6
* | Reject ptr/ref void types (#8127)LemonBoy2018-06-271-0/+3
* | Reject enums with holes when computedGoto is used (#8132)LemonBoy2018-06-271-0/+3
* | Don't consider concept types as non-complex during codegen (#8119)LemonBoy2018-06-271-1/+1
* | Lexer: do not accept some invalid integer literals (#8089)Hiroki Noda2018-06-271-7/+12
* | Nintendo switch support (#8069)Joey2018-06-274-4/+51
* | compiler/types.nim: make low/high know about 'sink' parameters; cleans up #7736Araq2018-06-271-12/+16
* | Merge pull request #7736 from cooldome/range_float_typeAndreas Rumpf2018-06-273-23/+60
|\ \
| * | manual merge 2cooldome2018-06-122-3/+3
| * | Manual mergecooldome2018-06-121-0/+1
| * | merge develcooldome2018-06-12110-5502/+3689
| |\ \
| * | | Fix error messagecooldome2018-06-121-2/+2
| * | | style fixes, typoscooldome2018-06-121-5/+5
| * | | remove underscorescooldome2018-06-111-5/+5
| * | | fix commentscooldome2018-06-102-23/+52
| * | | manual mergecooldome2018-06-101-2/+2
| * | | manual merge continuescooldome2018-06-101-16/+30