summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * fix #13490
* fixes #12627 (#13521)cooldome2020-02-281-1/+1
| | | | * fixes #12627
* properly handle note override logic/verbosity/config/cmdline using ↵Timothee Cour2020-02-275-32/+31
| | | | modifiedyNotes, cmdlineNotes
* 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
|
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of ↵Timothee Cour2020-02-269-41/+296
| | | | | | | | | | | tests (#13498) [backport] * fix #13496 handle tombstones * add test * more tests * fix #13504; add SharedTable tests * fix #https://github.com/nim-lang/Nim/issues/13505 intsets.missingOrExcl silently gave wrong results sometimes * add test for tintsets
* docgen: don't create compiler's docs + cleanup (#13509)Miran2020-02-261-95/+12
|
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… ↵Andreas Rumpf2020-02-264-29/+147
| | | | | | | | (#13092) * implemented the with stdlib module as specified in https://github.com/nim-lang/RFCs/issues/193 * change sugar.outplace to sugar.dup according to https://github.com/nim-lang/RFCs/issues/193 * changelog update
* xmltree: Make indentation consistent with any num of children nodes (#13482)Kaushal Modi2020-02-262-34/+137
| | | Ref: https://forum.nim-lang.org/t/5972
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ↵Timothee Cour2020-02-263-17/+47
| | | | | | | (#13467) * fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") * fix test windows
* runCI: logs now show CPU/OS/etc info to be self contained (#13486)Timothee Cour2020-02-261-0/+5
|
* fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)Timothee Cour2020-02-269-22/+26
|
* Documentation staticRead maximum file size limits (#13485)Juan Carlos2020-02-261-0/+3
|
* fix #13479 (#13503)Arne Döring2020-02-261-2/+2
|
* [backport] tut1: Update the proc overloading examples (#13497) [skip ci]Kaushal Modi2020-02-251-5/+11
|
* fix #13449 texitcode flaky on windows (#13487)Timothee Cour2020-02-251-1/+4
|
* make devel green again: tnetdial still doesn't work on Travisnarimiran2020-02-251-0/+1
|
* only enable linenoise for -d:nimUseLinenoise (#13478)Timothee Cour2020-02-246-9/+13
| | | | | | * only enable linenoise for -d:nimUseLinenoise * fixup
* Minor doc change in macros, future -> sugar (#13475) [ci skip]hlaaftana2020-02-241-1/+1
|
* add more files to the ignore list, hopefully fixes nightlies on windows (#13474)Miran2020-02-241-7/+13
|
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-234-2/+10
|
* Remove genToArray in jsgen, a PHP remnant (#13466)hlaaftana2020-02-221-20/+0
|
* Update advopt.txt to include link to nim cache docs (#13464)Lee Matos2020-02-221-0/+1
|
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-226-8/+37
|
* Consider proc as a pointer type in options (#13460)hlaaftana2020-02-212-3/+14
| | | | | | | | * Consider proc as a pointer type in options * Add version annotation for SomePointer having proc in options * Log procs as pointers for options in changelog
* fixes #13457 (#13458)Andreas Rumpf2020-02-212-11/+19
|
* make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)Timothee Cour2020-02-211-5/+5
|
* fixes #13444Araq2020-02-211-1/+1
|
* Make gdb script work on mac and linux; add windows gdb script (#13453)Joey2020-02-212-4/+28
|
* Fix #8648 - use parent streams to avoid hang (#13445)genotrance2020-02-201-6/+5
|
* Add `sequtils.unzip` to complement `sequtils.zip` (#13429)Kaushal Modi2020-02-202-1/+16
|
* Fixed non-working examples in Manual: Exception Handling (#13424)Manav2020-02-201-1/+3
|
* Remove testutils (#13435) [backport]Clyybber2020-02-194-20/+11
|
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-1912-178/+258
|
* fix incorrect lenTuple implementation (#13423)Timothee Cour2020-02-193-11/+48
|
* manual: documents changes regarding dynlib (#13425)alaviss2020-02-182-5/+7
| | | | | | | | * manual: documents changes regarding dynlib Closes #13416 * manual: clean up sentence phrasing
* stdlib/system: add sink and move (#13283)cooldome2020-02-181-44/+92
|
* Update LICENSE (#13421)Nな人(N na hito)2020-02-172-2/+2
|
* Improved assertion error messages on usage of JsonNode iterators on wrong ↵Ico Doornekamp2020-02-171-5/+5
| | | | kinds (#13389)
* Fix vertical tab in JSON. (#13399)Khronos2020-02-171-1/+1
| | | '\v' is not injected in JSON anymore