| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [source code filter]fix Nightlies bug (#18475) | flywind | 2021-07-12 | 1 | -1/+1 |
* | thamming_orc test created/destroyed counts match (#18471) | GordonBGood | 2021-07-12 | 1 | -4/+4 |
* | fix comment (#18473) | sivchari | 2021-07-11 | 1 | -6/+6 |
* | more important packages (#18472) | flywind | 2021-07-10 | 1 | -0/+6 |
* | sync with the same template from locks module (#18414) | Antonis Geralis | 2021-07-10 | 1 | -1/+1 |
* | ORC: support for custom =trace procs (#18459) | Andreas Rumpf | 2021-07-09 | 13 | -11/+321 |
* | runnableExamples now show originating location in stacktraces on failure (#18... | Timothee Cour | 2021-07-09 | 2 | -11/+25 |
* | [docs] improve std/encodings (#18458) | flywind | 2021-07-09 | 1 | -12/+41 |
* | Fix a bug with starting of asynchronous processes (#18464) | Ivan Bobev | 2021-07-08 | 1 | -1/+1 |
* | rm redundant blank lines before literal blocks (#18465) | Andrey Makarov | 2021-07-08 | 4 | -12/+23 |
* | Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460) | Miran | 2021-07-08 | 3 | -30/+8 |
* | improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (... | Timothee Cour | 2021-07-08 | 8 | -14/+112 |
* | followup #18252: show special flags -d:danger, -d:release when given (#18451) | Timothee Cour | 2021-07-08 | 1 | -0/+4 |
* | Rename test variable due to unfortunate connotations (#18453) | Aditya Siram | 2021-07-08 | 1 | -4/+4 |
* | improve rendering of newOSError.additionalInfo (#18443) | Timothee Cour | 2021-07-07 | 2 | -3/+6 |
* | ORC: use =destroy instead of =dispose (#18440) | Andreas Rumpf | 2021-07-07 | 10 | -81/+205 |
* | major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s... | Timothee Cour | 2021-07-07 | 3 | -125/+345 |
* | fix shebangs #! /xxx => #!/xxx (#18444) | Timothee Cour | 2021-07-07 | 6 | -6/+6 |
* | fix compilation on Debian 7 (no git -C) (#18427) | Andrey Makarov | 2021-07-06 | 7 | -9/+20 |
* | Make procedure mismatch more informative with pragma/call convention mismatch... | Jason Beetham | 2021-07-06 | 4 | -32/+170 |
* | Add entry (#18434) | Antonis Geralis | 2021-07-06 | 1 | -2/+6 |
* | Cleanup interval and timeout procs (#18431) | Antonis Geralis | 2021-07-05 | 1 | -8/+10 |
* | deprecate std/mersenne (#18395) | pyautogui | 2021-07-05 | 3 | -8/+7 |
* | fixes #18411 (#18432) [backport:1.4] | Andreas Rumpf | 2021-07-05 | 1 | -3/+1 |
* | std/net: show addr+port on address already in use error; code-block => runnab... | Timothee Cour | 2021-07-05 | 1 | -43/+37 |
* | Add lent annotation to avoid extra copies in sample (#18404) | Antonis Geralis | 2021-07-02 | 1 | -1/+1 |
* | [minor]remove unnecessary stringify (#18419) | flywind | 2021-07-02 | 1 | -4/+4 |
* | fixes #18030 (#18415) | Andreas Rumpf | 2021-07-01 | 2 | -1/+31 |
* | don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i... | Timothee Cour | 2021-07-01 | 3 | -10/+13 |
* | fixes #18130 (#18407) | Andreas Rumpf | 2021-07-01 | 2 | -17/+72 |
* | Removed hard coded ports from thttpclient_standalone.nim. (#18374) | Mark Pointing | 2021-06-30 | 1 | -23/+26 |
* | Missing spaces when compiling testament and nim_dbg. (#18403) | Endeg | 2021-06-30 | 2 | -4/+4 |
* | fixes #18400 (#18402) | Andreas Rumpf | 2021-06-30 | 2 | -1/+7 |
* | genDepend: fix for module names that are reserved DOT keywords (#18392) | Ștefan Talpalaru | 2021-06-30 | 1 | -1/+1 |
* | remove isKeywordIgnoreCase from highlite, not used , can't even compile with ... | Bung | 2021-06-30 | 1 | -3/+0 |
* | improvements to hint:processing: show import stack, distinguish nims, show in... | Timothee Cour | 2021-06-30 | 8 | -19/+29 |
* | Add commas to docs for clarity (#18398) | Elliot Waite | 2021-06-29 | 2 | -3/+3 |
* | typo: enmRange => enumElementsAsSet (#18394) | Timothee Cour | 2021-06-29 | 1 | -2/+2 |
* | fixes #16270 (#18388) | Andreas Rumpf | 2021-06-29 | 3 | -3/+10 |
* | simplify rdstdin (#18382) | Timothee Cour | 2021-06-28 | 1 | -10/+4 |
* | Fix unused warning for $ on empty object (#18381) | Clyybber | 2021-06-28 | 1 | -1/+1 |
* | Cleanup lookups.nim again.. (#18379) | Clyybber | 2021-06-28 | 1 | -4/+4 |
* | Fix #16426 (#18377) | Clyybber | 2021-06-28 | 2 | -5/+23 |
* | `./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289) | Timothee Cour | 2021-06-28 | 2 | -4/+11 |
* | fixes #18319 (#18375) | Andreas Rumpf | 2021-06-28 | 1 | -2/+12 |
* | Simplify addInt, remove digits10 (#18356) | Clyybber | 2021-06-28 | 4 | -68/+27 |
* | Peg captures get stack-like behavior (#18369) | gemath | 2021-06-28 | 3 | -34/+94 |
* | Switch IRC links to Libera Chat (#18370) | Federico Ceratto | 2021-06-27 | 2 | -3/+3 |
* | Switch packaging.rst to use makefile | Federico Ceratto | 2021-06-27 | 1 | -3/+4 |
* | followup #18362: make `UnusedImport` work robustly (#18366) | Timothee Cour | 2021-06-27 | 14 | -25/+186 |