summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* allow building 1.4.0 from devel (#18708)Timothee Cour2021-08-186-7/+29
* [wip]better hint message for JS (#18704)flywind2021-08-181-10/+21
* asynchttpserver: ipv6 support (#18706)Emery Hemingway2021-08-182-7/+8
* fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]flywind2021-08-162-6/+16
* cross compilation targetting windows now supports `nim r`: `nim r -d:mingw ma...Timothee Cour2021-08-163-5/+20
* Documentation only, Terminal (#18696)Juan Carlos2021-08-141-1/+15
* fix #18692 AsyncHttpServer was hanging because client.close was not called (#...Timothee Cour2021-08-141-1/+3
* manual: minor improvements (#18687)Andreas Rumpf2021-08-131-12/+9
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-1318-43/+151
* initial fix for compiling Nim on Zephyr RTOS (issue #18684) (#18685)Jaremy Creechley2021-08-131-1/+2
* don't use space after proc names (#18681)flywind2021-08-121-2/+2
* fix a sqlite bug (#18669)flywind2021-08-123-11/+47
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-122-6/+18
* fixes #18643 [backport:1.0] (#18678)Andreas Rumpf2021-08-122-1/+12
* fix #18674 --nimcache now works better with --os:windows (#18675)Timothee Cour2021-08-111-0/+4
* fixes #18665 DFA generator bug (#18676)Andreas Rumpf2021-08-111-0/+6
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-115-20/+107
* --cc:env now works correctly to assign linker executable, allowing to cross-c...Timothee Cour2021-08-111-1/+1
* Switch maintanance (#18668)RSDuck2021-08-115-165/+15
* Remove unused imports, and deprecated function usage (#18663)Kyle Brown2021-08-114-5/+4
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-094-10/+18
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-083-4/+2
* use lent (#18638)flywind2021-08-081-2/+2
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-083-44/+106
* Nim pretty and add void (#18652)Kyle Brown2021-08-081-6/+12
* improve several tests in testament (#18635)Timothee Cour2021-08-087-39/+38
* [nre]fix #17129 (#18632)flywind2021-08-081-3/+2
* Documentation only, add 1 example (#18621)Juan Carlos2021-08-081-1/+21
* Documentation only, add 1 example (#18633)Juan Carlos2021-08-031-0/+18
* improve runnableExamples and docs for std/nre (#18634)Timothee Cour2021-08-021-68/+49
* Add Artix to distro list (#18629)Kyle Brown2021-08-021-2/+5
* make proc names consistent (#18626)flywind2021-08-019-13/+13
* fix #18620 (#18624)flywind2021-08-012-4/+18
* exportC => exportc (#18625)Timothee Cour2021-07-311-1/+1
* Modify atlas test for short commit hashes (#18619)Antonis Geralis2021-07-303-4/+2
* fixes #18371 (#18617)Andreas Rumpf2021-07-302-3/+6
* [minor] reduce `substr` (#18611)flywind2021-07-302-5/+7
* refs #16613: check opcWrDeref for nil (#18613)Timothee Cour2021-07-301-5/+4
* fix #18385 followup, by building nimsuggest with -d:release during testing (#...Timothee Cour2021-07-292-4/+16
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-296-186/+240
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-296-75/+162
* Update `lib.rst` (#18605)konsumlamm2021-07-291-24/+20
* Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)Vindaar2021-07-291-1/+5
* various small documentation improvements (#18602)Miran2021-07-2813-97/+123
* implements overloadable enum values; WIP (#18470)Andreas Rumpf2021-07-2810-11/+125
* fix #17072: add times.dateTime with ISO 8601 order (#18590)Timothee Cour2021-07-282-12/+23
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-276-1/+205
* fixes #18543 (#18601)Andreas Rumpf2021-07-274-189/+112
* fixes #18579 (#18600)Andreas Rumpf2021-07-272-4/+28
* fixes #18570 (#18599)Andreas Rumpf2021-07-271-2/+3