summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* IC exposes typedesc implementation shenanigans (#17759)Andreas Rumpf2021-04-181-0/+15
* fix range to unsigned conversion (#17754)Tanguy Cizain2021-04-171-0/+12
* replace defer with try ... finally (#17753)flywind2021-04-171-2/+9
* fix nim CI following #17455 (same postmortem as #17721) (#17740)Timothee Cour2021-04-161-6/+2
* refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...Timothee Cour2021-04-161-12/+38
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-163-6/+36
* start using import {.all.} (#17736)Timothee Cour2021-04-161-0/+19
* ic navigator tests (#17735)Andreas Rumpf2021-04-161-0/+33
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-1619-0/+363
* follow up #17518 (#17726)flywind2021-04-151-0/+8
* follow up #17536 (#17727)flywind2021-04-151-1/+1
* Fix array's high & low return type for empty arrays (#17705)Tanguy Cizain2021-04-151-0/+7
* Fix getCustomPragmaVal for some multi arg pragmas (#17723)Clyybber2021-04-151-0/+9
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-152-2/+196
* fix CI tests/errmsgs/tgcsafety.nim (#17721)Timothee Cour2021-04-141-1/+1
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-143-22/+33
* getCustomPragma is split up in more usable chunks (#11526)Arne Döring2021-04-141-3/+27
* type with same name in different scope now works (#17710)Timothee Cour2021-04-142-2/+114
* megatest: allow duplicate file names, show compilation progress (#17713)Timothee Cour2021-04-132-0/+4
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-3/+3
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-2/+60
* IC: added tcompiletime_counter test case (#17698)Andreas Rumpf2021-04-112-0/+39
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+143
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-12/+23
* refs #15667 improve invalid indentation errors, report when & where `=` could...Timothee Cour2021-04-101-0/+58
* IC: added converter test case (#17688)Andreas Rumpf2021-04-092-0/+20
* add std/tasks (#17447)flywind2021-04-091-0/+506
* make repr handle setters `foo=` (#17683)Timothee Cour2021-04-091-0/+9
* IC: added basic test case for methods (#17679)Andreas Rumpf2021-04-092-0/+35
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-0/+36
* use sink and lent in deques (#17661)flywind2021-04-071-2/+51
* ensure the avr example keeps compiling (#17663)Andreas Rumpf2021-04-073-0/+31
* fix #16898 #17621 (#17628)flywind2021-04-062-0/+46
* ref #14873 (#17644)flywind2021-04-062-3/+7
* close #17636 (#17643)flywind2021-04-0616-77/+62
* [nim-gdb] Fixed enums and flag output [ci skip] (#17634)Saem Ghani2021-04-052-3/+36
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-051-0/+10
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-0413-14/+38
* fix rst option list at EOF (follow-up #17442) (#17638)Andrey Makarov2021-04-041-0/+2
* fix #14850: `repr` now correctly renders `do` (#17623)Timothee Cour2021-04-032-2/+51
* repr: fix rendering of `'big`, `=destroy` etc (#17624)Timothee Cour2021-04-031-0/+18
* close #14806 (#17626)flywind2021-04-034-0/+12
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-032-6/+63
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-0/+11
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-10/+63
* new `genAst` as replacement for `quote do` (#17426)Timothee Cour2021-04-022-0/+322
* close #7875 add testcase (#17611)flywind2021-04-021-0/+22
* Fix #17017 (math edge cases) (#17588)konsumlamm2021-04-011-7/+38
* close #6133 add testcase (#17605)flywind2021-04-011-0/+50
* close #9534 add testcase (#17607)flywind2021-04-011-0/+21