summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "add missing import to asynchttpserver's example" (#18164)flywind2021-06-031-1/+1
* clarify what a 'monotonic' timestamp is (#18163)Andreas Rumpf2021-06-031-3/+2
* add missing import to asynchttpserver's examplenarimiran2021-06-031-1/+1
* Improve db_postgres iterators (#18144)Artem Klevtsov2021-06-031-62/+117
* reuse algorithm.fill while building SkipTable (#18138)n5m2021-06-031-12/+2
* added lib/deps.txtAraq2021-06-031-0/+14
* added float32 schubfach algorithm; wip (#18155)Andreas Rumpf2021-06-035-1/+478
* Ref #17697 improve withValue docs (#18154)flywind2021-06-031-31/+50
* [std/tables] remove unnecessary `do: ` (#18160)flywind2021-06-021-10/+16
* [std/hashcommon]improve docs a bit (#18153)flywind2021-06-021-3/+3
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-028-46/+108
* add string-string tests for find and rfind (#18137)n5m2021-06-021-3/+98
* refactoring: removed empty withBracketExpr template (#18152)Andreas Rumpf2021-06-022-14/+6
* fixes #18059 (#18140)Andreas Rumpf2021-06-023-3/+80
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-015-50/+1408
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-016-128/+252
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-013-1/+12
* [std/re] fix findBounds and find procs (#18028)flywind2021-05-311-2/+2
* Fixes #5034 illformed AST from getImpl with proc returning value (#17976)Dylan Modesitt2021-05-312-4/+52
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-313-5/+41
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-313-7/+43
* close #18092 document elif in case statements (#18105)Timothee Cour2021-05-311-12/+18
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-317-106/+73
* fix #18113 (#18124)Saem Ghani2021-05-313-2/+21
* improve fast returns of find and rfind (#18127)n5m2021-05-312-1/+31
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-313-0/+66
* dont silence hints in system.nim (#18034)Timothee Cour2021-05-301-2/+2
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-304-5/+16
* fix warnings/hints in nimdoc/tester.nim (#18083)Timothee Cour2021-05-303-13/+16
* upgrade ubuntu 16.04 (not supported starting dec 2021) => 18.04; revive Linux...Timothee Cour2021-05-302-8/+10
* Fixes #17849 (#18055) [backport:1.2]Yuriy Glukhov2021-05-302-1/+21
* close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...Timothee Cour2021-05-302-30/+13
* Disable tasynchttpserver_transferencoding on FreeBSD (#18122)vabresto2021-05-291-0/+1
* Minor doc fixes; follow up to 17258 and 17259 (#18123)quantimnot2021-05-293-5/+5
* fix #17456 flaky test tasynchttpserver_transferencoding (#18052)vabresto2021-05-281-23/+32
* fix typo in ci/funs.sh (#18115)Timothee Cour2021-05-271-1/+1
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-266-162/+15
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-2615-25/+25
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-263-16/+61
* close #3482 no more cgen error with typed templates (#18094)Timothee Cour2021-05-261-0/+15
* refactor common code in CI pipelines (#18035)Timothee Cour2021-05-268-53/+34
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-264-48/+30
* Move async example to asynchronous version of proc (#18078)xioren2021-05-241-7/+14
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-232-2/+17
* pkg/pixie: use latest (#18069)Timothee Cour2021-05-231-1/+1
* Use gmake for NetBSD as well as FreeBSD/OpenBSD (#18064)Euan2021-05-231-0/+2
* close #5540 generic object with generic field evaluated too early (#18062)Timothee Cour2021-05-231-0/+45
* Error message minor (#18021)Juan Carlos2021-05-222-2/+2
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-216-61/+167
* jsgen improve spacing (#18048)Juan Carlos2021-05-202-32/+32