Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump NimVersion to 2.2.1 (#24215) | Miran | 2024-10-02 | 1 | -1/+1 |
| | |||||
* | bump NimVersion to 2.2.0 (#24210) | Miran | 2024-09-30 | 1 | -2/+2 |
| | |||||
* | bump NimVersion to 2.1.99 (2.0.2 RC2) (#24016) | Miran | 2024-08-27 | 1 | -1/+1 |
| | |||||
* | bump NimVersion to 2.1.9 (#23831) | Miran | 2024-07-12 | 1 | -1/+1 |
| | | | This is a 2.2 RC1. | ||||
* | Fix system.currentSourcePath() documentation [backport 2.0] (#23243) | rockcavera | 2024-01-23 | 1 | -4/+5 |
| | | | | | The documentation links for `parentDir()` and `getCurrentDir()` are broken as they are no longer part of `std/os`. Link changed to `std/private/ospaths2`. | ||||
* | Markdown code blocks migration part 9 (#22506) | Amjad Ben Hedhili | 2023-08-19 | 1 | -7/+7 |
| | | | | | * Markdown code blocks migration part 9 * fix [skip ci] | ||||
* | bump the devel version to 211 (#22356) | ringabout | 2023-08-01 | 1 | -3/+3 |
| | |||||
* | bump NimVersion to 1.9.5 (#22112) | Miran | 2023-06-16 | 1 | -1/+1 |
| | |||||
* | bump NimVersion to 1.9.3 (#21587) | Miran | 2023-03-30 | 1 | -1/+1 |
| | |||||
* | remove legacy code (#21134) | ringabout | 2022-12-26 | 1 | -24/+18 |
| | | | | | * remove legacy code * fixes | ||||
* | Bump the devel version to 1.9.1 (#21117) | ringabout | 2022-12-16 | 1 | -2/+2 |
| | |||||
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -0/+214 |
* system refactor, move out 600 lines * compilation, slice, backwardsindex, misc_num moved out of system * some procs/types moved into arithmetics, basic_types * system no longer depends on syncio * some procs moved around to fit with their surroundings * make exceptions an import, old ops to misc_num * move instantiationInfo back * move back nim version, fix windows echo * include compilation * better docs for imported modules, fix unsigned ops also remove ze, ze64, toU8, toU16, toU32 with nimPreviewSlimSystem * fix terminal * workaround IC test & weird csize bug, changelog * move NimMajor etc back to compilation, rebase for CI * try ic fix * form single `indices`, slim out TaintedString, try fix IC * fix CI, update changelog, addQuitProc * fix CI * try fix CI * actually fix CI finally hopefully * Update lib/system/compilation.nim Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> * update kochdocs * hopefully fix csize uses for slimsystem * fix tquit Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> |