summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add `getDataDir` proc (#21408)Ecorous2023-02-211-0/+27
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-212-5/+6
* Support tuples in nim-gdb (#21410)Jake Leahy2023-02-213-5/+28
* improve invalid module names errors (#21412)ringabout2023-02-211-1/+2
* csources_v2 can build the ORC-booted compiler; building now uses strict mode ...ringabout2023-02-211-2/+4
* corrects the linkerexe of riscv64 in config (#21292)ringabout2023-02-211-1/+1
* NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...Century Systems2023-02-213-9/+0
* Support new runtime with nim-gdb (#21400)Jake Leahy2023-02-205-308/+161
* closes #1072; add a test case (#21396)ringabout2023-02-191-0/+10
* Fix long link commands on macOS (v2) (#21382)Matt Haggard2023-02-171-2/+14
* `std/xmltree` Add the type of the node when the assertion fails (#21383)Jake Leahy2023-02-171-22/+30
* add .replace() with callback to jsre (#21371)Qinsi (James) ZHU2023-02-161-0/+5
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-1614-17/+52
* add deprecated warnings for `{.deadcodeelim: on.}` (#21277)ringabout2023-02-161-1/+2
* fixes #21360; discarding empty seqs/arrays now raises errors (#21374)ringabout2023-02-163-9/+25
* 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