summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-4/+4
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-152-24/+83
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-44/+98
* Extended side effect error messages (#18418)quantimnot2021-07-151-0/+37
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-151-1/+1
* fixes #17893 (#18485)Andreas Rumpf2021-07-131-0/+67
* closes #18433 (#18484)Andreas Rumpf2021-07-131-0/+38
* close #17986 add testcase (#18477)flywind2021-07-121-0/+12
* thamming_orc test created/destroyed counts match (#18471)GordonBGood2021-07-121-4/+4
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+240
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-081-0/+16
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-11/+0
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...Timothee Cour2021-07-083-4/+96
* Rename test variable due to unfortunate connotations (#18453)Aditya Siram2021-07-081-4/+4
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-0/+155
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-74/+207
* Make procedure mismatch more informative with pragma/call convention mismatch...Jason Beetham2021-07-061-0/+74
* deprecate std/mersenne (#18395)pyautogui2021-07-051-0/+1
* fixes #18030 (#18415)Andreas Rumpf2021-07-011-0/+30
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-011-3/+5
* fixes #18130 (#18407)Andreas Rumpf2021-07-011-16/+71
* Removed hard coded ports from thttpclient_standalone.nim. (#18374)Mark Pointing2021-06-301-23/+26
* fixes #18400 (#18402)Andreas Rumpf2021-06-301-0/+6
* Fix #16426 (#18377)Clyybber2021-06-281-0/+15
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-23/+0
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-0/+28
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-274-1/+154
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-0/+47
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-267-8/+91
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-251-0/+3
* fixes #18240 (#18354)Andreas Rumpf2021-06-251-0/+32
* fixes #18287 (#18346)Andreas Rumpf2021-06-251-1/+50
* float parsing: Add test for a fixed issue (#18232)Kaushal Modi2021-06-241-11/+18
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+31
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-0/+66
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-241-11/+13
* fixes #18326 (#18335)Andreas Rumpf2021-06-231-2/+7
* Add some tests (#18333)Antonis Geralis2021-06-231-2/+70
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-0/+41
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-0/+23
* fix #18327 (#18328)flywind2021-06-221-0/+5
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-212-0/+22
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-1/+8
* fix #18310 system.== in vm for NimNode (#18313)Timothee Cour2021-06-211-0/+11
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+12
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-6/+3
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-203-12/+33
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-0/+48
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-3/+4
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-192-0/+71