summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-153-47/+92
* remove legacy code; the first iteration now can build Nim with cpp backend (#...ringabout2023-02-151-5/+1
* Refines raises list in osproc (#21323)ringabout2023-02-143-22/+23
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-142-1/+14
* This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)c-blake2023-02-143-1/+107
* allow omitting stmts using `finally` as post expr blocks; make it consistent ...ringabout2023-02-142-1/+12
* fixes comments about type bound operations (#21365)ringabout2023-02-141-1/+1
* Change the default stdlib location for Linux packaging (#21328)Gabriel Huber2023-02-122-12/+17
* Adds an extra optional argument to vcc: `vctoolset` Fixes #21335 (#21336)Juan M Gómez2023-02-092-5/+17
* megatest now checks refc too (#21341)ringabout2023-02-095-3/+15
* add `nimib` to important packages (#20697)ringabout2023-02-091-0/+1
* fixes #21333; bad codegen for the at operator; [backport:1.6] (#21344)Andreas Rumpf2023-02-081-1/+1
* fixes backticks in the documentation (#21340)ringabout2023-02-081-2/+2
* nimgrep: fix typo (#21337)Ikko Eltociear Ashimine2023-02-071-1/+1
* replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319)ringabout2023-02-023-5/+5
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-024-8/+8
* Fix the nimble build on Windows (#21314)Ivan Yonchovski2023-02-011-1/+1
* Add `contains` to `std/macrocache` (#21304)Jake Leahy2023-02-013-0/+39
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-0113-24/+56
* fixes #21317; 1.6.4 regression; etyBaseIndex should return fat pointers [back...ringabout2023-02-012-3/+19
* fixes #16790; fixes #19075; put big arrays on the constant seqs; don't inline...ringabout2023-01-312-2/+24
* remove md5_old (#21312)ringabout2023-01-313-299/+2
* remove `enumUtilsExist` defines (#21309)ringabout2023-01-291-17/+4
* Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...ringabout2023-01-275-54/+2
* Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...Bung2023-01-275-2/+54
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-2713-60/+345
* fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)ringabout2023-01-265-23/+37
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-263-61/+73
* Update nims.md to use `nim e` instead of `nim` in advanced shebang (#21301)Heechul Ryu2023-01-261-1/+1
* remove dead code in VM (#21296)ringabout2023-01-254-11/+2
* fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-252-3/+22
* fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288)ringabout2023-01-243-0/+13
* fixes #21290; deindent if the last same level is a text node (#21293)ringabout2023-01-242-17/+38
* add `md2html`, `md2tex` to cmd helpers (#21295)ringabout2023-01-241-0/+3
* Update the reference to parseSpec (#21289)ghais2023-01-211-1/+1
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-202-1/+7
* switch to official chronos URL (#21283)ringabout2023-01-201-1/+1
* Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)Yuriy Glukhov2023-01-193-6/+6
* close #21257 (#21275)metagn2023-01-182-1/+23
* Implicitly set noNimblePath when nimble.lock is present (#21266)Ivan Yonchovski2023-01-181-0/+14
* minor parseopt.nim improvements (#21256)Andreas Rumpf2023-01-182-39/+34
* std/parsesql: Add OFFSET keyword support. (#21255)Phil Krylov2023-01-181-1/+10
* fixes #21243; ships `build_all.sh` on Unix [backport] (#21264)ringabout2023-01-181-0/+1
* Add docs informing about gotcha of clients (#21262)PhilippMDoerner2023-01-181-0/+4
* fixes #21260; add check for illegal recursion for defaults (#21270)ringabout2023-01-185-30/+38
* fixes unittest warnings (#21271)ringabout2023-01-181-0/+4
* fixes #21263; consider all candidates for concept matches (#21265)ringabout2023-01-173-1/+43
* switch to official DelaunayNim URL (#21269)ringabout2023-01-171-1/+1
* bump nimble (#21259)ringabout2023-01-141-1/+1
* fix #20253 (#21174)Bung2023-01-132-1/+14