Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated gentabs module from the stdlib (#6748) | Lynn C. Rees | 2017-11-16 | 2 | -211/+2 |
| | |||||
* | Fix platform detection in makefile (#6751) | Sergey Avseyev | 2017-11-16 | 1 | -8/+11 |
| | |||||
* | Add ioselectors to doc index (#6657) | Lynn C. Rees | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | use targets from test spec when running testament tests (#6687) | Jacek Sieka | 2017-11-15 | 21 | -125/+136 |
| | |||||
* | WIP: Add a advanced compiler command 'ctags' (#6654) | Dmitry Atamanov | 2017-11-15 | 4 | -1/+71 |
| | |||||
* | Documentation: directly use ref object + fields (#6598) | Mamy Ratsimbazafy | 2017-11-15 | 5 | -37/+48 |
| | |||||
* | Change expr/stmt in examples to untyped (#6734) | Lynn C. Rees | 2017-11-15 | 16 | -119/+56 |
| | |||||
* | Modified handling of zero precision in formatFloat (#6719) | Fabian Keller | 2017-11-15 | 2 | -9/+16 |
| | |||||
* | Trim remaining expr/stmt from stdlib (#6742) | Lynn C. Rees | 2017-11-15 | 9 | -16/+16 |
| | |||||
* | Move deprecated romans module from stdlib to Nimble package (#6660) | Lynn C. Rees | 2017-11-15 | 3 | -130/+2 |
| | |||||
* | Appveyor thttpclient (#6744) | Fredrik Høisæther Rasch | 2017-11-15 | 2 | -0/+4 |
| | | | | | | * App option value for disabling tests for AppVeyor * Disable thttpclient on AppVeyor | ||||
* | Tests should not rely on external services (#6703) | Sergey Avseyev | 2017-11-15 | 1 | -2/+13 |
| | | | | This test depends on example.com site to be reachable, and fails when there is no internet connection. | ||||
* | Merge pull request #6743 from lcrees/patch-6 | Dominik Picheta | 2017-11-14 | 1 | -2/+3 |
|\ | | | | | Clarify compiler plugin support | ||||
| * | Clarify compiler plugin support | Lynn C. Rees | 2017-11-14 | 1 | -2/+3 |
| | | |||||
* | | bugfix: make 'macros' module available for nimscript | Andreas Rumpf | 2017-11-14 | 2 | -3/+4 |
| | | |||||
* | | koch temp uses '-d:debug' | Andreas Rumpf | 2017-11-14 | 1 | -2/+2 |
|/ | |||||
* | Fix cas when using vcc/cpp and use the correct interlocked exchange for bool ↵ | Jörg Wollenschläger | 2017-11-14 | 1 | -6/+14 |
| | | | | (#6735) | ||||
* | Merge pull request #6712 from vegansk/6708-fix-multisync | Dominik Picheta | 2017-11-14 | 1 | -22/+8 |
|\ | | | | | Fix parameter types splitting in multisync macro #6708 | ||||
| * | Remove unneeded comment #6708 | Anatoly Galiulin | 2017-11-13 | 1 | -3/+0 |
| | | |||||
| * | Fix parameter types splitting in multisync macro #6708 | Anatoly Galiulin | 2017-11-09 | 1 | -19/+8 |
| | | |||||
* | | Clarify paramStr / paramCount use and availability (#6727) | Federico Ceratto | 2017-11-14 | 1 | -9/+11 |
| | | |||||
* | | Fix little endian PPC64 architecture detection (#6713) | Sergey Avseyev | 2017-11-11 | 2 | -0/+5 |
| | | |||||
* | | Fix endianness in the test (#6715) | Sergey Avseyev | 2017-11-11 | 1 | -1/+1 |
| | | |||||
* | | Link to segfaults in docs (#6645) | Lynn C. Rees | 2017-11-10 | 2 | -0/+4 |
| | | |||||
* | | Add heapqueue module to doc index (#6655) | Lynn C. Rees | 2017-11-10 | 2 | -0/+10 |
| | | | | | | Add copyright header to heapqueue modlue | ||||
* | | Add chains module to doc index (#6656) | Lynn C. Rees | 2017-11-10 | 1 | -1/+1 |
| | | |||||
* | | Fix missing stacktraces when using -d:useNimRtl (#6716) | Erwan Ameil | 2017-11-10 | 1 | -1/+1 |
|/ | |||||
* | fixes #6710 | Andreas Rumpf | 2017-11-08 | 2 | -1/+5 |
| | |||||
* | todo.txt updates | Andreas Rumpf | 2017-11-08 | 1 | -0/+2 |
| | |||||
* | fixes #6707; nimsuggest tests still not green | Andreas Rumpf | 2017-11-08 | 7 | -8/+9 |
| | |||||
* | Add possibility to get language class to listings (#6705) | Silvio | 2017-11-08 | 1 | -2/+2 |
| | | | | Add the possibility to add class `lang<Name>` to code listings. Needed for restricting `run` to nim code (see https://github.com/nim-lang/nimforum/pull/111 ) | ||||
* | Fix incorrect signature for nimLoadProcs when using cpp backend (#6699) | Kartik Saranathan | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-11-07 | 10 | -776/+69 |
|\ | |||||
| * | Fix creating server example in net module | Dominik Picheta | 2017-11-07 | 1 | -1/+1 |
| | | |||||
| * | Fixes httpclient proxies. Fixes #6685 (#6694) | Ganesh Viswanathan | 2017-11-07 | 1 | -36/+38 |
| | | | | | | | | | | | | * Fix for #6685 * Fixed test breakage - SSL call wasn't within when defined(ssl) check | ||||
| * | added doc examples for formatFloat (#6704) | Fabian Keller | 2017-11-07 | 1 | -0/+10 |
| | | |||||
| * | Block expressions (#6695) | Fabian Keller | 2017-11-06 | 3 | -3/+18 |
| | | | | | | | | | | | | * enabled parsing of block expressions * added test case; closes #3827 * adjusted grammar doc strings * updated grammar in docs | ||||
| * | Remove libuv from standard library wrappers. (#6624) | treeform | 2017-11-06 | 4 | -736/+2 |
| | | |||||
* | | make 'nim doc2 system.nim' work again | Andreas Rumpf | 2017-11-07 | 1 | -2/+2 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-11-07 | 3 | -14/+21 |
| | | |||||
* | | breaking change: countup/'..' only take a simple generic T | Andreas Rumpf | 2017-11-07 | 2 | -1/+20 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-07 | 37 | -69/+353 |
|\| | |||||
| * | fixes a tester regression | Andreas Rumpf | 2017-11-06 | 1 | -3/+2 |
| | | |||||
| * | fixes ropes.nim regression; make tests green again | Andreas Rumpf | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Stream-writer for a rope (#6603) | Dmitry Atamanov | 2017-11-06 | 1 | -3/+7 |
| | | |||||
| * | pass on testament args to sub-process (#6688) | Jacek Sieka | 2017-11-06 | 1 | -2/+9 |
| | | |||||
| * | Adds optional maxsplit parameter to splitWhitespace (#6503) (#6690) | olwi | 2017-11-06 | 1 | -15/+52 |
| | | | | | | | | | | * Adds optional maxsplit parameter to splitWhitespace() (#6503) * Adds an example to splitWhitespace doc comment. Minor fixes to several doc comments | ||||
| * | fix broken link in manual (#6697) | Kartik Saranathan | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | fixes #6532 array bounds check for non zero based arrays on the js backend ↵ | skilchen | 2017-11-06 | 2 | -1/+45 |
| | | | | | | | | (#6550) | ||||
| * | attempt to make travis green again | Andreas Rumpf | 2017-11-05 | 4 | -0/+7 |
| | |