summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* make repr handle setters `foo=` (#17683)Timothee Cour2021-04-092-5/+17
* ast: add getPIdent (#17684)Timothee Cour2021-04-093-16/+19
* nep1: guidelines for getters and setters (#17645)Timothee Cour2021-04-091-0/+9
* IC: added basic test case for methods (#17679)Andreas Rumpf2021-04-094-6/+62
* Fix small typos (#17680)konsumlamm2021-04-092-1/+2
* undocument unsupported advanced options (#17678)Andreas Rumpf2021-04-091-13/+6
* Fix rst typo (#17671)konsumlamm2021-04-081-1/+1
* Update `sysrand` documentation (#17676)konsumlamm2021-04-082-20/+20
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-0812-51/+129
* manual: minor improvements (#17677)Andreas Rumpf2021-04-081-47/+47
* Improve endians module (#17674)konsumlamm2021-04-081-7/+42
* use strstr for a faster find implementation (#17672)Andreas Rumpf2021-04-082-4/+32
* fixes #17647 (#17667)Andreas Rumpf2021-04-075-22/+22
* minor typos (#17668)flywind2021-04-071-2/+2
* use sink and lent in deques (#17661)flywind2021-04-072-12/+61
* ensure the avr example keeps compiling (#17663)Andreas Rumpf2021-04-074-0/+35
* removing warning imported and not used debugutils (#17660)rockcavera2021-04-071-1/+2
* fixes #17656 (#17657)Andreas Rumpf2021-04-071-1/+2
* close #4451 (#17627)flywind2021-04-062-1/+10
* add compiler/debugutils.nim to help debugging compiler (#17652)Timothee Cour2021-04-062-7/+35
* don't run one example on 32-bit machines (#17655)Miran2021-04-061-3/+4
* fix #16898 #17621 (#17628)flywind2021-04-064-3/+52
* ref #14873 (#17644)flywind2021-04-063-3/+12
* close #17636 (#17643)flywind2021-04-0616-77/+62
* items(array)+friends: remove a RT comparison (#17650)Timothee Cour2021-04-061-8/+8
* document caveats of quit (#17648)Timothee Cour2021-04-051-4/+8
* [nim-gdb] Fixed enums and flag output [ci skip] (#17634)Saem Ghani2021-04-053-78/+211
* Improve the typeinfo module (#17625)konsumlamm2021-04-051-122/+129
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-052-1/+11
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-0428-52/+103
* fix rst option list at EOF (follow-up #17442) (#17638)Andrey Makarov2021-04-042-1/+3
* remove un-needed {.push hint[ConvFromXtoItselfNotNeeded]: off.} in asyncfutur...Timothee Cour2021-04-032-6/+1
* enable some packages (#17629)flywind2021-04-031-3/+3
* fix #14850: `repr` now correctly renders `do` (#17623)Timothee Cour2021-04-033-9/+64
* repr: fix rendering of `'big`, `=destroy` etc (#17624)Timothee Cour2021-04-032-3/+37
* close #14806 (#17626)flywind2021-04-034-0/+12
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-039-38/+115
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-028-28/+41
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-029-51/+239
* [docs minor] close #17618 (#17620)flywind2021-04-021-9/+12
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-025-1/+416
* 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