summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-185-17/+57
* remove jstin from important packages (#17765)flywind2021-04-181-1/+0
* IC exposes typedesc implementation shenanigans (#17759)Andreas Rumpf2021-04-182-1/+16
* make cuchar alias uint8 instead of char (#17738)shirleyquirk2021-04-172-1/+3
* fix range to unsigned conversion (#17754)Tanguy Cizain2021-04-172-1/+13
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-179-14/+20
* replace defer with try ... finally (#17753)flywind2021-04-172-7/+14
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-1732-79/+79
* IC: yet another embarrassing omission (#17743)Andreas Rumpf2021-04-174-10/+12
* fix nim CI following #17455 (same postmortem as #17721) (#17740)Timothee Cour2021-04-161-6/+2
* removed nimfind tool, succeeded by 'nim check --defusages' (#17737)Andreas Rumpf2021-04-163-238/+0
* refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...Timothee Cour2021-04-162-13/+45
* Fix buffer-overrun bug in net (#17728) [backport:1.0]shirleyquirk2021-04-162-4/+5
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-165-29/+89
* start using import {.all.} (#17736)Timothee Cour2021-04-162-22/+19
* ic navigator tests (#17735)Andreas Rumpf2021-04-166-14/+54
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-1638-76/+584
* make the copy operation of Thread an error (#17734)flywind2021-04-161-0/+2
* followup #17700 put changelog in wrong file (#17729)shirleyquirk2021-04-152-2/+1
* 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-153-0/+17
* Fix getCustomPragmaVal for some multi arg pragmas (#17723)Clyybber2021-04-152-41/+54
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-155-43/+272
* fix CI tests/errmsgs/tgcsafety.nim (#17721)Timothee Cour2021-04-141-1/+1
* IC: rodfiles: no floats (#17720)Andreas Rumpf2021-04-144-21/+18
* simplify asyncfutures, asyncmacro (#17633)Timothee Cour2021-04-145-94/+64
* getCustomPragma is split up in more usable chunks (#11526)Arne Döring2021-04-143-96/+193
* callback cannot be nil (#17718)flywind2021-04-141-0/+1
* Update channels.nim (#17717)flywind2021-04-141-4/+4
* IC: first steps towards 'nim check --def --ic:on' (#17714)Andreas Rumpf2021-04-1411-12/+211
* Remove the use of usrToCell in gcMark [backport:1.2] (#17709)zah2021-04-142-6/+5
* testament --verbose: prints commands; gitignore ic artifacts (#17716)Timothee Cour2021-04-142-5/+16
* type with same name in different scope now works (#17710)Timothee Cour2021-04-144-9/+133
* megatest: allow duplicate file names, show compilation progress (#17713)Timothee Cour2021-04-133-6/+15
* IC: code cleanup (#17708)Andreas Rumpf2021-04-131-45/+12
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-132-10/+16
* IC: serialization bugfix (#17701)Andreas Rumpf2021-04-131-4/+4
* remove unnecessary assignment (#17702)flywind2021-04-121-1/+0
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-123-6/+90
* IC: added tcompiletime_counter test case (#17698)Andreas Rumpf2021-04-112-0/+39
* macrocache.nim: removed trailing whitespaceAraq2021-04-111-23/+23
* IC: integrity checking (#17695)Andreas Rumpf2021-04-118-5/+166
* iterable[T] (#17196)Timothee Cour2021-04-1118-40/+254
* [feature] add arbitrary code execution to strformat (#17694)shirleyquirk2021-04-111-9/+28
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-117-137/+149
* restyle RST option lists (#17637)Andrey Makarov2021-04-107-21/+103
* refs #15667 improve invalid indentation errors, report when & where `=` could...Timothee Cour2021-04-103-4/+74
* IC: added converter test case (#17688)Andreas Rumpf2021-04-094-3/+30
* Genode platform fixes (#17521)Emery Hemingway2021-04-097-53/+60