summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-1/+1
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-013-43/+37
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-011-0/+50
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-301-1/+1
* Small parser loop fix (#17904)Clyybber2021-04-301-1/+4
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-0/+161
* improve tsets.nim, twrong_setconstr.nim and avoid name clashes with compiler ...Timothee Cour2021-04-292-338/+63
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-292-2/+16
* [std/encodings]move to tests (#17866)flywind2021-04-291-0/+73
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+1
* Fix #17712 (#17873)Clyybber2021-04-271-0/+11
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-272-2/+8
* [std/pegs] increase test coverage (#17871)flywind2021-04-271-4/+154
* fix #17859; rename tests so they run in CI; merge several tests with nim chec...Timothee Cour2021-04-277-54/+44
* 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