summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* implements https://github.com/nim-lang/RFCs/issues/257 (#15466)Andreas Rumpf2020-10-023-7/+9
* remove nim.cfg file change lefover [backport:1.2] (#15469)Andreas Rumpf2020-10-021-6/+0
* parser hotfix: don't run into endless loops; regression (#15468)Andreas Rumpf2020-10-021-4/+16
* Added std/effecttraits.nim (#15462)Andreas Rumpf2020-10-021-0/+9
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-023-4/+126
* fixes #15430, pop pragma takes invalid input (#15449)shirleyquirk2020-10-011-1/+3
* fix #15405. deepcopy arc (#15410)cooldome2020-10-014-3/+12
* Clean out (#15448)Juan Carlos2020-10-011-11/+0
* views: yet another bugfix (#15447)Andreas Rumpf2020-10-013-9/+27
* refactoring, fixes yet another strictFuncs regression (#15446)Andreas Rumpf2020-10-012-8/+17
* added missing .noalias support for object fields (#15445)Andreas Rumpf2020-10-011-3/+5
* better support for view types (#15436)Andreas Rumpf2020-09-303-11/+51
* spec for view types (#15424)Andreas Rumpf2020-09-295-49/+235
* .noalias annotation; frontend support (#15419)Andreas Rumpf2020-09-286-10/+22
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-273-19/+34
* better support for slices as views (#15414)Andreas Rumpf2020-09-273-44/+63
* cursor inference: makes combparser work; refactorings (#15411)Andreas Rumpf2020-09-261-68/+71
* koch, compiler: bundle fusion as part of the source archive (#15409)alaviss2020-09-261-0/+1
* Revert "fix #15035 (#15236)" (#15408)cooldome2020-09-241-3/+2
* more precise borrow checking of 'result' (#15406)Andreas Rumpf2020-09-242-3/+8
* fixes #15403 (#15404)Andreas Rumpf2020-09-241-1/+2
* fixes #15361 (#15401)Andreas Rumpf2020-09-241-36/+131
* use release version (#15400)flywind2020-09-241-2/+2
* Fix #15389 (#15390)cooldome2020-09-242-24/+27
* fix the indentation in `--help` and `--fullhelp` (#15387)Miran2020-09-231-2/+2
* 'koch temp' bugfixAraq2020-09-231-2/+2
* finish the stacktraces.nim implementation [backport:1.2] (#15393)Andreas Rumpf2020-09-231-0/+1
* Fix forward declarations in shadow scope contexts (#15386)Clyybber2020-09-224-13/+24
* fixes #15360 [backport:1.2] (#15378)Andreas Rumpf2020-09-211-1/+1
* arc: =deepcopy fixesAraq2020-09-201-1/+0
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-201-1/+1
* fix infinite recursion in typeRel (#15241)jcosborn2020-09-181-56/+59
* Revert "Introduce explicit copy (#15330)" (#15346)Andreas Rumpf2020-09-161-1/+1
* fix #15326 (#15341)cooldome2020-09-161-59/+67
* proc params as syms (#15332)cooldome2020-09-162-1/+2
* Introduce explicit copy (#15330)cooldome2020-09-161-1/+1
* fixes #15325 (#15340)Andreas Rumpf2020-09-164-4/+18
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-169-107/+172
* fixes #15076 (#15329)Andreas Rumpf2020-09-153-4/+5
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-1/+1
* fixes #15147 (#15315)Andreas Rumpf2020-09-121-1/+1
* Fix #15305 (#15311)Clyybber2020-09-121-2/+1
* fixes #15122 (#15301)Andreas Rumpf2020-09-111-2/+15
* fix warnings for deprecated `low` and `high` (#15291)Miran2020-09-113-13/+13
* Fix #15286 (#15292)cooldome2020-09-101-0/+3
* fixes #15280 [backport:1.2] (#15281)Andreas Rumpf2020-09-091-1/+1
* borrow checking refinements (#15290)Andreas Rumpf2020-09-092-5/+21
* Better semiStmtList parsing (#15123)Clyybber2020-09-091-78/+44
* borrow checking (#15282)Andreas Rumpf2020-09-0916-311/+475
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-082-4/+3