summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fix #14684 (#15059)Bung2020-07-251-0/+2
* fix #14534 (#15060) [backport]Bung2020-07-251-1/+1
* fix assignment to converted concept type (#15051)jcosborn2020-07-241-0/+4
* fixes #15056 [backport]Araq2020-07-241-2/+6
* fixes #15036Andreas Rumpf2020-07-232-3/+2
* fixes #15044 [backport:1.2]Andreas Rumpf2020-07-231-3/+5
* fixes #15026 [backport] (#15040)Andreas Rumpf2020-07-221-1/+1
* ARC: optimize the code better when --panics:off (#15031)Andreas Rumpf2020-07-211-18/+24
* cursor inference bugfixAndreas Rumpf2020-07-201-2/+3
* hotfix: firstOrd/lastOrd for 'tyLent' as it shows up in strange places, as usualAndreas Rumpf2020-07-201-2/+2
* fixes #14194 (#15023)Andreas Rumpf2020-07-201-1/+2
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-207-6/+127
* arc: cursors for simple for loop variables (#15008)Andreas Rumpf2020-07-172-3/+23
* Show that a variable is cursor in --expandArc (#15002)Clyybber2020-07-173-11/+11
* cursor inference: hotfix (#14999)Andreas Rumpf2020-07-161-8/+13
* disable debug outputAndreas Rumpf2020-07-151-1/+1
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-157-30/+632
* Fix #14990 (#14991)Clyybber2020-07-151-2/+2
* Fix #14985 (#14988)Clyybber2020-07-151-2/+2
* injectdestructors fixes and refactor (#14964)Clyybber2020-07-142-193/+110
* fix #6608 (#14963)flywind2020-07-141-1/+10
* fix #14912, make `--useVersion:1.0` work again (#14945)Miran2020-07-101-0/+1
* fixes a minor regressionAraq2020-07-101-1/+1
* fixes the tcontrolflow regression, clen idea of an escaping expressionAraq2020-07-101-20/+44
* no wasMoved() calls after destructors necessaryAraq2020-07-101-6/+6
* optimize sinks even when in a loopAraq2020-07-101-23/+12
* renderer.nim: more obvious debug outputAraq2020-07-101-1/+11
* Move `wasMoved` out of `=destroy`Clyybber2020-07-103-16/+8
* CosmeticsClyybber2020-07-101-52/+51
* cleanup of PR #14833 (VM profiler)Araq2020-07-091-13/+16
* VM profiler (#14833)Ico Doornekamp2020-07-097-15/+85
* fixes #14925 (#14947)Andreas Rumpf2020-07-091-0/+4
* fix #11009 (#14935)flywind2020-07-092-1/+7
* fixes #14865 (#14937)Andreas Rumpf2020-07-082-0/+2
* Make arc compile laser againClyybber2020-07-081-1/+1
* fixes #14900, this time for real, maybe (#14934)Andreas Rumpf2020-07-081-2/+8
* fixes #14805Araq2020-07-081-1/+1
* fixes #14900Araq2020-07-081-38/+42
* fixes #14899Araq2020-07-081-4/+37
* progressAraq2020-07-081-17/+33
* injectdestructors: refactoring, added more cases explicitly (#14929)Andreas Rumpf2020-07-071-7/+68
* speed up Nim's lexer by using cstring instead of string. C optimizers are fra...Araq2020-07-071-9/+15
* Fix #14911 (#14922) [backport]Clyybber2020-07-071-1/+1
* Update btrees.nim (#14916)Dean Eigenmann2020-07-061-0/+3
* Fix #14396 (#14793)Clyybber2020-07-042-45/+102
* scoped memory management (#14790)Andreas Rumpf2020-07-048-437/+367
* deprecate existsDir; use dirExists instead (#14884)Timothee Cour2020-07-031-1/+1
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-021-2/+1
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-022-2/+2
* Fix #12745 (#14879)Tomohiro2020-07-022-11/+6