summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #13436 (#13615)Andreas Rumpf2020-03-103-4/+21
* travis now only builds devel docsnarimiran2020-03-091-49/+7
* fixes #13599 (#13614)Andreas Rumpf2020-03-092-1/+40
* fixes #13596 (#13612)Andreas Rumpf2020-03-093-0/+125
* fix #12508, unaligned access on sparc64 (#13594)Miran2020-03-091-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-092-4/+8
* surgical fix for #13319 (#13604)Andy Davidoff2020-03-081-5/+3
* Only print the link command when listCmd is active; fix docs (#13603)Clyybber2020-03-073-4/+3
* Add isValidFilename (#13561)Juan Carlos2020-03-072-1/+69
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-062-147/+212
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-062-5/+14
* Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)alaviss2020-03-061-4/+4
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-062-147/+31
* close #12704 by adding a test (tuple codegen error) (#13592)Timothee Cour2020-03-061-0/+14
* Removed simpleGetOrDefault (#13590)Andreas Rumpf2020-03-051-2/+4
* fixes #5170 (#13589)Andreas Rumpf2020-03-055-15/+46
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-054-0/+21
* fix nightlies builds on Windows (#13587)Varriount2020-03-041-4/+4
* nimsuggest: don't add CRLF to replies (#13545)alaviss2020-03-041-4/+4
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-0419-28/+158
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-044-0/+118
* Nimpretty Fix negative indent breaks code (#13580)Juan Carlos2020-03-042-2/+3
* fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569)Timothee Cour2020-03-041-2/+2
* fix #13531 by adding a test (#13581)Miran2020-03-041-0/+31
* fix #13409: Document as infix operator (#13570)hlaaftana2020-03-041-16/+16
* [ci skip] important_packages: change the order in commented out packages toonarimiran2020-03-041-6/+6
* ARC hotfix; proper destruction of seqs and strings after a moveAraq2020-03-031-2/+2
* Fix docgen snippet numbering (#13507)genotrance2020-03-032-2/+2
* important_packages: change the order of arguments in the template (#13577)Miran2020-03-032-55/+52
* Remove dead magics (#13551)Arne Döring2020-03-0314-140/+44
* workaround refs #13563 freebsd CI (#13564)Timothee Cour2020-03-021-1/+6
* make genericParams support static[T] generic params (#13433)Timothee Cour2020-03-022-7/+72
* fix #13528 nimgrep --word now works better with operators (#13537)Timothee Cour2020-03-021-1/+2
* Add signatures object to jsondoc for routine types (#13530)PMunch2020-03-021-0/+29
* fix broken nim CI, disable blscurve (#13555)Timothee Cour2020-03-021-1/+1
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-013-3/+21
* Document import/include outside of top level semantics (#13548)hlaaftana2020-03-011-0/+14
* make it possible to pass linker options for vcc (#13535) [backport]cooldome2020-02-291-1/+1
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-285-8/+42
* fixes #12627 (#13521)cooldome2020-02-281-1/+1
* properly handle note override logic/verbosity/config/cmdline using modifiedyN...Timothee Cour2020-02-275-32/+31
* remove isCmdLine; use passCmd1Timothee Cour2020-02-274-7/+3
* correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in orderTimothee Cour2020-02-276-3/+18
* Fix #9405 - cfg and nims run in syncGanesh Viswanathan2020-02-272-28/+31
* save another 33s of CI for tests/gc/gcleak.nimTimothee Cour2020-02-271-1/+8
* CI tests run faster: save 120s in azure machines, 335s on local OSXTimothee Cour2020-02-271-1/+13
* revert changes to tests/gc/gcleak2.nimTimothee Cour2020-02-271-72/+5
* make CI tests faster + more preciseTimothee Cour2020-02-271-5/+72
* Update pegs.nim to work at compiletime. No range errors. (#13459)solo9892020-02-271-164/+186
* cleanup Ordinal (#13501)Timothee Cour2020-02-277-10/+36