| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641) | ringabout | 2024-05-27 | 1 | -4/+20 |
* | Handle arbitrarily long symlink target in `expandSymlinks()` (#23650) | Alexander Kernozhitsky | 2024-05-27 | 1 | -8/+10 |
* | doc(format): ospaths2,strutils: followup #23560 (#23629) | lit | 2024-05-20 | 1 | -3/+3 |
* | provides a `$` function for `Path` (#23617) | ringabout | 2024-05-17 | 1 | -0/+3 |
* | fixes deprecation messages and adds missing commas (#23609) | ringabout | 2024-05-14 | 1 | -3/+3 |
* | allow Nix builds by not calling git in isGitRepo for Nimble (#23515) | Jakub | 2024-04-18 | 1 | -10/+3 |
* | Better documentation for typedthreads module (#23483) | Antoine Delègue | 2024-04-11 | 1 | -27/+67 |
* | Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456) | lit | 2024-04-03 | 1 | -1/+4 |
* | fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380) | ringabout | 2024-03-09 | 1 | -2/+2 |
* | fix `isAbsolute` broken when `nodejs` on Windows (#23365) | litlighilit | 2024-03-04 | 1 | -3/+3 |
* | fixes #23304; uses `snprintf` instead of `sprintf` (#23322) | ringabout | 2024-02-20 | 1 | -3/+3 |
* | fixes refc with non-var destructor; cancel warnings (#23156) | ringabout | 2024-02-13 | 2 | -2/+4 |
* | follow up #22380; fixes incorrect usages of `newWideCString` (#23278) | ringabout | 2024-02-05 | 3 | -3/+4 |
* | Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23... | litlighilit | 2024-01-28 | 1 | -4/+4 |
* | Deprecate asm stmt for js target (#23149) | ASVIEST | 2024-01-02 | 2 | -10/+10 |
* | allow non var deinit for locks and conds: alternative way (#23099) | ringabout | 2023-12-19 | 1 | -14/+14 |
* | fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062) | ringabout | 2023-12-13 | 1 | -1/+1 |
* | Silence several Hint[Performance] warnings (#23003) | c-blake | 2023-11-29 | 1 | -1/+1 |
* | reserve `sysFatal` for `Defect` (#22158) | Jacek Sieka | 2023-11-06 | 1 | -9/+6 |
* | complete std prefixes for stdlib (#22887) | ringabout | 2023-10-30 | 35 | -52/+52 |
* | explicitly import using `std/` in `tempfiles.nim` (#22851) | Vindaar | 2023-10-20 | 1 | -1/+1 |
* | fixes #22844; uses arrays to store holeyenums for iterations; much more effic... | ringabout | 2023-10-20 | 1 | -1/+1 |
* | NIR: Nim intermediate representation (#22777) | Andreas Rumpf | 2023-10-11 | 1 | -15/+16 |
* | document `atomicInc` and `atomicDec` (#22789) | ringabout | 2023-10-04 | 1 | -0/+2 |
* | copyFile with POSIX_FADV_SEQUENTIAL (#22776) | Juan Carlos | 2023-10-01 | 1 | -0/+8 |
* | copyFile with bufferSize instead of hardcoded value (#22769) | Juan Carlos | 2023-09-30 | 1 | -9/+10 |
* | make parseEnum skip type aliases for enum type sym (#22727) | metagn | 2023-09-19 | 1 | -1/+2 |
* | Update osfiles.nim, make `moveFile` consider permission on *nix (#22719) | litlighilit | 2023-09-18 | 1 | -1/+1 |
* | fixes incorrect cint overflow in system (#22718) | ringabout | 2023-09-18 | 1 | -1/+1 |
* | allow tuples and procs in 'toTask' + minor things (#22530) | Andreas Rumpf | 2023-08-22 | 1 | -1/+1 |
* | Add staticFileExists and staticDirExists (#22278) | Tomohiro | 2023-08-18 | 1 | -0/+13 |
* | fixes syncio document (#22498) | Nan Xiao | 2023-08-17 | 1 | -2/+2 |
* | Markdown code blocks migration part 8 (#22478) | Andrey Makarov | 2023-08-15 | 5 | -52/+57 |
* | fixes CI (#22471) | ringabout | 2023-08-14 | 2 | -3/+3 |
* | fixes syncio document (#22467) | Nan Xiao | 2023-08-14 | 1 | -2/+2 |
* | fixes bareExcept warnings; catch specific exceptions (#21119) | ringabout | 2023-08-13 | 2 | -3/+3 |
* | replace `doAssert false` with `raiseAssert` in lib, which works better with s... | ringabout | 2023-08-11 | 8 | -14/+14 |
* | clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) | ringabout | 2023-08-08 | 1 | -2/+2 |
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -0/+1 |
* | Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr... | norrath-hero-cn | 2023-08-05 | 1 | -1/+1 |
* | Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ... | konsumlamm | 2023-08-06 | 3 | -11/+11 |
* | Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245) | Tomohiro | 2023-08-04 | 1 | -4/+17 |
* | Remove declared and not used variable in packedsets.bitincl (#22334) | Eric N. Vander Weele | 2023-07-27 | 1 | -1/+0 |
* | fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem... | ringabout | 2023-06-27 | 1 | -2/+2 |
* | allow destructors to accept non var parameters; deprecate `proc =destroy(x: v... | ringabout | 2023-06-21 | 2 | -12/+28 |
* | avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061) | Etan Kissling | 2023-06-10 | 1 | -10/+11 |
* | Remove debug echo from with (#22047) | Antonis Geralis | 2023-06-08 | 1 | -1/+0 |
* | Nested `with` blocks (#22042) | awr1 | 2023-06-08 | 2 | -6/+24 |
* | fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21... | ringabout | 2023-06-01 | 4 | -6/+6 |
* | Implements: [C++] constructor pragma improvement (fix #21921) (#21916) | Juan M Gómez | 2023-05-30 | 2 | -4/+4 |