Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | megatest now checks refc too (#21341) | ringabout | 2023-02-09 | 1 | -1/+2 |
| | | | | | * megatest now checks refc too * fixes refc | ||||
* | remove hack for deprecated csize in compiler (#20463) | metagn | 2022-10-01 | 1 | -5/+1 |
| | | | | | * remove hack for deprecated csize in compiler * remove test | ||||
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | defaults to ORC (#19972) | ringabout | 2022-09-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * defaults to Orc * bootstrap using refc * use gc * init orc defines * unregister orc * fix gc * fix commands * add prepareMutation for orc * enable deepcopy for orc * prepareMutation * more fixes * some cases * bug #20081 * partial fixes * partial fixes * fixes command line * more fixes * build Nim with refc * use gc * more fixes * rstore * orc doesn't support threadpool * more shallowCopy * more fixes * fixes unsafeNew * workarounds * small * more fixes * fixes some megatest * tcodegenbugs1 refc * fxies megatest * build nimble with refc * workaround tensordsl tests * replace shallowCopy with move * fixes action * workaround * add todo * fixes important packages * unpublic unregisterArcOrc * fixes cpp * enable windows Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com> | ||||
* | fix #17572 (#17586) | Timothee Cour | 2021-03-31 | 1 | -0/+16 |
| | |||||
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -2/+1 |
| | |||||
* | fixes #15210 [backport:1.2] (#15237) | Andreas Rumpf | 2020-08-31 | 1 | -0/+11 |
| | | | | | * fixes #15210 [backport:1.2] * use patched version of bigints library | ||||
* | fixes #14616 [backport:1.2] (#15109) | Andreas Rumpf | 2020-07-29 | 1 | -0/+10 |
| | |||||
* | misc testament cleanups (#14764) | Timothee Cour | 2020-06-23 | 1 | -10/+4 |
| | | | | | * misc testament cleanups extracted cleanups from #14530 * make sure all CI failures can be searched with `FAIL: ` including megatest failures | ||||
* | fixes #13698 (#13706) | Andreas Rumpf | 2020-03-20 | 1 | -1/+6 |
| | |||||
* | fixes #13671 [backport] (#13678) | Andreas Rumpf | 2020-03-18 | 1 | -0/+5 |
| | |||||
* | fixes #13661 (#13664) [backport] | Andreas Rumpf | 2020-03-16 | 1 | -0/+12 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | add tests for recently closed issues (#10722) | Miran | 2019-02-23 | 1 | -0/+4 |
| | |||||
* | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -2/+0 |
| | |||||
* | cleaned up unsigned tests | Araq | 2015-01-27 | 1 | -24/+18 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 1 | -3/+0 |
| | |||||
* | Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵ | Audun Wilhelmsen | 2015-01-03 | 1 | -0/+52 |
int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers. |