summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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