Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sets.nim useful for selective 'from import's | Araq | 2019-04-05 | 1 | -57/+54 |
| | |||||
* | fixes #10943 (#10947) | cooldome | 2019-04-05 | 3 | -1/+17 |
| | |||||
* | destructors: progress | Andreas Rumpf | 2019-04-05 | 4 | -12/+29 |
| | |||||
* | newruntime: codegen fix | Andreas Rumpf | 2019-04-05 | 1 | -5/+4 |
| | |||||
* | relax warning about inconsistent spacing (#10968) | Miran | 2019-04-05 | 1 | -1/+1 |
| | | | | | | Now the warning is raised only in the cases when there is an inconsistency in the style (spacing vs no spacing): * if a> b --> warning * if a > b --> no warning | ||||
* | fixes destructor tuple regression #10940 (#10941) | cooldome | 2019-04-04 | 4 | -3/+56 |
| | | | | | | | | * fixes #10940 * bug fixes * fix spacing | ||||
* | add back what was required | Araq | 2019-04-04 | 1 | -0/+6 |
| | |||||
* | refactoring: move threadlocalstorage into its own file | Araq | 2019-04-04 | 4 | -329/+258 |
| | |||||
* | newruntime: fixes codegen for closures | Araq | 2019-04-04 | 1 | -0/+2 |
| | |||||
* | fixes #9811 (#10961) | tofu | 2019-04-04 | 1 | -1/+2 |
| | | | | | | * fixed wrong default indent value (nimpretty) * fixed help message of nimpretty | ||||
* | fixes #10200 (#10950) | tofu | 2019-04-04 | 3 | -1/+14 |
| | | | | | | | | | | | | * fixes #10200 * add rule for other comparison operators * add rule for '!=' * add test * fixed to pass the test | ||||
* | Merge pull request #10954 from cooldome/atomicInc_regression | cooldome | 2019-04-04 | 1 | -1/+1 |
|\ | | | | | fixes regression #10953 | ||||
| * | fixes #10953 | Andrii Riabushenko | 2019-04-03 | 1 | -1/+1 |
| | | |||||
* | | Pure ref object; fixes #10721 (#10955) | Arne Döring | 2019-04-04 | 2 | -8/+43 |
| | | |||||
* | | add alias for --debugger:native (#10957) | Arne Döring | 2019-04-04 | 1 | -0/+5 |
| | | |||||
* | | Fix dead sequtils link (#10960) [ci skip] | MrZoraman | 2019-04-04 | 1 | -1/+1 |
|/ | |||||
* | fixes #10942. Lent T bug (#10946) | cooldome | 2019-04-03 | 5 | -16/+54 |
| | | | | | | | | * fixes #10942 * add test * bug build | ||||
* | fixes #10948 (#10949) | cooldome | 2019-04-03 | 2 | -1/+40 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | md5: add missing .gcsafe. to the forward declarations (#10944) | Miran | 2019-04-02 | 1 | -3/+3 |
| | |||||
* | try to make travis green | Araq | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | attempt to make the CIs green again | Araq | 2019-04-02 | 1 | -5/+1 |
| | |||||
* | simple program works with --newruntime | Araq | 2019-04-02 | 3 | -12/+14 |
| | |||||
* | do not display stacktrace twice, fixes #10922 (#10939) | Miran | 2019-04-02 | 1 | -1/+0 |
| | |||||
* | make megatest work again | Araq | 2019-04-02 | 3 | -1/+7 |
| | |||||
* | newruntime: progress | Araq | 2019-04-02 | 4 | -12/+18 |
| | |||||
* | see what appveyor thinks about this | Araq | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | see what appveyor thinks about this | Araq | 2019-04-01 | 1 | -2/+2 |
| | |||||
* | os.nim: proper indentation | Araq | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | newruntime: progress | Araq | 2019-04-01 | 12 | -46/+57 |
| | |||||
* | json.nim: tiny refactoring | Araq | 2019-04-01 | 1 | -4/+1 |
| | |||||
* | fixes #10934 | Araq | 2019-03-31 | 2 | -0/+2 |
| | |||||
* | update unicode.nim (#10921) | Miran | 2019-03-31 | 4 | -1148/+35443 |
| | | | | | | | | | | * update unicode.nim * create a script to create the needed unicode data * make unicode.nim compatible with Unicode v12.0.0 * slightly improve unicode.nim documentation (fixes #4795) * more documentation | ||||
* | fixes #10930 | Andreas Rumpf | 2019-03-30 | 1 | -0/+1 |
| | |||||
* | make Boehm GC work on Windows | Araq | 2019-03-30 | 1 | -1/+4 |
| | |||||
* | remove check for better error message (#10926) | Arne Döring | 2019-03-29 | 1 | -3/+0 |
| | |||||
* | fixes json.nim regression | Andreas Rumpf | 2019-03-29 | 2 | -16/+5 |
| | |||||
* | change the order of appveyor tests (#10920) | Miran | 2019-03-28 | 1 | -1/+1 |
| | | | | | | | | | Testing packages sometimes randomly fails because of some reason not connected to Nim (e.g. github is down). Currently, that would prevent "regular" appveyor tests from running. Changing the order will allow "regular tests" to run regardless of the outside problems with packages. | ||||
* | code cleanup (#10874) | Arne Döring | 2019-03-28 | 6 | -61/+48 |
| | |||||
* | 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 | 4 | -1330/+1250 |
| | |||||
* | use atomicInc/atomicDec (#10906) | Miran | 2019-03-27 | 1 | -6/+5 |
| | |||||
* | Fix #10907 - remove unused typedef string (#10908) | genotrance | 2019-03-26 | 1 | -2/+0 |
| | |||||
* | proper fix | narimiran | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | fix nim-chronicles test: there is a new dependency | narimiran | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | fixes #10904 | Araq | 2019-03-26 | 1 | -3/+6 |
| | |||||
* | disable testing of nim-chronicles until is fixed | narimiran | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | add NimFrameFilter to nim-gdb.py (#10873) | Arne Döring | 2019-03-26 | 1 | -0/+16 |
| | |||||
* | fixes 'nimble install nimble' problems | Andreas Rumpf | 2019-03-26 | 1 | -2/+3 |
| |