summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)Timothee Cour2021-04-267-17/+17
* fix gbk encodings on windows (#17843)flywind2021-04-261-0/+25
* Remove confusing <//> (#17830)flywind2021-04-261-1/+6
* fix #17836 (typed macro isNil for proc params) (#17841)Saem Ghani2021-04-251-0/+15
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-252-12/+39
* add colon (#17834)flywind2021-04-241-1/+1
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-245-15/+3
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-0/+61
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* fix #17812 (repr fails to compile with ARC/ORC) (#17816)flywind2021-04-221-0/+29
* js generates spurious >>> on shr (#17767)Sivchari2021-04-211-0/+49
* fix #7535(Poor error message for spawn when a procedure (without calling it))...flywind2021-04-211-0/+11
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-8/+12
* getCustomPragmaVal priority/override fixes (#17725)Clyybber2021-04-211-0/+10
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-1/+1
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+17
* unit separator (#17730)Andreas Rumpf2021-04-202-4/+4
* close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...flywind2021-04-202-0/+29
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-192-6/+7
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-193-2/+33
* fix #12521(type alias for openArray) (#17593)flywind2021-04-191-0/+26
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-194-10/+122
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-182-6/+28
* 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