summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed `-d:nimCompilerStackraceHints` to `-d:nimCompilerStacktraceHints`. (#...Timothee Cour2021-06-174-6/+7
* tests/exception/tsetexceptions.nim not joinable (#18264)Timothee Cour2021-06-171-0/+3
* Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...Andreas Rumpf2021-06-172-10/+2
* PCRE, nimgrep: add limit for buffer size (#18280)Andrey Makarov2021-06-172-4/+14
* increase backoffDuration to avoid timeouts (#18281)Timothee Cour2021-06-161-1/+1
* followup #16400; use use -d:nimCompilerStackraceHints in more places (#18282)Timothee Cour2021-06-161-0/+5
* Fix doubly typed forward declarations (#18279)Clyybber2021-06-162-2/+27
* fixes #17696 (#18276)flywind2021-06-162-13/+47
* Don't report unused hints for consumed AST (#18270)Clyybber2021-06-162-1/+18
* link stable and devel docs in nim docs (#18272) [backport:1.2]Timothee Cour2021-06-151-15/+6
* add test case for pure enum redefinition error within enum (fixed in recent P...Timothee Cour2021-06-153-11/+20
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-142-3/+38
* Small scope refactoring (#18263)Clyybber2021-06-144-24/+33
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-142-2/+10
* Enable parallel build in build.sh (#18195)Federico Ceratto2021-06-141-0/+24
* fixes #18235 - proc annotation type macro sym leak (#18249)Saem Ghani2021-06-144-9/+86
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-1410-66/+64
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-143-17/+33
* Improve httpClient docs on SSL cert verification (#15201)Federico Ceratto2021-06-131-3/+16
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-133-76/+125
* getType now works with tyInferred (arising from concepts); refs #18220 (#18241)Timothee Cour2021-06-122-23/+79
* added a test case ensuring exception inference continues to workAraq2021-06-111-0/+32
* use more meaningful name than "workaround14447" (#18237)Miran2021-06-113-3/+3
* handle tyUserTypeClassInst in addDeclaredLoc (#18236)Timothee Cour2021-06-111-1/+1
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-102-5/+24
* fixes #15884 (#18230)Andreas Rumpf2021-06-105-3/+18
* view types: spec changes (#18226)Andreas Rumpf2021-06-103-24/+21
* Update nims.rst to reflect that -d:release is now allowed in config.nims (#18...Kaushal Modi2021-06-101-6/+6
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-102-19/+70
* update changelog for wrapnils (#18228)Timothee Cour2021-06-101-3/+0
* fixes #18220 (#18227)Andreas Rumpf2021-06-101-1/+1
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-102-1/+2
* update .github/ISSUE_TEMPLATE/bug_report.md, mention PRs, contributing, devel...Timothee Cour2021-06-091-0/+2
* make strict funcs analysis smarter (#18219)Andreas Rumpf2021-06-093-36/+95
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-077-28/+63
* fixes #18088 (#18209)Andreas Rumpf2021-06-071-1/+1
* alternative to #18185 (#18206)flywind2021-06-071-1/+4
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-072-3/+5
* koch: print help if no command is given (#18199)Federico Ceratto2021-06-071-1/+2
* fix 18186 with adding importc _umul128 (#18200)slangmgh2021-06-072-1/+3
* update docgen documentation (#18192)Andrey Makarov2021-06-063-48/+83
* make changeDetectedViaJsonBuildInstructions warning less verbose when json fi...Timothee Cour2021-06-061-1/+1
* fix #18178, set a CI timeout for github action pipelines instead of the 6 hou...Timothee Cour2021-06-052-0/+2
* up to 20x faster jsonutils deserialization (#18183)Timothee Cour2021-06-051-6/+6
* rst: remove `roSkipPounds` option (#18175)Andrey Makarov2021-06-051-24/+4
* add `dom.scrollIntoView` with options; refs #18093 (#18181)Rainbow Asteroids2021-06-052-0/+8
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-054-50/+158
* Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)Euan2021-06-041-1/+1
* fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...Timothee Cour2021-06-041-10/+10
* workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)flywind2021-06-041-0/+4