summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Modified handling of zero precision in formatFloat (#6719)Fabian Keller2017-11-152-9/+16
|
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-159-16/+16
|
* Move deprecated romans module from stdlib to Nimble package (#6660)Lynn C. Rees2017-11-153-130/+2
|
* Appveyor thttpclient (#6744)Fredrik Høisæther Rasch2017-11-152-0/+4
| | | | | | * App option value for disabling tests for AppVeyor * Disable thttpclient on AppVeyor
* Tests should not rely on external services (#6703)Sergey Avseyev2017-11-151-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-6Dominik Picheta2017-11-141-2/+3
|\ | | | | Clarify compiler plugin support
| * Clarify compiler plugin supportLynn C. Rees2017-11-141-2/+3
| |
* | bugfix: make 'macros' module available for nimscriptAndreas Rumpf2017-11-142-3/+4
| |
* | koch temp uses '-d:debug'Andreas Rumpf2017-11-141-2/+2
|/
* Fix cas when using vcc/cpp and use the correct interlocked exchange for bool ↵Jörg Wollenschläger2017-11-141-6/+14
| | | | (#6735)
* Merge pull request #6712 from vegansk/6708-fix-multisyncDominik Picheta2017-11-141-22/+8
|\ | | | | Fix parameter types splitting in multisync macro #6708
| * Remove unneeded comment #6708Anatoly Galiulin2017-11-131-3/+0
| |
| * Fix parameter types splitting in multisync macro #6708Anatoly Galiulin2017-11-091-19/+8
| |
* | Clarify paramStr / paramCount use and availability (#6727)Federico Ceratto2017-11-141-9/+11
| |
* | Fix little endian PPC64 architecture detection (#6713)Sergey Avseyev2017-11-112-0/+5
| |
* | Fix endianness in the test (#6715)Sergey Avseyev2017-11-111-1/+1
| |
* | Link to segfaults in docs (#6645)Lynn C. Rees2017-11-102-0/+4
| |
* | Add heapqueue module to doc index (#6655)Lynn C. Rees2017-11-102-0/+10
| | | | | | Add copyright header to heapqueue modlue
* | Add chains module to doc index (#6656)Lynn C. Rees2017-11-101-1/+1
| |
* | Fix missing stacktraces when using -d:useNimRtl (#6716)Erwan Ameil2017-11-101-1/+1
|/
* fixes #6710Andreas Rumpf2017-11-082-1/+5
|
* todo.txt updatesAndreas Rumpf2017-11-081-0/+2
|
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-087-8/+9
|
* Add possibility to get language class to listings (#6705)Silvio2017-11-081-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 Saranathan2017-11-071-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-11-0710-776/+69
|\
| * Fix creating server example in net moduleDominik Picheta2017-11-071-1/+1
| |
| * Fixes httpclient proxies. Fixes #6685 (#6694)Ganesh Viswanathan2017-11-071-36/+38
| | | | | | | | | | | | * Fix for #6685 * Fixed test breakage - SSL call wasn't within when defined(ssl) check
| * added doc examples for formatFloat (#6704)Fabian Keller2017-11-071-0/+10
| |
| * Block expressions (#6695)Fabian Keller2017-11-063-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)treeform2017-11-064-736/+2
| |
* | make 'nim doc2 system.nim' work againAndreas Rumpf2017-11-071-2/+2
| |
* | make tests green againAndreas Rumpf2017-11-073-14/+21
| |
* | breaking change: countup/'..' only take a simple generic TAndreas Rumpf2017-11-072-1/+20
| |
* | Merge branch 'devel' into araqAndreas Rumpf2017-11-0737-69/+353
|\|
| * fixes a tester regressionAndreas Rumpf2017-11-061-3/+2
| |
| * fixes ropes.nim regression; make tests green againAndreas Rumpf2017-11-061-1/+1
| |
| * Stream-writer for a rope (#6603)Dmitry Atamanov2017-11-061-3/+7
| |
| * pass on testament args to sub-process (#6688)Jacek Sieka2017-11-061-2/+9
| |
| * Adds optional maxsplit parameter to splitWhitespace (#6503) (#6690)olwi2017-11-061-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 Saranathan2017-11-061-1/+1
| |
| * fixes #6532 array bounds check for non zero based arrays on the js backend ↵skilchen2017-11-062-1/+45
| | | | | | | | (#6550)
| * attempt to make travis green againAndreas Rumpf2017-11-054-0/+7
| |
| * concepts: fixes the stack overflow that happens for #6691Andreas Rumpf2017-11-052-1/+15
| |
| * minor breaking change: for loop bodies now get their own scopeAndreas Rumpf2017-11-054-0/+14
| |
| * fixes the new to be documented importsAndreas Rumpf2017-11-051-2/+4
| |
| * make tests green againAndreas Rumpf2017-11-051-2/+2
| |
| * fixes #6692Araq2017-11-052-3/+51
| |
| * improve the error messages for bug #6692Araq2017-11-052-6/+7
| |
| * fixes #6609; 'if' expressions support multiple statements; minor breaking changeAraq2017-11-055-17/+91
| |
949'>949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086