| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update tut1: -d:release does not turn off *allruntime checks off anymore (#11... | Simon Krauter | 2019-06-13 | 1 | -1/+1 |
* | [bugfix] rename Nimrod to Nim, fix #11460 (#11462) | Miran | 2019-06-10 | 1 | -1/+1 |
* | Fixes #11431 (#11451) [bugfix] | Juan Carlos | 2019-06-10 | 1 | -1/+1 |
* | update the nimc.rst document about the release/danger split [bugfix] | Andreas Rumpf | 2019-06-08 | 1 | -4/+8 |
* | updates the contributing guidelines [other] | Andreas Rumpf | 2019-06-07 | 1 | -6/+4 |
* | pass typedesc as NimNode to macros (#11400) | Arne Döring | 2019-06-05 | 1 | -29/+42 |
* | use proper mathematical expressions for subsets [ci skip] | narimiran | 2019-06-04 | 1 | -1/+1 |
* | fix `c2nim` link | narimiran | 2019-06-04 | 1 | -1/+1 |
* | Added 'except X as Y' to section 'except clauses' of manual (#11371) | Ico Doornekamp | 2019-06-01 | 1 | -5/+14 |
* | new compiler feature: --expandMacro | Araq | 2019-05-29 | 1 | -0/+1 |
* | fixes #1286; object case transitions are now sound | Andreas Rumpf | 2019-05-27 | 1 | -4/+17 |
* | Smarter variant object construction (#11273) | Jasper Jenkins | 2019-05-26 | 1 | -0/+23 |
* | fixes #10038; deprecate generic methods, they are unreliable | Andreas Rumpf | 2019-05-25 | 1 | -0/+2 |
* | fixes #10912 (#11317) | Andreas Rumpf | 2019-05-24 | 1 | -3/+3 |
* | Nim is not a header file generator anymore; closes #4723 | Araq | 2019-05-22 | 1 | -2/+0 |
* | fixes #7167 (#11300) | Andreas Rumpf | 2019-05-22 | 1 | -1/+6 |
* | manual_experiments: clarifications | Araq | 2019-05-15 | 1 | -1/+4 |
* | fixes #11237 | Araq | 2019-05-13 | 1 | -0/+3 |
* | manual: fix typo in inImplicitlyConvertible [ci skip] (#11211) | Jjp137 | 2019-05-09 | 1 | -1/+1 |
* | manual: add a section about aliasing restrictions for parameter passing; Spar... | Araq | 2019-05-06 | 1 | -0/+25 |
* | docs: minor subjective improvement | Araq | 2019-05-05 | 1 | -2/+2 |
* | docs: minor subjective improvement | Araq | 2019-05-05 | 1 | -2/+3 |
* | Run nimscript without "nim e" (#11121) | Federico Ceratto | 2019-05-04 | 1 | -1/+5 |
* | Document bit fields usage (#11011) | Federico Ceratto | 2019-05-04 | 2 | -3/+35 |
* | Update docs around docSeeSrcUrl #6071 (#11074) | Federico Ceratto | 2019-04-23 | 2 | -19/+41 |
* | manual_experimental: cleanup the type/typedesc confusions, typedesc is here t... | Araq | 2019-04-20 | 1 | -3/+3 |
* | manual: cleanup the type/typedesc confusions, typedesc is here to stay for good | Araq | 2019-04-20 | 1 | -20/+20 |
* | remove shadow warning, fixes #10732 (#11039) | Miran | 2019-04-17 | 1 | -2/+0 |
* | minor capitalization typo in manual (#11028) [ci skip] | Andy Davidoff | 2019-04-15 | 1 | -1/+1 |
* | we do not support -d:useWinAnsi switch anymore | Araq | 2019-04-12 | 1 | -4/+2 |
* | manual: make currency example compile and ensure it remains working | Araq | 2019-04-09 | 1 | -3/+5 |
* | manual: prefer 'typeof(x)' over 'type(x)' | Andreas Rumpf | 2019-03-27 | 1 | -16/+20 |
* | move more stuff into manual_experimental | Andreas Rumpf | 2019-03-27 | 2 | -382/+380 |
* | manual.rst: move experimental features to manual_experimental | Andreas Rumpf | 2019-03-27 | 3 | -1330/+1249 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
* | multi-methods need to be explicitly enabled (#10856) | Miran | 2019-03-18 | 3 | -3/+10 |
* | explicit default values for a leaner codegen, .cursor variables for optimization | Andreas Rumpf | 2019-03-07 | 1 | -0/+8 |
* | introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G... | Andreas Rumpf | 2019-03-05 | 1 | -35/+2 |
* | doc: move specific checks to advanced options, for a less intimidatin… (#10... | Jacek Sieka | 2019-03-04 | 2 | -10/+13 |
* | typo | Andreas Rumpf | 2019-03-04 | 1 | -1/+1 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 2 | -25/+74 |
* | manual: document implicit type conversions involving 'range'; refs #10495 | Andreas Rumpf | 2019-02-23 | 1 | -1/+13 |
* | lib.rst: add link to `asyncstreams`, fixes #6383 [ci skip] | narimiran | 2019-02-20 | 1 | -0/+3 |
* | better docs: strtabs (#10704) | Miran | 2019-02-19 | 1 | -2/+1 |
* | document proper imports, fixes #8164 (#10698) | Miran | 2019-02-19 | 1 | -6/+6 |
* | manual: fix broken sentence | narimiran | 2019-02-19 | 1 | -8/+7 |
* | manual: typo | Andreas Rumpf | 2019-02-18 | 1 | -1/+1 |
* | make set specification more clear; refs #10524 | Andreas Rumpf | 2019-02-18 | 1 | -0/+4 |
* | introduce object before tuple in the tutorials (#10664) | Arne Döring | 2019-02-14 | 2 | -31/+102 |
* | mention correct usage of `export` in the manual, fixes #6227 [ci skip] | narimiran | 2019-02-07 | 1 | -14/+21 |