Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/devel' into test-6483 | Ganesh Viswanathan | 2018-09-14 | 120 | -773/+33329 |
|\ | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-15 | 9 | -73/+152 |
| |\ | |||||
| | * | Merge pull request #8806 from awr1/add-reorder-to-docs | Andreas Rumpf | 2018-09-15 | 1 | -49/+105 |
| | |\ | | | | | | | | | [Docs] Added {.experimental: "codeReordering".} to manual | ||||
| | | * | fixed language wrt initialization | awr | 2018-09-12 | 1 | -4/+4 |
| | | | | |||||
| | | * | whoops, forgot to remove old pragma section | awr | 2018-09-07 | 1 | -4/+1 |
| | | | | |||||
| | | * | changed to {.experimental: codeReordering.}, postpoing declared() stuff | awr | 2018-09-06 | 1 | -97/+105 |
| | | | | |||||
| | | * | updated manual for declared() | awr | 2018-09-04 | 1 | -0/+14 |
| | | | | |||||
| | | * | [Docs] Added {.reorder.} to manual | awr | 2018-08-29 | 1 | -40/+77 |
| | | | | |||||
| | * | | Merge pull request #8875 from awr1/experimentalize-reorder | Andreas Rumpf | 2018-09-15 | 5 | -10/+27 |
| | |\ \ | | | | | | | | | | | Experimentalize reorder (Changes {.reorder: on.} to {.experimental: "codeReordering".}) | ||||
| | | * | | fixed stmtPragmas stuff | awr | 2018-09-07 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | brought back pragmaNoForward, deprecated | awr | 2018-09-05 | 1 | -0/+15 |
| | | | | | |||||
| | | * | | fix test | awr | 2018-09-04 | 1 | -2/+1 |
| | | | | | |||||
| | | * | | Fix merge | awr | 2018-09-04 | 1 | -22/+7 |
| | | | | | |||||
| | | * | | Deny THIS experimental pragma specifically for non-toplevel | awr | 2018-09-04 | 1 | -1/+5 |
| | | | | | |||||
| | | * | | Merge branch 'devel' into experimentalize-reorder | awr1 | 2018-09-04 | 241 | -12625/+6394 |
| | | |\ \ | |||||
| | | * | | | tabling declared() stuff | awr | 2018-09-04 | 1 | -12/+0 |
| | | | | | | |||||
| | | * | | | transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests | awr | 2018-09-04 | 5 | -12/+24 |
| | | | |/ | | | |/| | |||||
| | * | | | Merge pull request #8966 from LemonBoy/fix-8964 | Andreas Rumpf | 2018-09-14 | 3 | -14/+20 |
| | |\ \ \ | | | | | | | | | | | | | Fix hashing for codegenProc (sic) types | ||||
| | | * | | | Fix hashing for codegenProc (sic) types | LemonBoy | 2018-09-14 | 3 | -14/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the name mangling is inhibited we should take the user-supplied name during the sighash computation. Fixes #8964 | ||||
| * | | | | | fixes #8925 | Araq | 2018-09-15 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | documents system.cmp's platform specific behaviour; fixes #8930 | Araq | 2018-09-15 | 1 | -0/+2 |
| |/ / / / | |||||
| * | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-14 | 1 | -0/+17 |
| |\ \ \ \ | |||||
| * | | | | | make tests green again | Araq | 2018-09-14 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | make tcompilerapi green, don't assue projectPath exists | Araq | 2018-09-14 | 1 | -5/+8 |
| | | | | | | |||||
| * | | | | | adjust travis build, don't test Nimble in Nim | Araq | 2018-09-14 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | better file handling for .line directives | Araq | 2018-09-14 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'devel' into araq-better-docgen | Araq | 2018-09-14 | 27 | -161/+384 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | fixes #8883 | Araq | 2018-09-14 | 3 | -5/+669 |
| | | | | | | |||||
| * | | | | | fixes #8961 | Araq | 2018-09-14 | 3 | -5/+14 |
| | | | | | | |||||
| * | | | | | disable Nimble dependencies for appveyor | Araq | 2018-09-14 | 43 | -7/+27230 |
| | | | | | | |||||
| * | | | | | 'koch web' is now 'koch docs' | Araq | 2018-09-14 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | make documentation generator tests green again | Araq | 2018-09-13 | 4 | -6/+11 |
| | | | | | | |||||
| * | | | | | nim doc: simplifiy index generation | Araq | 2018-09-13 | 1 | -7/+10 |
| | | | | | | |||||
| * | | | | | integrate 'koch web' features into koch; deprecate 'nimweb' tool | Araq | 2018-09-13 | 6 | -76/+352 |
| | | | | | | |||||
| * | | | | | cleanup lib.rst, remove deprecated modules | Araq | 2018-09-13 | 1 | -28/+1 |
| | | | | | | |||||
| * | | | | | index generation for docgen knows about subdirectories; index knows about ↵ | Araq | 2018-09-13 | 6 | -41/+1337 |
| | | | | | | | | | | | | | | | | | | | | | | | | enum values; fixes import statement for runnableExamples | ||||
| * | | | | | nim doc: fixes cross-link generation when --out is used | Araq | 2018-09-10 | 2 | -5/+10 |
| | | | | | | |||||
| * | | | | | build nimble in debug mode to enable stack traces | Araq | 2018-09-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | appveyor: attempt to make the build more robust | Araq | 2018-09-10 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | some protection against injected doc comments from templates | Araq | 2018-09-08 | 2 | -7/+12 |
| | | | | | | |||||
| * | | | | | 'nim doc': fixes index generation regression | Araq | 2018-09-08 | 2 | -4/+8 |
| | | | | | | |||||
| * | | | | | fixes merge conflict | Araq | 2018-09-07 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | fixes bootstrapping problems | Araq | 2018-09-07 | 3 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 10 | -7/+2696 |
| | | | | | | | |||||
| | * | | | | | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 45 | -505/+817 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | between modules | ||||
| | * | | | | | system.nim: fix doc comment for 'once' | Andreas Rumpf | 2018-09-05 | 1 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | make tests green again | Araq | 2018-09-07 | 4 | -9/+16 |
| | | | | | | | |||||
| * | | | | | | fixes bootstrapping problems | Araq | 2018-09-07 | 3 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 10 | -7/+2696 |
| | | | | | | | |||||
| * | | | | | | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 45 | -505/+817 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | between modules |