summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* close #7875 add testcase (#17611)flywind2021-04-021-0/+22
* [docs minor] close #16553 (#17612)flywind2021-04-021-10/+6
* docs: note regarding emit with backticks (#17608)flywind2021-04-011-3/+3
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-012-12/+51
* close #6133 add testcase (#17605)flywind2021-04-011-0/+50
* a bit better message (#17606)flywind2021-04-011-2/+2
* misc fixes: build_all.sh, changelog (#17601)Timothee Cour2021-04-013-3/+3
* close #9534 add testcase (#17607)flywind2021-04-011-0/+21
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-016-56/+76
* fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....flywind2021-04-015-4/+18
* close #12684 add testcase (#17599)flywind2021-03-311-0/+7
* close #16786 (#17598)flywind2021-03-311-1/+35
* jsonutils: support cstring (including as Table key); improve docs (#16062)Timothee Cour2021-03-314-10/+28
* Removes asynchttpserver.getSocket. (#17587)Dominik Picheta2021-03-311-14/+0
* [ci skip] correct indentation this timenarimiran2021-03-311-5/+5
* [ci skip] minor: fix indentation in manual.rstnarimiran2021-03-311-5/+5
* better error messages for .raise effect analysis (#17595)Andreas Rumpf2021-03-311-5/+7
* fix #17572 (#17586)Timothee Cour2021-03-312-1/+18
* fix #14585, fix #17589: access to static param now works (#17590)Timothee Cour2021-03-313-2/+58
* fix #12282 distinct now does not create erroneous copy in VM (#17594)Timothee Cour2021-03-312-2/+44
* fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)flywind2021-03-302-0/+16
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-304-18/+32
* makes DrNim compile again (#17584)Andreas Rumpf2021-03-302-13/+19
* Rotation right and left refactored to generics. Continuation of #16622 (#17578)rockcavera2021-03-301-88/+31
* parser.nim: simply layout changeAraq2021-03-301-1/+2
* fix #17512 (#17520)flywind2021-03-301-1/+8
* [backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)Miran2021-03-301-2/+2
* Fix void async in templates (#17562)Ardek Romak2021-03-302-2/+15
* Fix #17299, fix setAffinity for android (#17574)Clyybber2021-03-301-2/+17
* Fix entries in nimc advopt (#17576)Danil Yarantsev2021-03-301-3/+5
* unify tuple expressions (#13793)Arne Döring2021-03-3013-32/+136
* Add hasDataBuffered to asyncnet (#16000)Dylan Modesitt2021-03-292-0/+7
* Fix #17412 (#17560)Clyybber2021-03-293-29/+50
* [std/uri]fix #17481 (#17568)flywind2021-03-292-1/+12
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-293-18/+70
* [nim check]fix #17460 (#17569)flywind2021-03-292-0/+21
* [os:standalone]fix #14011 (#17564)flywind2021-03-293-2/+36
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-292-13/+24
* added nkError to the AST (#17567)Andreas Rumpf2021-03-296-3/+90
* Typo in vm.nimClyybber2021-03-291-1/+1
* [docs]fix #17473 (#17565)flywind2021-03-292-4/+13
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-294-0/+109
* remove std/ prefix from doc/lib.rst now that canonical import is shown in mod...Timothee Cour2021-03-292-30/+23
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
* fixes #17437 - crash where error reporting > 1 (#17547)Saem Ghani2021-03-292-4/+34
* remove docutils.nimble (not a real nimble package, and affected canonical imp...Timothee Cour2021-03-296-13/+7
* Small doc improvements for `std/with` (#17556)konsumlamm2021-03-291-3/+4
* added a simple 'koch branchdone' command to speed up my workflow (#17563)Andreas Rumpf2021-03-291-0/+8
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
* fix #14010(fix std/registry + arc) (#17551)flywind2021-03-292-8/+25