Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed to jsonArrayEnd comment. (#13624) | めぐみ発動機 (isVowel / GreenWing) | 2020-03-11 | 1 | -1/+1 |
| | | | typo: start → end | ||||
* | fix operators containing percent for VM usage (#13536) | Arne Döring | 2020-03-11 | 11 | -137/+165 |
| | | | | * fixes #13513 * merge tarithmetics in tarithm | ||||
* | `koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516) | Timothee Cour | 2020-03-11 | 4 | -28/+34 |
| | | | | | * `koch boot --hint:cc:off` now works * `koch --nim:pathto/nim boot` now works; code cleanup | ||||
* | fixes #13607 | Araq | 2020-03-10 | 1 | -6/+4 |
| | |||||
* | hotfix: make --useVersion:1.0 work | Araq | 2020-03-10 | 1 | -1/+2 |
| | |||||
* | Revert "Support cross compiling from host to host (#12859)" (#13591) | genotrance | 2020-03-10 | 1 | -1/+2 |
| | | | This reverts commit e4f7656772657069cd3e27704d687b292d8d24ab. | ||||
* | fixes #13436 (#13615) | Andreas Rumpf | 2020-03-10 | 3 | -4/+21 |
| | |||||
* | travis now only builds devel docs | narimiran | 2020-03-09 | 1 | -49/+7 |
| | |||||
* | fixes #13599 (#13614) | Andreas Rumpf | 2020-03-09 | 2 | -1/+40 |
| | |||||
* | fixes #13596 (#13612) | Andreas Rumpf | 2020-03-09 | 3 | -0/+125 |
| | |||||
* | fix #12508, unaligned access on sparc64 (#13594) | Miran | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | fixes #13605 (#13611) | Andreas Rumpf | 2020-03-09 | 2 | -4/+8 |
| | |||||
* | surgical fix for #13319 (#13604) | Andy Davidoff | 2020-03-08 | 1 | -5/+3 |
| | |||||
* | Only print the link command when listCmd is active; fix docs (#13603) | Clyybber | 2020-03-07 | 3 | -4/+3 |
| | |||||
* | Add isValidFilename (#13561) | Juan Carlos | 2020-03-07 | 2 | -1/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add os.isValidFilename * Add os.isValidFilename * Peer Review Feedbacks https://github.com/nim-lang/Nim/pull/13561#discussion_r388013139 * Peer Review Feedbacks https://github.com/nim-lang/Nim/pull/13561#issuecomment-595259568 * Add since to const * Update the documentation comment * Update the changelog * Update lib/pure/os.nim Co-Authored-By: Dominik Picheta <dominikpicheta@googlemail.com> * Update lib/pure/os.nim Co-Authored-By: Dominik Picheta <dominikpicheta@googlemail.com> * Peer Review Feedbacks, Add more Tests Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | Implement file streaming for httpclient's MultipartData (#12982) | Zed | 2020-03-06 | 2 | -147/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `uploadFile` to POST files by streaming them * Use constant for \c\L * Formatting * Remove uploadFile * Implement MultipartData file streaming * Remove unnecessary var annotations * Call string on TaintedStrings Fixes #12789 * Move cl constant to httpcore * Fix `request` inconsistencies * Update documentaion * Clean up * Skip multipart formatting when there's 0 entries * Remove extraneous `cl` from multipart formatting * Update MultipartData `$` to match old behaviour * Update comment * Address comments | ||||
* | Fix #13573 and #13574 (#13575) | Andrea Ferretti | 2020-03-06 | 2 | -5/+14 |
| | | | | | * Fix https://github.com/nim-lang/Nim/issues/13573 and https://github.com/nim-lang/Nim/issues/13574 * Restored asynchttpserver | ||||
* | Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597) | alaviss | 2020-03-06 | 1 | -4/+4 |
| | | | | | | | | This reverts commit a974684b149faa19645f1e18b7b11aa67f169997. The CRLF was to separate between each response, and removing them causes the responses to not be splitted correctly. I didn't notice that it was in a loop when I made the #13545. | ||||
* | Revert broken asynchttpserver FutureStream additions. | Dominik Picheta | 2020-03-06 | 2 | -147/+31 |
| | | | | | | | | | | | As discussed in #13394, these changes cannot work. Reverted via ``` git revert --no-commit 5bf571f061d53d35aab727f420afd9f415987723 git revert --no-commit abd660c407d00d0c4f2129ff11bfc69badda8ece git revert --no-commit 955465e5f42b1353f69f3bd884908a7ef91ce13b git commit ``` | ||||
* | close #12704 by adding a test (tuple codegen error) (#13592) | Timothee Cour | 2020-03-06 | 1 | -0/+14 |
| | | | | | * close #12704 by adding a test * move test to tests/metatype/ttypedesc2.nim | ||||
* | Removed simpleGetOrDefault (#13590) | Andreas Rumpf | 2020-03-05 | 1 | -2/+4 |
| | |||||
* | fixes #5170 (#13589) | Andreas Rumpf | 2020-03-05 | 5 | -15/+46 |
| | | | | | | * fixes #5170 * make tests green | ||||
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 4 | -0/+21 |
| | |||||
* | fix nightlies builds on Windows (#13587) | Varriount | 2020-03-04 | 1 | -4/+4 |
| | | | | Before the files that should have been ignored weren't ignored because of different dir separator ('\' vs '/') on Windows. | ||||
* | nimsuggest: don't add CRLF to replies (#13545) | alaviss | 2020-03-04 | 1 | -4/+4 |
| | | | This is already sent by replTcp after the message is sent. | ||||
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 19 | -28/+158 |
| | | | | | | | | | | | | | | * ensure capitalize doesn't take an inferred sink parameter * sink parameter inference: first version, for now disabled. Changed that sink parameters can be consumed multiple times in order to adhere to our spec. * sink inference can now be disabled with .nosinks; sometimes for proc type interop this is required * fixes yet another critical DFA bug * better implementation that also understands if expressions etc * document sink parameter inference and allow for global disabling | ||||
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 4 | -0/+118 |
| | | | | | | | | * Implement compileSetting() and compileSettingSeq() * Change from magic to vmop * better design for querySetting Co-authored-by: genotrance <dev@genotrance.com> | ||||
* | Nimpretty Fix negative indent breaks code (#13580) | Juan Carlos | 2020-03-04 | 2 | -2/+3 |
| | |||||
* | fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569) | Timothee Cour | 2020-03-04 | 1 | -2/+2 |
| | |||||
* | fix #13531 by adding a test (#13581) | Miran | 2020-03-04 | 1 | -0/+31 |
| | |||||
* | fix #13409: Document as infix operator (#13570) | hlaaftana | 2020-03-04 | 1 | -16/+16 |
| | |||||
* | [ci skip] important_packages: change the order in commented out packages too | narimiran | 2020-03-04 | 1 | -6/+6 |
| | |||||
* | ARC hotfix; proper destruction of seqs and strings after a move | Araq | 2020-03-03 | 1 | -2/+2 |
| | |||||
* | Fix docgen snippet numbering (#13507) | genotrance | 2020-03-03 | 2 | -2/+2 |
| | |||||
* | important_packages: change the order of arguments in the template (#13577) | Miran | 2020-03-03 | 2 | -55/+52 |
| | | | | Leads to a cleaner and less confusing code - an empty command doesn't mean 'nimble test' anymore. | ||||
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 14 | -140/+44 |
| | |||||
* | workaround refs #13563 freebsd CI (#13564) | Timothee Cour | 2020-03-02 | 1 | -1/+6 |
| | |||||
* | make genericParams support static[T] generic params (#13433) | Timothee Cour | 2020-03-02 | 2 | -7/+72 |
| | | | | | | * make genericParams support static[T] generic params * WrapStatic => StaticParam | ||||
* | fix #13528 nimgrep --word now works better with operators (#13537) | Timothee Cour | 2020-03-02 | 1 | -1/+2 |
| | |||||
* | Add signatures object to jsondoc for routine types (#13530) | PMunch | 2020-03-02 | 1 | -0/+29 |
| | | | | | | jsondoc is meant to be read by computers, but yet the signatures of procedures where simply a string of the whole thing. This adds a signature object that unpacks this information into an object so it's easier to analyse the documented signatures. | ||||
* | fix broken nim CI, disable blscurve (#13555) | Timothee Cour | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | fixes #13543 and added times.isLeapDay (#13547) | Timothee Cour | 2020-03-01 | 3 | -3/+21 |
| | |||||
* | Document import/include outside of top level semantics (#13548) | hlaaftana | 2020-03-01 | 1 | -0/+14 |
| | |||||
* | make it possible to pass linker options for vcc (#13535) [backport] | cooldome | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | EndsInNoReturn in expressions extension, fixes #13490 (#13520) | cooldome | 2020-02-28 | 5 | -8/+42 |
| | | | | * fix #13490 | ||||
* | fixes #12627 (#13521) | cooldome | 2020-02-28 | 1 | -1/+1 |
| | | | | * fixes #12627 | ||||
* | properly handle note override logic/verbosity/config/cmdline using ↵ | Timothee Cour | 2020-02-27 | 5 | -32/+31 |
| | | | | modifiedyNotes, cmdlineNotes | ||||
* | remove isCmdLine; use passCmd1 | Timothee Cour | 2020-02-27 | 4 | -7/+3 |
| | |||||
* | correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order | Timothee Cour | 2020-02-27 | 6 | -3/+18 |
| | |||||
* | Fix #9405 - cfg and nims run in sync | Ganesh Viswanathan | 2020-02-27 | 2 | -28/+31 |
| |