summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for dynlib (#17356)konsumlamm2021-07-261-44/+34
* don't use plus instead of space (#18589)Miran2021-07-261-2/+2
* atlas tool: testing via mocking (#18588)Andreas Rumpf2021-07-2613-58/+387
* optimize for the non-throwing case (#18587)Antonis Geralis2021-07-261-4/+7
* fixes #18558 again (#18586)Andreas Rumpf2021-07-261-0/+2
* added missing .inline for toCCharAraq2021-07-261-1/+1
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-253-349/+419
* followup #18453 (#18582)Timothee Cour2021-07-252-17/+17
* Documentation only, Sugar arrow and semicolons (#18574)Juan Carlos2021-07-251-0/+4
* fixes #18385 (#18571)Saem Ghani2021-07-251-2/+10
* refactoring: removed dead code (#18567)Andreas Rumpf2021-07-244-17/+11
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-236-12/+12
* fixes #18558 (#18563)Andreas Rumpf2021-07-231-16/+28
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-232-10/+85
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-232-3/+11
* Fixed template const tuple unpacking (#18562)Jason Beetham2021-07-232-22/+28
* mitigates #12815 (#18557)Andreas Rumpf2021-07-224-4/+25
* fixes #12815 (#18554)Andreas Rumpf2021-07-226-3/+30
* fix setCommand so it behaves like regular nim invocation (#18555)Timothee Cour2021-07-223-18/+12
* fixes #18550 (#18553)Andreas Rumpf2021-07-219-11/+57
* add [1..2] for JArray (#18525)itsumura-h2021-07-211-0/+18
* complement notes of two doc strings of tables module (#18527)IterableTrucks2021-07-211-0/+4
* clean unused imports on runnableExamples (#18551)flywind2021-07-211-2/+0
* breaking changes policies (#18541)Andreas Rumpf2021-07-211-0/+114
* add testcase for #6499 #12229 #7172 (#18547)flywind2021-07-212-0/+40
* unary slices get a deprecation period (#18549)Andreas Rumpf2021-07-212-11/+9
* atlas: minor changesAraq2021-07-211-2/+2
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-215-15/+10
* fixes #18469 (#18544)Andreas Rumpf2021-07-204-15/+74
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-2021-200/+287
* follow up #18517 (#18537)flywind2021-07-201-2/+3
* use more `.}` (#18542)flywind2021-07-205-9/+9
* termux ssl (#18520)Paul Roberts2021-07-202-1/+2
* updated the changelog (#18539)Andreas Rumpf2021-07-201-3/+0
* use .} instead of } for code highlightersAraq2021-07-201-2/+2
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-208-195/+344
* [std/os]document `checkDir` and use `runnableExamples` (#18517)flywind2021-07-191-22/+16
* minor clenup in vmops (#18529)Timothee Cour2021-07-191-4/+5
* Revert #17321 (#18521)konsumlamm2021-07-191-135/+135
* Docs(manual): add clarification for default params (#18522)ynfle2021-07-191-1/+2
* close #18489 (#18524)flywind2021-07-191-0/+15
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-197-17/+59
* attempt to support short commit hashes (#18514)Antonis Geralis2021-07-181-5/+16
* fixed system.delete (#18507)Andreas Rumpf2021-07-183-12/+26
* deprecate strutils.delete and add an overload with saner semantics consistent...Timothee Cour2021-07-183-9/+59
* add NIM_STATIC_ASSERT(CHAR_BIT == 8, "") to fail-fast where assumption is vio...Timothee Cour2021-07-181-0/+3
* Revert #17398 and #17402 (#18480)Miran2021-07-184-32/+19
* Make error message for empty new-styled concept more descriptive (#18506)konsumlamm2021-07-183-11/+11
* fix nativeToUnixPath (#18501)Timothee Cour2021-07-172-3/+28
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-168-27/+35