| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Suggest files and paths modules (#21950) | Federico Ceratto | 2023-05-29 | 2 | -0/+6 |
* | js -r defines nodejs & program result undeclared if unavailable (#21849) | metagn | 2023-05-24 | 1 | -7/+3 |
* | tasks that support return values (#21859) | Andreas Rumpf | 2023-05-17 | 1 | -25/+35 |
* | isolation spec update; WIP (#21843) | Andreas Rumpf | 2023-05-14 | 1 | -3/+3 |
* | add getDataDir to std/appdirs.nim (#21754) | Ecorous | 2023-05-12 | 1 | -0/+17 |
* | clean up SOME pending/xxx/issue link comments (#21826) | metagn | 2023-05-11 | 6 | -13/+15 |
* | fix #9423 followup #17594: distinct generics now work in VM (#21816) | ringabout | 2023-05-10 | 1 | -6/+1 |
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 1 | -1/+4 |
* | refact: Remove assertion effect hiding workaround (#21472) | quantimnot | 2023-04-21 | 1 | -6/+1 |
* | static link pthread correctly (#21693) | ringabout | 2023-04-20 | 1 | -2/+0 |
* | fixes nightlies regression (#21689) | ringabout | 2023-04-19 | 1 | -2/+1 |
* | warn on set types bigger than max size, default to 0..255 for int literals (#... | metagn | 2023-04-17 | 1 | -2/+2 |
* | fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth... | ringabout | 2023-04-14 | 1 | -0/+4 |
* | int64/uint64 as bigint in JS (#21613) | metagn | 2023-04-11 | 3 | -4/+19 |
* | fixes #21638; `fromJson` should support empty objects (#21641) | ringabout | 2023-04-11 | 1 | -11/+16 |
* | remove useVersion (#21626) | metagn | 2023-04-08 | 1 | -1/+1 |
* | remove decades-deprecated Win32 API *A function support (#21315) | tersec | 2023-03-02 | 7 | -129/+54 |
* | asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432) | Century Systems | 2023-02-28 | 1 | -0/+1 |