summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Switch IRC links to Libera Chat (#18370)Federico Ceratto2021-06-272-3/+3
* Switch packaging.rst to use makefileFederico Ceratto2021-06-271-3/+4
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-2714-25/+186
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-262-1/+50
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-2613-60/+155
* ensure 'koch boot --gc:orc' stays green (#18353)Andreas Rumpf2021-06-251-0/+5
* Add sink annotation to option some() (#18358)tomc19982021-06-251-2/+2
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-254-8/+12
* fixes #18240 (#18354)Andreas Rumpf2021-06-252-12/+57
* fixes #18287 (#18346)Andreas Rumpf2021-06-252-25/+74
* couple tiny typo fixes (#18344)Smooth Operator2021-06-241-2/+2
* float parsing: Add test for a fixed issue (#18232)Kaushal Modi2021-06-241-11/+18
* fixes #18320 (#18343)Andreas Rumpf2021-06-242-4/+6
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-246-2/+53
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-242-18/+76
* fix #18334: handle path with spaces on windows during bootstrap (#18337)Timothee Cour2021-06-242-13/+16
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-242-15/+19
* fixes #18326 (#18335)Andreas Rumpf2021-06-232-4/+9
* [std/times]getTime now uses high resolution API on windows (#17901)flywind2021-06-232-2/+6
* Add some tests (#18333)Antonis Geralis2021-06-231-2/+70
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-232-2/+75
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-222-7/+23
* merge similar procs regarding digits (#18318)flywind2021-06-225-135/+107
* fix #18327 (#18328)flywind2021-06-222-1/+6
* readAsText supports both Blob and File (fixes #18187) (#18189)mantielero2021-06-211-2/+2
* convert code-blocks to runnableExamples in io (#18315)xioren2021-06-211-16/+15
* add multi type exception catching to manual (#18258) (#18323)xioren2021-06-211-4/+2
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-212-0/+22
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-212-7/+12
* fix #18310 system.== in vm for NimNode (#18313)Timothee Cour2021-06-212-5/+17
* close #17403; improve docs for tuple (#18312)Timothee Cour2021-06-211-7/+8
* followup #17852, disallow all:on for now (#18311)Timothee Cour2021-06-202-1/+4
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-205-8/+38
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-205-44/+45
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-205-36/+70
* Revert "disable pkg manu (#18292)" (#18307)Antonis Geralis2021-06-201-1/+1
* [std/terminal] improve docs a bit (#18296)flywind2021-06-201-70/+45
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-206-15/+53
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-208-193/+293
* add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)Timothee Cour2021-06-202-9/+16
* testutils.assertAll: show correct location on assert failure (#18299)Timothee Cour2021-06-191-2/+4
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-195-15/+118
* refs #18278: do not gag fatal msgs (#18290)Timothee Cour2021-06-184-12/+21
* strformat.fmt now supports non-literal const strings (#18274)Timothee Cour2021-06-183-27/+43
* add more APIs to compiler/debugutils; re-export it (#18243)Timothee Cour2021-06-184-0/+85
* Make the existence of high(type) clearer, especially near subranges (#18286)j-james2021-06-181-4/+7
* disable pkg manu (#18292)Timothee Cour2021-06-171-1/+1
* followup #17876: remove annoying enum name clashes in tests/enum/tenum.nim (#...Timothee Cour2021-06-171-12/+11
* fix for #18284 int32 should be int (#18285)Adrian Veith2021-06-171-1/+1